Saturday, July 24, 2010

BatchLaunch

launch multiple executables automatically one after another.

The application consists of two files:
BatchLaunch.exe
BatchLaunch.bat

The .exe file is the batch processor, the .bat file lists the commands to execute.
At the moment two types of entries in the .bat file are supported:
Direct paths to executables, for the moment only .exe files
wait() command, getting parameter milliseconds to wait, e.g. wait(1500) to wait 1.5 seconds before processing next line

Multiple BatchLaunch apps at the same time are supported by simply renaming
both, .exe and .bat file.

So if you want to use a second set of BatchLaunch you could name it Something.exe and Something.bat.

BatchLaunch

No comments: