Skip to content

Commit

Permalink
feat(launcher): 修复清屏问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Jun 17, 2024
1 parent 58fe87a commit bf5aba8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions launcher.cmd
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bf5aba8

Please sign in to comment.