Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


How to Eject a CD

Keywords: 	  eject cd

Question:

I need to be able to have the cd drawer open on a 95 or NT box when I shut down. Any suggestions?

Answer:

To eject the cd
	PlayMedia("set cdaudio door open")
to do it on shutdown, see IntControl 1005.

Question 2:

How do you close CD-ROM drive door?

Answer:

To close the cd door try:
	PlayMedia("set cdaudio door closed")

Article ID:   W13248
Filename:   Eject CD.txt