I Tried to write what i thought was a simple program
read the lable of the CD in the drive
Compare to a text file archive
run the associated program.
how ever i couldn't find out where to get hold of the lable of the cd
and i can't seem to find the right command to run a third party program.
Any Help?
Loading
MichaelPosted Oct 10, 2005, 7:18 PM
System.Diagnostics.Process.Start("cycl.exe");
however i've still had no luck reading the CD Label
any help?
vcpp81Posted Sep 16, 2005, 5:19 PM
What you mean "third party program"
If you mean something like notepad< you should use Process class (find it at MSDN)
I hope this link will helps you :)
http://www.codeproject.com/cs/combobox/drivecombobox.asp