Hi
I want to create a batch file to run multiple programs I have it set up as so...
@echo off
echo "title/action to be perfomed here
"C:\Program Files\file 1.exe"
C:\Program Files\file2.exe"
exit
dir c:\windows
I am using XP and have created a .bat file using notepad the problem I have is running the second application It wont actually run unless I close the first one down I have tried putting a semicolon and ampersand after file one but it wont follow on and open the second program.
I had a quick look on google and there plenty of info on batch files but not really concerning my problem
thanks in advance
Mike
I want to create a batch file to run multiple programs I have it set up as so...
@echo off
echo "title/action to be perfomed here
"C:\Program Files\file 1.exe"
C:\Program Files\file2.exe"
exit
dir c:\windows
I am using XP and have created a .bat file using notepad the problem I have is running the second application It wont actually run unless I close the first one down I have tried putting a semicolon and ampersand after file one but it wont follow on and open the second program.
I had a quick look on google and there plenty of info on batch files but not really concerning my problem
thanks in advance
Mike