Sunday, July 15, 2012

Create A Ping Tool Manually Using Notepad

Sometimes we need to ping\monitor a specific server IP or to check peer to peer connections between homenetworks or groups. Here i provide a tool or piece of code which you can ping a server constantly.

Step 1: Open a notpad

Step 2: Write the below mentioned code


TITLE PING MY SERVER
Ping MYIP -t


Replace MY SERVER with any title you like.

Replace MYIP with your required server ip such as 98.139.102.145 (www.yahoo.com)

Step 3: Click on Save As

Step 4: Save the file in .bat extension. (Exapmle-Ping.bat).

Step 5:Run the bat file. It will auto open and ping your required server.

Ping Tool



0 comments:

Post a Comment