4 lines
192 B
Plaintext
4 lines
192 B
Plaintext
Set fso = CreateObject("Scripting.FileSystemObject")
|
|
dir = fso.GetParentFolderName(WScript.ScriptFullName)
|
|
CreateObject("WScript.Shell").Run "cmd /c """ & dir & "\_run_startup.cmd""", 1, True
|