Initial commit
This commit is contained in:
4
start-app-hidden.vbs
Normal file
4
start-app-hidden.vbs
Normal file
@@ -0,0 +1,4 @@
|
||||
Set WshShell = CreateObject("WScript.Shell")
|
||||
Set Fso = CreateObject("Scripting.FileSystemObject")
|
||||
appDir = Fso.GetParentFolderName(WScript.ScriptFullName)
|
||||
WshShell.Run "cmd /c cd /d """ & appDir & """ && start-app.bat _hidden", 0, False
|
||||
Reference in New Issue
Block a user