Initial upload for secondary development
This commit is contained in:
5
无痕启动控制台.vbs
Normal file
5
无痕启动控制台.vbs
Normal file
@@ -0,0 +1,5 @@
|
||||
Dim WshShell
|
||||
Set WshShell = CreateObject("WScript.Shell")
|
||||
WshShell.CurrentDirectory = CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName) & "\electron-launcher"
|
||||
WshShell.Run "cmd /c npx electron .", 0, False
|
||||
Set WshShell = Nothing
|
||||
Reference in New Issue
Block a user