0514-86177077
9:00-17:00(工作日)
方法一:
Set wshell=CreateObject("WScript.Shell") wshell.Run """C:\Program Files\360\360se\360se.exe""",5,True Set wshell = Nothing
方法二:
temp="C:\Program Files\360\360se3\360se.exe" path = Chr(34) temp Chr(34) Set wshell=CreateObject("WScript.Shell") wshell.Run path,1,True Set wshell = Nothing
方法三:
Public Const vbQuote = """" temp="C:\Program Files\360\360se3\360se.exe" path = vbQuote temp vbQuote Set wshell=CreateObject("WScript.Shell") wshell.Run path,1,True Set wshell = Nothing
标签:鹤壁 四平 湖州 邢台 西安 文山 铜川 海口
上一篇:使用vbs删除host文件域址内容
下一篇:VBS实现查询服务的制造商