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:
2.1m questions
2.1m answers
60 comments
57.0k users