4 lines
202 B
Plaintext
4 lines
202 B
Plaintext
|
|
Set WshShell = CreateObject("WScript.Shell")
|
||
|
|
WshShell.CurrentDirectory = CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName)
|
||
|
|
WshShell.Run "cmd /c npm start", 0, False
|