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