Running XP SP2.
I am having trouble running a window application with spaces from a batch file. Here is my command
START filename.exe /separate
This will run the application correctly.
START "file name.exe" /separate
This will open a new command window with a dos prompt.
Does anyone have any suggestions?
Thanks.
I am having trouble running a window application with spaces from a batch file. Here is my command
START filename.exe /separate
This will run the application correctly.
START "file name.exe" /separate
This will open a new command window with a dos prompt.
Does anyone have any suggestions?
Thanks.