Using BAT batch processing to realize 163 mailbox automatic login code [measured]_dos/bat

Source: Internet
Author: User
Some time ago, a friend applied for a 163 of the mailbox, but after many training, how to use, how to operate, or did not learn. (an old, too many things, forget it is no wonder), the back of the Internet to find the next, directly to do a. bat format, the mailbox, user, password directly written in, so it is more convenient.

First, create a text file, such as 163.mail.txt, in the TXT file to write the following content, save. Then convert the. txt format to. bat format, OK.

163 mailbox
The first method:
Copy Code code as follows:

@echo off
Set U=jb51.net
Set P=www.jb51.net
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% "

The second method:
Copy Code code as follows:

@echo off
Title
Color 2b
Mode con:cols=58 lines=13
Set "Id=jb51.net"
Set "Pwd=www.jb51.net"
Start "Login to your Mailbox" IEXPLORE "https://reg.163.com/logins.jsp?username=%id%&password=%pwd%&url=http:// Fm163.163.com/coremail/fcg/ntesdoor2 "

126 Mailbox automatic Landing Bat code
Copy Code code as follows:

@echo off
Set mail=126
Set user= login username
Set pass= login Password
Set "126=https://entry.mail.126.com/cgi/login?&bcookie=&user=%user%&pass=%pass%"
cmd/c start ""%%%mail%%% "

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.