2005年7月8日

摘要: 在计划任务中添加Run.vbs 或 Run.jsRun.vbs ' Create an instance of IEDim IESet IE = CreateObject("InternetExplorer.Application") 'Run your URLie.navigate("http://spring.cnblogs.com/")ie.visible=1'Clean upSet IE... 阅读全文
posted @ 2005-07-08 17:57 Eric Zhang 阅读(1178) 评论(0) 推荐(0)

导航