Batch file alternatives for decomp/gc/gk

For the shell-less, or people with a different Windows configuration.
This commit is contained in:
ManDude
2021-01-03 23:12:46 +00:00
parent fae278851f
commit b10db62bc3
3 changed files with 12 additions and 0 deletions
+8
View File
@@ -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
+2
View File
@@ -0,0 +1,2 @@
@echo off
out\build\x64-Release\bin\goalc -v
+2
View File
@@ -0,0 +1,2 @@
@echo off
out\build\x64-Release\bin\gk -fakeiso -debug -v