diff --git a/launcher.cmd b/launcher.cmd index 380c5750a..6fecdb884 100644 --- a/launcher.cmd +++ b/launcher.cmd @@ -1,7 +1,8 @@ @Echo Off -Title CRCSN Launcher v1.0.15 +Title CRCSN Launcher v1.1.0 CD /D "%~DP0" %1 %2 -: MSHTA VBScript:CreateObject("Shell.application").ShellExecute("%~S0","GoTo:RunAs","","RunAs",1)(Window.Close) & GoTo:EOF +: MSHTA VBScript:CreateObject("Shell.Application").ShellExecute("%~S0","GoTo:RunAs","","RunAs",1)(Window.Close) & GoTo:EOF :RunAs -.\bin\main.exe \ No newline at end of file +.\bin\main.exe +GoTo RunAs \ No newline at end of file