Name:
Ping (Persistent)
Category:
Maintenance
Description:
Sends a persistent Ping to target machine. This will open a CMD window. To stop the ping either press CTRL+C or simply close the CMD window. This utility is great to use when a computer has been rebooted and you want to know the moment it comes back online.
Required Software:
n/a
Command:
@Echo off
Echo Start pinging $(Computer:TARGET) at IP address $(Computer:TARGETIPADDRESS)
ping /t $(Computer:TARGETHOSTNAME)
Comments
0 comments
Article is closed for comments.