From b10db62bc368d0994bd06c151f903ea2e2f6dcf4 Mon Sep 17 00:00:00 2001 From: ManDude <7569514+ManDude@users.noreply.github.com> Date: Sun, 3 Jan 2021 23:12:46 +0000 Subject: [PATCH] Batch file alternatives for decomp/gc/gk For the shell-less, or people with a different Windows configuration. --- decomp.bat | 8 ++++++++ gc.bat | 2 ++ gk.bat | 2 ++ 3 files changed, 12 insertions(+) create mode 100644 decomp.bat create mode 100644 gc.bat create mode 100644 gk.bat diff --git a/decomp.bat b/decomp.bat new file mode 100644 index 0000000000..6bfcd0beae --- /dev/null +++ b/decomp.bat @@ -0,0 +1,8 @@ +@echo off +:: The caret ^ acts as a line break but does not make the next line a different command. +out\build\x64-Release\bin\decompiler decompiler\config\jak1_ntsc_black_label.jsonc iso_data ^ +decompiler_out +:: The pause command makes the batch operation halt with a "Press any key to continue..." message. +:: Useful for example if the decompiler failed and exited for whatever reason, or for verifying its +:: success. +pause diff --git a/gc.bat b/gc.bat new file mode 100644 index 0000000000..6d974364cd --- /dev/null +++ b/gc.bat @@ -0,0 +1,2 @@ +@echo off +out\build\x64-Release\bin\goalc -v diff --git a/gk.bat b/gk.bat new file mode 100644 index 0000000000..f4e92a69ff --- /dev/null +++ b/gk.bat @@ -0,0 +1,2 @@ +@echo off +out\build\x64-Release\bin\gk -fakeiso -debug -v