-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58fe87a
commit bf5aba8
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |