diff --git a/launcher.cmd b/launcher.cmd index 305f515c0..50f58e84c 100644 --- a/launcher.cmd +++ b/launcher.cmd @@ -1,12 +1,13 @@ @Echo Off -Title CRCSN Launcher CD /D "%~DP0" %1 -Echo CRCSN Launcher v1.3.7 +Title CRCSN Launcher +Echo CRCSN Launcher v1.3.8 Echo. Echo (C) 2024 MaxLHy0424, All Rights Reserved. TimeOut /NoBreak /T 2 : MsHta VBScript:CreateObject("Shell.Application").ShellExecute("%~S0","GoTo:RunAs","","RunAs",1)(Window.Close) && GoTo:EOF :RunAs + CLS .\bin\main.exe GoTo RunAs \ No newline at end of file