- Set WshNetwork = WScript.CreateObject("WScript.Network")
-
- Set wshshell = WScript.CreateObject("WScript.shell")
-
- Set objDomain = CreateObject("ADSystemInfo")
-
- WshNetwork.MapNetworkDrive "x:", "\\192.168.3.1\d$\软件工具\Ro"
-
- Set shell = Wscript.createobject("wscript.shell")
-
- a = shell.run ("x:\CGERepair.exe",0)
复制代码 提示网络路径键入不正确 |