This program generates a small executable for launching Perl script. It can use the following programs as Perl interpreter for your script:
The executable will automatically detect whether ActivePerl is installed. If it is not, it will try to search for OpenKore launcher programs. If those don't exist either, then the executable will ask the user to download ActivePerl. So users will never have to use the commandline to start your script. If your program crashes (or exits with a non-zero exit code), then the executable will show an error dialog, allowing the user to see the program's error message before the console window closes.
Written by VCL.
For usage, please read README.TXT.
The development version of this program is stored on the SourceForge Subversion repository. The URL is:
https://openkore.svn.sourceforge.net/svnroot/openkore/script-launcher
Please read the SVN guide for information.