你必须改变process环境:
process
With CreateObject("WScript.Shell") With .Environment("process") .Item("path") = .Item("path") & ";C:\" End With .Run "wscript.exe ""C:\test\another.vbs""" End With