Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use bat batch processing to realize 163mailbox automatic login

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article will explain in detail how to use bat batch processing to achieve 163mailbox automatic login, the editor thinks it is very practical, so share it for you to do a reference, I hope you can get something after reading this article.

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

163 mailbox

The first method:

The code is as follows:

@ echo off

Set u=jb51.net

Set p=www.yisu.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%"

The second method:

The code is as follows:

@ echo off

Title

Color 2b

Mode con: cols=58 lines=13

Set "id=jb51.net"

Set "pwd=www.yisu.com"

Start "starts logging into your email" IEXPLORE "https://reg.163.com/logins.jsp?username=%id%&password=%pwd%&url=http://fm163.163.com/coremail/fcg/ntesdoor2""

126Mailbox automatic login bat code

The code is as follows:

@ echo off

Set mail=126

Set user= login user name

Set pass= login password

Set "126 = https://entry.mail.126.com/cgi/login?&bCookie=&user=%user%&pass=%pass%"

Cmd / c start "mail%%%"

On "how to use bat batch processing to achieve 163mailbox automatic login" this article is shared here, I hope the above content can be of some help to you, so that you can learn more knowledge, if you think the article is good, please share it out for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report