Launch is an application designed to run or execute any type of file. It can pass parameters to the file being executed. It provides support for running new file types such as *.MSU, *.MSP, among others. Launch uses its own process to run files, which means that the file type is not important anymore as long as you have an associated program that can open the files you want to run. It comes with U3 installer, MSI installer for people who want to put Launch in the context menu and the normal portable exe file.
Latest changes:
- Subroutine to display the PID of the running process and to wait until it finishes
- The Run button acts like an OK button, so you can just press ENTER to execute a file
- The Exit button acts like an EXIT button, so you can just press ESC to exit Launch
- Double clicking the Path field shows the Browse Dialog
- After executing a file, the Path field is not cleared in case there is need to run it again
- Extra checking for existing files and incorrect parameters
- Remade MSI installer
- Changed program icon
- Code optimization resulted in 66% smaller file size