recording pings to servers

Huwbob5

Distinguished
Aug 30, 2014
56
1
18,535
i am wondering if it is possible to record the pings a computer makes to servers and record the IP addresses of the servers, if you are not an admin on the computer system. can you help me please.
 


I am running windows, just a specific server/proxy server
 
Open a command prompt, navigate to a folder where you have write access, then
ping www.yahoo.com >yahoo.txt

You can create a .bat file like this
Code:
date /t >>pingtimes.txt
time /t >>pingtimes.txt
ping www.yahoo.com >>pingtimes.txt
to record ping results with date/time.

 


i would use the command prompte but because i am not an admin it doesn't let me.
 


command prompt is disabled, just says press any key to continue then closes when you do, should have made that clearer sorry my bad