CRM系统|加入收藏|小博客
18560384436
>> 返回 您当前所在位置:首页 >> 支持中心 >> 详细内容

批处理自动登陆网易163,126,yeah邮箱

更新时间:2013-11-02 12:31:31点击次数:3229次字号:T|T
批处理自动登陆网易163,126,yeah邮箱163邮箱—————————————————————————————–@echo offset R

批处理自动登陆网易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邮箱的用户名,密码为你帐号的密码