BatchLaunch is a very simplified batch processing application.
It 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.
Can be perfectly used together with yozgatg's Gen.Y DualBOOT to boot HD2 (Leo) into Android.
For Gen.Y DualBOOT just rename oringinal haret.exe to zharet.exe and BatchLaunch to haret.exe and haret.bat.