mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-04-09 08:37:02 +00:00
12 lines
161 B
Batchfile
12 lines
161 B
Batchfile
@REM ACME only ever returns 0!
|
|
acme.exe hddrvr.a65
|
|
@IF %ERRORLEVEL% NEQ 0 goto error
|
|
|
|
copy hddrvr.bin ..\..\resource
|
|
@goto end
|
|
|
|
:error
|
|
@echo "ACME failed"
|
|
|
|
:end
|