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
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