mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-10-13 13:23:43 +00:00
12 lines
169 B
Batchfile
12 lines
169 B
Batchfile
|
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
|