| > !MessPlay.!RunGame
| By R.R.Chasmer (KAOS) 20/06/98
|
| %0 specifies the folder containing the mame roms
| %1 specifies the name of the game
| %2 specifies the machine name
| %*3 specifies the cmd-line options

Wimpslot -min 7000k -max 7000k

ECHO Starting MESS as a %2 with '%1' console game...
IF "%*3" <> "" THEN ECHO Using Cmd-Line Options: '%*3'

|ECHO Using load method for MESS 0.1.0
|ECHO >>> Set MessRoms$Dir %0
|ECHO >>> Mess %2 %1
ECHO
Set MessRoms$Dir %0
Mess %2 %1 %*3