Skip to content

Commit

Permalink
feat(launcher.cmd): 修改输出格式
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Jun 15, 2024
1 parent 7df95fa commit 06a074c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions launcher.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ Title CRCSN Launcher
CD /D "%~DP0"
%1
Echo.
Echo CRCSN Launcher v1.3.4
Echo CRCSN Launcher v1.3.5
Echo.
Echo (C) 2024 MaxLHy0424, All Rights Reserved.
Echo. && Echo.
Echo (C) 2024 MaxLHy0424, All Rights Reserved.
TimeOut /NoBreak /T 3
: MsHta VbScript:CreateObject("Shell.Application").ShellExecute("%~S0","GoTo:RunAs","","RunAs",1)(Window.Close) & GoTo:EOF
:RunAs
.\bin\main.exe
.\bin\main.exe
GoTo RunAs

0 comments on commit 06a074c

Please sign in to comment.