Quick & Easy Launcher
Since there seems to be fair amount of requests for help on creating launchers.
Here is a quick way to do.
Once PAM 1.1 is released this will not be needed though.
1. Download this batch converter. (Its freeware I found it using google)
http://www.hollmen.dk/files/batcom10uk.zip
2. Copy this to a text file and rename it to {appname}.bat
START ..\{AppName}\App\{foldername}\{exeName}.exe
this is the relative path to your exe from the PAM folder you will place your files and launcher in.
3. Edit the path to fit your path and exe name.