随笔-2  评论-2  文章-0  trackbacks-0
批处理自动登陆网易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 杨鹏 阅读(1107) 评论(1)  编辑 收藏 引用

评论:
# re: 批处理自动登陆网易163,126,yeah邮箱 2009-08-21 18:11 | zhaoyqww
这些代码都无法用,如果能用,你直接把文件发给我把  回复  更多评论
  
只有注册用户登录后才能发表评论。