Trying to run a batch file that will execute two .exe programs. Doesn't seem to be working.
example
in install.bat
C:\Documents and Settings\joe.bloggs\Desktop\test folder\test1.exe
C:\Documents and Settings\joe.bloggs\Desktop\test folder\test2.exe
pause
I get the following error just after the above two commands:
is not a recognized as an internal or external command, operable program or batch file.
example
in install.bat
C:\Documents and Settings\joe.bloggs\Desktop\test folder\test1.exe
C:\Documents and Settings\joe.bloggs\Desktop\test folder\test2.exe
pause
I get the following error just after the above two commands:
is not a recognized as an internal or external command, operable program or batch file.