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 write dota2 Server ping Test script

2025-02-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly introduces "how to write dota2 server ping test script". In daily operation, I believe many people have doubts about how to write dota2 server ping test script. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubt of "how to write dota2 server ping test script". Next, please follow the editor to study!

The code is as follows:

@ ECHO off

REM Dota 2 Ping Tester edited by FranzMeister (original code from PlanetSide 2 Ping Tester by Sh5rkill3rSG)

ECHO DOTA2 Server PING Test FranzMeister Editing

ECHO = & & ECHO. Chinese national service

CALL:dota2 183.136.230.1

ECHO-(China) Telecom:% ms%

CALL:dota2 61.182.135.1

ECHO-(China) Netcom:% ms%

ECHO = & & ECHO. Southeast Asia, Singapore

CALL:dota2 103.28.54.1

ECHO-(SEA) Singapore 01:% ms%

CALL:dota2 103.10.124.1

ECHO-(SEA) Singapore 02:% ms%

ECHO = & & ECHO. Europe

CALL:dota2 146.66.152.1

ECHO-(Western Europe) Luxembourg:% ms%

CALL:dota2 146.66.155.1

ECHO-(Eastern Europe) Vienna:% ms%

ECHO = & & ECHO. America

CALL:dota2 192.69.96.1

ECHO-(Maxi) Washington:% ms%

CALL:dota2 208.78.164.1

ECHO-(Meidong) Sterling:% ms%

ECHO = =

ECHO Australia

CALL:dota2 103.10.125.1

ECHO-(AU) Sydney:% ms%

ECHO = =

ECHO Russia

CALL:dota2 146.66.156.1

ECHO-(SW) Stockholm:% ms%

ECHO = =

ECHO South America

CALL:dota2 209.197.29.1

ECHO-(BR):% ms%

CALL:dota2 209.197.25.1

ECHO-(BR):% ms%

ECHO = =

ECHO South Africa

CALL:dota2 197.80.200.1

ECHO-(SA) Cape Town% ms%

CALL:dota2 196.38.180.1

ECHO-(SA) Cape Town% ms%

ECHO = =

ECHO.

ECHO.

ECHO.

ECHO "server is extracted from each region for testing, can not be completely accurate, but can roughly know how the link speed HOHO"

ECHO.&PAUSE&GOTO:EOF

: dota2

SET ms=Error

FOR / F "tokens=4 delims=="% I IN ('ping.exe-n 1% 1 ^ | FIND "ms"') DO SET ms=%%i

GOTO:EOF

At this point, the study on "how to write a dota2 server ping test script" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

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