Loadman, what is the log file? mala.exe.log?
Yeah It's the name of *.exe.log eg it could be mala1660.exe.log or mala.exe.log depending what you are running. It will be easy to tell if you look at the mala folder and sort by last modified file.
Enable logging in the help and credit tab in configuration window
FYI this is what the code does:
// replace %path%
param := StringReplace(param, '%path%', path, [rfReplaceAll, rfIgnoreCase]);
// replace %parent%
param := StringReplace(param, '%parent%', parent, [rfReplaceAll, rfIgnoreCase]);
// replace %rom%
param := StringReplace(param, '%rom%', rom, [rfReplaceAll, rfIgnoreCase]);
// replace %ext%
param := StringReplace(param, '%ext%', ext, [rfReplaceAll, rfIgnoreCase]);
When launched you see a line in the logs like:
2010/08/07 12:40:23.70 Info: Set dir: C:\mametable\mame\
2010/08/07 12:40:23.70 Info: Starting Game ***: Create process:
mame89.exe centipdb