N64FlashcartMenu/deploy.bat

9 lines
152 B
Batchfile
Raw Normal View History

2023-02-28 18:39:39 +01:00
:: Make sure we are connected
2023-02-28 19:30:10 +01:00
cd %~dp0tools\sc64\
sc64 --print-state
2023-02-28 18:39:39 +01:00
:: Boot the menu
2023-02-28 19:30:10 +01:00
sc64 --boot direct-rom %~dp0build\N64FlashcartMenu.z64
::pause