From 05173ca0f0388f107d635a0f6ab9d16e17bb94e3 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Tue, 28 Feb 2023 21:03:14 +0000 Subject: [PATCH] Improve deployment text --- deploy.bat | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/deploy.bat b/deploy.bat index 4b8109ed..ec49b135 100644 --- a/deploy.bat +++ b/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