N64FlashcartMenu/deploy.bat
2023-03-13 01:32:08 +00:00

26 lines
388 B
Batchfile

@echo off
cd %~dp0tools\sc64\
:: Make sure we are connected
echo Detecting SC64...
sc64deployer list
:: Get the information
echo SC64 info...
sc64deployer info
echo:
echo:
:: Load the ROM
echo Loading ROM...
sc64deployer upload %~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