Eject and Close CD Tray command line utilities
Been searching around the internet for a decent command line utility to eject or close the CD tray but can’t seem to find any. So i decided to write my own command line versions using visual studio 2010 and .net 4.
Note that the actual code does not utilize any of .net 4 features so you can easily take the same code and compile it against .net 1 or .net 2
The project is currently hosted in codeplex and can be found at http://ejectclosecdtray.codeplex.com/
Categories: General, Visual Studio