RE: CD eject
- Posted by Don Phillips <Graebel at hotmail.com> Jul 18, 2002
- 426 views
> I would prefer the Windows version, but I only was able to write the DOS > version. And of course it's nice not only to have a OpenCD() routine, > but also a CloseCD() routine. > > I've got a question: When a computer has 2 or more CD drives, how do > your procedures "know", which drive they should open/close? > > Thanks and best regards, > Juergen Well all of my computers only have one, so I cant really test it for this case. However following standards, I would assume that it would open the first available. I bet that if I poked at the routines a little I can remove this restriction. I do know of several APIs to check what kind of drive is at a given location. I am not at my dev machine atm, I will look at it when I am able... Don