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

12 lines
169 B
Batchfile
Raw Normal View History

2020-10-16 19:22:14 +00:00
mp.exe Hello.pas
if ERRORLEVEL 1 goto :error
mads.exe Hello.a65 -x -i:base -o:Hello.xex
if ERRORLEVEL 1 goto :error
start Hello.xex
goto: eof
:error
pause