iigs-game-engine/demos/kfest-2022/demo-3/build-image.bat
Lucas Scharenbroich 14238166cd More demos
2022-07-13 15:07:02 -05:00

18 lines
527 B
Batchfile

echo off
REM Copy all of the assets into the ProDOS image for emulator testing
REM
REM Pass the path of the Cadius tool as the first argument (%1)
set CADIUS="%1"
set IMAGE="..\\..\\..\\emu\\Target.2mg"
set FOLDER="/GTEDEV/KFestDemo03"
REM Cadius does not overwrite files, so clear the root folder first
%CADIUS% DELETEFOLDER %IMAGE% %FOLDER%
%CADIUS% CREATEFOLDER %IMAGE% %FOLDER%
REM Now copy files and folders as needed
%CADIUS% ADDFILE %IMAGE% %FOLDER% .\GTEDemo3
%CADIUS% ADDFILE %IMAGE% %FOLDER% ..\..\..\src\Tool160