N64FlashcartMenu/deploy.bat

26 lines
388 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...
2023-03-13 02:32:08 +01:00
sc64deployer list
:: Get the information
echo SC64 info...
sc64deployer info
2023-02-28 19:30:10 +01:00
2023-02-28 22:03:14 +01:00
echo:
echo:
:: Load the ROM
echo Loading ROM...
2023-03-13 02:32:08 +01:00
sc64deployer upload %~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