Jump to content

Need help finding best ping


Recommended Posts

Posted (edited)

Open notepad, paste below code, save as .bat file.
In SET worlds, include all the worlds that you want to check. 

@ECHO off

SET worlds=1,2,3...
FOR %%i IN (%worlds%) DO (
Echo | SET /p=World %%i
FOR /F "tokens=5" %%a IN ('Ping oldschool%%i.runescape.com -n 1 ^| FIND "time="') DO Echo %%a)

PAUSE

Output will be shown like this after you run the bat file.
7K-fVd4NTc_WzXbwgMeuzA.png

Edited by Charlotte
  • Like 2
Posted
10 minutes ago, Charlotte said:

Open notepad, paste below code, save as .bat file.
In SET worlds, include all the worlds that you want to check. 

@ECHO off

SET worlds=1,2,3...
FOR %%i IN (%worlds%) DO (
Echo | SET /p=World %%i
FOR /F "tokens=5" %%a IN ('Ping oldschool%%i.runescape.com -n 1 ^| FIND "time="') DO Echo %%a)

PAUSE

Output will be shown like this after you run the bat file.
7K-fVd4NTc_WzXbwgMeuzA.png

This is lovely, though OP wanted to know how to do this with a proxy

Posted
47 minutes ago, Charlotte said:

Open notepad, paste below code, save as .bat file.
In SET worlds, include all the worlds that you want to check. 

@ECHO off

SET worlds=1,2,3...
FOR %%i IN (%worlds%) DO (
Echo | SET /p=World %%i
FOR /F "tokens=5" %%a IN ('Ping oldschool%%i.runescape.com -n 1 ^| FIND "time="') DO Echo %%a)

PAUSE

Output will be shown like this after you run the bat file.
7K-fVd4NTc_WzXbwgMeuzA.png

Very nice, thank you, never knew how to create something like this.

Posted
9 hours ago, Charlotte said:

Open notepad, paste below code, save as .bat file.
In SET worlds, include all the worlds that you want to check. 

@ECHO off

SET worlds=1,2,3...
FOR %%i IN (%worlds%) DO (
Echo | SET /p=World %%i
FOR /F "tokens=5" %%a IN ('Ping oldschool%%i.runescape.com -n 1 ^| FIND "time="') DO Echo %%a)

PAUSE

Output will be shown like this after you run the bat file.
7K-fVd4NTc_WzXbwgMeuzA.png

That's how I pinged the regular client, but I wanted to know if this is possible for a proxy.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...