@echo off set u=VeVB.COm set p=www.companysz.com start "" "http://reg.163.com/login.jsp?type=1&url=http://fm163.163.com/coremail/fcg/ntesdoor2?lightweight=1&verifycookie=1&language=-1&style=-1&username=%u%&password=%p%"
第二種方法:
復制代碼 代碼如下:
@echo off title color 2b mode con: cols=58 lines=13 set "id=VeVB.COm" set "pwd=www.companysz.com" start "開始登錄你的郵箱" IEXPLORE "https://reg.163.com/logins.jsp?username=%id%&password=%pwd%&url=http://fm163.163.com/coremail/fcg/ntesdoor2"
126郵箱自動登陸bat代碼
復制代碼 代碼如下:
@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%%%"