Harris
03-26-2007, 05:20 AM
I have used the following code to run an installation program from a subdirectory on a cd. However, it will not activate the file, "SetupAdvisor.exe". I cannot fathom out why - is there a problem with the code?
File.Run("_SourceDrive\\Advisor\\SetupAdvisor.exe", "", "_SourceDrive\\Advisor", SW_SHOWNORMAL, false);
Thanks for any help.
Regards,
Harris
File.Run("_SourceDrive\\Advisor\\SetupAdvisor.exe", "", "_SourceDrive\\Advisor", SW_SHOWNORMAL, false);
Thanks for any help.
Regards,
Harris