Files
wudsn-ide/com.wudsn.ide.ref/PAS/Atari8/MP/Example.bat
2019-08-31 13:26:39 +02:00

15 lines
183 B
Batchfile

mp.exe Example.pas
if ERRORLEVEL 1 goto :error
mads.exe Example.a65 -x -i:base -o:Example.xex
if ERRORLEVEL 1 goto :error
start Example.xex
goto: eof
:error
pause