Don't let the launcher scripts close the console window
This commit is contained in:
@@ -6,7 +6,7 @@ for %%x in (%*) do (
|
||||
|
||||
:choosemod
|
||||
set /P mod=Select mod (ra, cnc, d2k, ts) or --exit:
|
||||
if /I "%mod%" EQU "--exit" (exit)
|
||||
if /I "%mod%" EQU "--exit" (exit /b)
|
||||
if /I "%mod%" EQU "ra" (goto launchmod)
|
||||
if /I "%mod%" EQU "cnc" (goto launchmod)
|
||||
if /I "%mod%" EQU "ts" (goto launchmod)
|
||||
|
||||
Reference in New Issue
Block a user