1. Autoejecting a CD in Windows
- Posted by D. Newhall <derek_newhall at yahoo.com> Aug 05, 2005
- 484 views
I'm writting a script for a client that copies a bunch of backup data from a series of CDs/DVDs keeping the file heirarchy intact. However, since this script runs in the background for a long time I'd like to have the CD tray eject both for convienence and so the user knows that they need to put the next disc in. What's the quickest way to do this in Euphoria? I really don't care what libraries it needs so long as it works. The Euphoria Standard Library project : http://esl.sourceforge.net/ The Euphoria Standard Library mailing list : https://lists.sourceforge.net/lists/listinfo/esl-discussion
2. Re: Autoejecting a CD in Windows
- Posted by cklester <cklester at yahoo.com> Aug 05, 2005
- 443 views
Hey D, > I'm writting a script for a client that copies a bunch of backup data from a > series > of CDs/DVDs keeping the file heirarchy intact. However, since this script runs > in the > background for a long time I'd like to have the CD tray eject both for > convienence > and so the user knows that they need to put the next disc in. What's the > quickest way > to do this in Euphoria? I really don't care what libraries it needs so long as > it works. If you "Search EUforum" for "eject CD" you'll get some good info... -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/
3. Re: Autoejecting a CD in Windows
- Posted by D. Newhall <derek_newhall at yahoo.com> Aug 05, 2005
- 444 views
cklester wrote: > > If you "Search EUforum" for "eject CD" you'll get some good info... > Thanks. I think I found something that might work. The Euphoria Standard Library project : http://esl.sourceforge.net/ The Euphoria Standard Library mailing list : https://lists.sourceforge.net/lists/listinfo/esl-discussion