B
Brad Morris
I am trying to write a batch file that will open 3 programs on my hard
drive.
I am running Win XP home. Here's the batch file
::start.bat
::starts multiple programs
::
@echo off
"C:\Program Files\QuickVerse Sermon Builder 4\qvsb4.exe"
"C:\Program Files\PC Magazine Utilities\Winpointer\WinPointer.exe"
"C:\Program Files\WordPerfect Office 12\Programs\wpwin12.exe"
what happens is that it will load the first program but will not load the
second one until the first one is closed. When I close the second program
the 3rd program will then load.
How do I get all three to load at once?
drive.
I am running Win XP home. Here's the batch file
::start.bat
::starts multiple programs
::
@echo off
"C:\Program Files\QuickVerse Sermon Builder 4\qvsb4.exe"
"C:\Program Files\PC Magazine Utilities\Winpointer\WinPointer.exe"
"C:\Program Files\WordPerfect Office 12\Programs\wpwin12.exe"
what happens is that it will load the first program but will not load the
second one until the first one is closed. When I close the second program
the 3rd program will then load.
How do I get all three to load at once?