N64FlashcartMenu/deploy.bat
2023-03-12 23:29:36 +00:00

22 lines
332 B
Batchfile

@echo off
cd %~dp0tools\sc64\
:: Make sure we are connected
echo Detecting SC64...
sc64 --print-state
echo:
echo:
:: Load the ROM
echo Loading ROM...
sc64 --boot direct-rom %~dp0output\N64FlashcartMenu.z64
echo:
echo:
:: Toggle the power of the N64 to boot the ROM.
echo !!! Now toggle power to the N64 !!!
echo:
echo:
::pause