- Joined
- Jan 15, 2007
- Messages
- 7,508
this is what I use for a bat file:I appreciate the suggestions. using the .bat route it will open the first instance but won't open the second until I close the first. Any ideas?
----------------------------------
@Echo off
start "" "C:\Proscan1\ProScan.exe"
start "" "C:\Proscan2\ProScan.exe"
start "" "C:\Proscan3\ProScan.exe"
exit
------------------------------------
This will start all named instances of ProScan and then close out the CMD window.
Last edited: