I'm writing a program to run a setup file from CD-ROM. How can I avoid specifying a drive letter?
This is what I'm doing:
Process.Start ("D:SetupSet-up.exe")
So, if the drive letter isn't D:, then the application will always give error, which I don't want.
D:
1.4m articles
1.4m replys
5 comments
57.0k users