Initial commit
This commit is contained in:
4
Run-Hidden.vbs
Normal file
4
Run-Hidden.vbs
Normal file
@@ -0,0 +1,4 @@
|
||||
Set fso = CreateObject("Scripting.FileSystemObject")
|
||||
Set WshShell = CreateObject("WScript.Shell")
|
||||
WshShell.CurrentDirectory = fso.GetParentFolderName(WScript.ScriptFullName)
|
||||
WshShell.Run "cmd /c node server.js", 0, False
|
||||
Reference in New Issue
Block a user