懒人有懒法=++=一个批处理文件同时登陆多个类似QQ软件

懒人有懒法_自动登陆类似QQ软件的批处理文件

在刚做的自动登陆QQ软件的基础上,又改了一个批处理文件可以同时运行多个类似QQ软件的代码…很好用的…

 @echo off
>>%tmp%\AUTO.vbs echo dim program
>>%tmp%\AUTO.vbs echo program=”D:Program Filesduowanyy-2.0Start.exe”
>>%tmp%\AUTO.vbs echo rem
>>%tmp%\AUTO.vbs echo set Wshell=CreateObject(“Wscript.Shell”)
>>%tmp%\AUTO.vbs echo set oexec=Wshell.Exec(program)
>>%tmp%\AUTO.vbs echo rem

>>%tmp%\AUTO.vbs echo program=”D:Program FilesChina MobileFetionFetion.exe”
>>%tmp%\AUTO.vbs echo rem
>>%tmp%\AUTO.vbs echo set Wshell=CreateObject(“Wscript.Shell”)
>>%tmp%\AUTO.vbs echo set oexec=Wshell.Exec(program)
>>%tmp%\AUTO.vbs echo rem

>>%tmp%\AUTO.vbs echo program=”D:Program FilesWindows LiveMessengermsnmsgr.exe”
>>%tmp%\AUTO.vbs echo rem
>>%tmp%\AUTO.vbs echo set Wshell=CreateObject(“Wscript.Shell”)
>>%tmp%\AUTO.vbs echo set oexec=Wshell.Exec(program)
>>%tmp%\AUTO.vbs echo rem
%tmp%\AUTO.vbs
del %tmp%\AUTO.vbs

这里可以自动登陆YY,飞信,MSN….

前提是:在软件上都设置成自动登陆…

要想真的可以用一个批处理文件自动登陆多个类似QQ软件的代码,要把上面的代码和http://sdbaby.blog.51cto.com/149645/415796 接合起来…

在这个批处理文件加载到系统启动项中…就更方便了…双击都不用了…哈…

转载于:https://blog.51cto.com/sdbaby/416350

相关资源:maestro:面向懒惰软件开发人员的智能部署系统-其它代码类资源…

来源:weixin_34034670

声明:本站部分文章及图片转载于互联网,内容版权归原作者所有,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2010年10月5日
下一篇 2010年10月5日

相关推荐