Trying to get muiltple commands to run in bat file

  • Thread starter Thread starter Darrell
  • Start date Start date
D

Darrell

In the following bat file I am calling multiple instances
of a program. When the bat file executes it does the
first command and then stops. How do I get it to
continue??

call PingPlotter.exe /Trace:10.50.51.1
call PingPlotter.exe /Trace:10.60.50.1
call PingPlotter.exe /Trace:10.70.1.3
call PingPlotter.exe /Trace:10.80.50.60
 
Using Start worked great! When I don't use anything in
front of the command, it executes the first command and
then just sits there.

Thanks!!
 
Back
Top