I'm trying to launch a batch file to run on Windows XP but it doesn't work,
LaunchAppAndWait("install.bat","", WAIT);
This doesn't launch the batch file. I'm able to open up the install.bat using OpenFile command and display the command in a dialog.
I've read in previous threads about batch files working on 2000, NT but not on XP. Is this correct, can somebody provide me some answers?
Thanks


Reply With Quote