wudsn-ide/com.wudsn.ide.ref/PAS/Atari8/MP/Example.bat

15 lines
183 B
Batchfile
Raw Normal View History

2019-08-31 11:26:39 +00:00
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