mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 16:30:23 +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
|