标题:
[问题求助]
高手请教:两个vbs可以合在一起吗?
[打印本页]
作者:
qqqxxh
时间:
2013-1-18 15:25
标题:
高手请教:两个vbs可以合在一起吗?
我这里有两个vbs代码
请看
1:第一个vbs在这里:这个是http://zhidao.baidu.com/question/153122990.html的内容
我的想法也是要求这样子的。
C盘目录最好是 C:\Documents and Settings\Administrator\「开始」菜单\程序\启动 不要生成新的文件夹,直接就是一个vbs?可以吗?
【用vbs在指定目录下创建批处理文件输入代码并在注册表中建立开机启动】
2:要运行的代码就是下面的代码【要求开机自动打开网页,自动登录】,顺便说一下,最好是在开机启动时候隐藏这个网址画面:http://www.hao123.com/login.htm?gotourl=http%3A%2F%2Fwww.hao123.com%2F
具体代码如下:
Set ie = WScript.CreateObject("InternetExplorer.Application")
ie.visible=true
ie.navigate"http://www.hao123.com/login.htm?gotourl=http%3A%2F%2Fwww.hao123.com%2F"
Do
Wscript.Sleep 200
Loop Until ie.ReadyState=4
ie.document.getElementById("username").value="shdfmz021021@[email]163.com[/email]"
ie.document.getElementById("password").value="99924248"
ie.document.getElementById("mem_pass").checked=true
Wscript.Sleep 200
dl=ie.document.getElementsBytagname("form")
Wscript.Sleep 200
dl.submit
将两个合在一起:目的在于,开机启动时候在C盘的启动项中自动启动。
欢迎光临 批处理之家 (http://bathome.net./)
Powered by Discuz! 7.2