From e8a384200f9268d31064b7cf515928c2983c9bee Mon Sep 17 00:00:00 2001 From: caitsith2 Date: Wed, 20 May 2020 12:19:13 -0700 Subject: [PATCH] Only launch cmd /k if the batch file was doubleclicked. --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 2d960e1..fda8955 100644 --- a/build.bat +++ b/build.bat @@ -1,4 +1,4 @@ del ..\working.sfc copy ..\alttp.sfc ..\working.sfc xkas.exe LTTP_RND_GeneralBugfixes.asm ..\working.sfc -cmd /k \ No newline at end of file +@echo %cmdcmdline%|find /i """%~f0""">nul && cmd /k \ No newline at end of file