mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 02:29:19 +01:00
Improve deployment text
This commit is contained in:
parent
f15cd558a8
commit
05173ca0f0
17
deploy.bat
17
deploy.bat
@ -1,8 +1,21 @@
|
||||
:: Make sure we are connected
|
||||
@echo off
|
||||
|
||||
cd %~dp0tools\sc64\
|
||||
|
||||
:: Make sure we are connected
|
||||
echo Detecting SC64...
|
||||
sc64 --print-state
|
||||
|
||||
:: Boot the menu
|
||||
echo:
|
||||
echo:
|
||||
:: Load the ROM
|
||||
echo Loading ROM...
|
||||
sc64 --boot direct-rom %~dp0build\N64FlashcartMenu.z64
|
||||
|
||||
echo:
|
||||
echo:
|
||||
:: Toggle the power of the N64 to boot the ROM.
|
||||
echo !!! Now toggle power to the N64 !!!
|
||||
echo:
|
||||
echo:
|
||||
::pause
|
||||
|
Loading…
Reference in New Issue
Block a user