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