On 9/2/07, rabbit parrot <[EMAIL PROTECTED]> wrote: > Hai , > > Can any one give me answer to the following Q? My Q is can we > write a program/code to open /close CD-drive in either C / C++? Is it > possible? > > If possible ,Can u give that logic / program?
C\C++\other languages have nothing to do with this. You can write a program in C\C++\VB\whatever that calls OS functions which does want you want. Assuming you want to do this in MS-Windows OS, search for mciSendCommand and you can take it from there. Cheers - Ananth
