mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-22 09:29:44 +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
|