Still not sure why this does not work like the documentation states, but if anyone else has the issue here is a workaround: Set objShell = CreateObject("WScript.Shell") Set objExec = objShell.Exec("c:\temp\wp.bat")
↧