Here's another method by unclet that uses batch files instead.
http://forum.arcadecontrols.com/index.php?topic=69903.0Neither works for me. I get an error with either method. I think it used to work with shortcuts, but one day it stopped working. I resolved today (new years resolution?) to get it working, so I tried it with batch files and it doesn't work. I'll keep messing with it.
-pmc
EDIT: I got it working. It took some experimentation, but I got it working. I used the batch file method. Because some of the apps need to be able to find local DLLs and what-not, I had to do three things: 1) specify the full path in Mala (i.e, %path%\%rom%.%ext%), 2) change the working directory and disk in the batch file, and 3) run the executable with a full path. So my batch files look something like this:
E:
CD "E:\Program Files\PC Games\"
"E:\Program Files\PC Games\AsteroidsGL.exe"
Gotta love Windows which requires all those quotes or it can't figure out "Program Files".
