另外就是一开始提到的/interactive参数问题,at命令要加上这个参数后才会有交互界面出现
at 18:08 /interactive e:\a.vbs作者: ooaf 时间: 2009-3-13 07:33
Quote:
Originally posted by dikex at 2009-3-13 07:10 AM:
你的vbs调用IE的代码是啥?
CreateObject("WScript.Shell").Run "iexplore.exe http://www.g.cn",0
这个是后台运行的,将最后的0改为1或去掉才会 ...