Dim oShell
Dim Commond
Set oShell = Wscript.CreateObject ("Wscript.shell")
Commond = Chr(34) & "C:\Program Files\Internet Explorer\IEXPLORE.EXE" & Chr(34) & " -new -nomerge -nohome www.baidu.com"
oShell.Run Commond
Set oShell = Nothing
Dim Commond
Set oShell = Wscript.CreateObject ("Wscript.shell")
Commond = Chr(34) & "C:\Program Files\Internet Explorer\IEXPLORE.EXE" & Chr(34) & " -new -nomerge -nohome www.baidu.com"
oShell.Run Commond
Set oShell = Nothing
2479

被折叠的 条评论
为什么被折叠?



