程序的呼入呼出
作者:admin 日期:2009-07-02
用时钟刷新一段代码(周期性的执行)
作者:admin 日期:2009-06-30
如果
作者:admin 日期:2009-06-29
卡巴授权文件 获取器
作者:admin 日期:2009-06-27
批处理自动登陆网易163,126,yeah邮箱
作者:admin 日期:2009-06-15
批处理自动登陆网易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"
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%%%"
Yeah.Net邮箱———————–
@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邮箱的用户名,密码为你帐号的密码
程序代码






