Skip to content

Commit

Permalink
将启动软件的命令放入循环中
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Jun 1, 2024
1 parent 0abbeef commit efb01fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions launcher.cmd
Original file line number Diff line number Diff line change
@@ -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
.\bin\main.exe
GoTo RunAs

0 comments on commit efb01fe

Please sign in to comment.