批处理自动登陆网易163,126,yeah邮箱
163邮箱-----------------------------------------------------------------------------------------
@echo off
set "username=用户名"
set "password=你的密码"
start "163邮箱登录中" "
https://reg.163.com/logins.jsp?username=%username%&password=%password%&url=http://fm163.163.com/coremail/fcg/ntesdoor2"
复制以上代码,另存为.Bat文件即可。用户名为163的用户名,密码为你帐号的密码
126邮箱-------------------------------
@echo off
set mail=126
set user=用户名
set pass=密码
set "126=https://entry.mail.126.com/cgi/login?&bCookie=&user=%user%&pass=%pass%"
cmd /c start "" "%%%mail%%%"
复制以上代码,另存为.Bat文件即可。用户名为126的用户名,密码为你帐号的密码
Yeah邮箱-------------------------------
@echo off
set mail=yeah
set user=用户名
set pass=密码
set "yeah=http://entry.yeah.net/cgi/login?&bCookie=&user=%user%&pass=%pass%"
cmd /c start "" "%%%mail%%%"
复制以上代码,另存为.Bat文件即可。用户名为Yeah.net邮箱的用户名,密码为你帐号的密码
posted on 2008-02-12 19:11
杨鹏 阅读(1116)
评论(1) 编辑 收藏 引用