N64FlashcartMenu/deploy.bat

22 lines
348 B
Batchfile
Raw Normal View History

2023-02-28 22:03:14 +01:00
@echo off
2023-02-28 19:30:10 +01:00
cd %~dp0tools\sc64\
2023-02-28 22:03:14 +01:00
:: Make sure we are connected
echo Detecting SC64...
sc64deployer --print-state
2023-02-28 19:30:10 +01:00
2023-02-28 22:03:14 +01:00
echo:
echo:
:: Load the ROM
echo Loading ROM...
sc64deployer --boot direct-rom %~dp0output\N64FlashcartMenu.z64
2023-02-28 19:30:10 +01:00
2023-02-28 22:03:14 +01:00
echo:
echo:
:: Toggle the power of the N64 to boot the ROM.
echo !!! Now toggle power to the N64 !!!
echo:
echo:
2023-02-28 19:30:10 +01:00
::pause