N64FlashcartMenu/localdeploy.bat

26 lines
452 B
Batchfile
Raw Normal View History

2023-02-28 21:03:14 +00:00
@echo off
:: Make sure we are connected
echo Detecting SC64...
%~dp0tools\sc64\sc64deployer list
2023-03-13 01:32:08 +00:00
:: Get the information
echo SC64 info...
%~dp0tools\sc64\sc64deployer info
2023-02-28 18:30:10 +00:00
2023-02-28 21:03:14 +00:00
echo:
echo:
:: Load the ROM
echo Loading ROM...
%~dp0tools\sc64\sc64deployer upload %~dp0output\N64FlashcartMenu.z64
2023-02-28 18:30:10 +00:00
2023-02-28 21:03:14 +00: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 18:30:10 +00:00
::pause
::%~dp0tools\sc64\sc64deployer debug