4 lines
188 B
Plaintext
4 lines
188 B
Plaintext
Set shell = CreateObject("WScript.Shell")
|
|
root = CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName)
|
|
shell.Run """" & root & "\run.bat" & """", 0, False
|