darryldale
April 1st, 2015, 01:11
Running mame in a batch file.
Just wondering if it sets errorlevel at all when it is either run successfully or crashes?
looking to do something like:
mame %1
if errorlevel = 0 goto allow
if errorlevel = 1 goto crashed
Just wondering if it sets errorlevel at all when it is either run successfully or crashes?
looking to do something like:
mame %1
if errorlevel = 0 goto allow
if errorlevel = 1 goto crashed