Skip to content

ping

The ping command can be used to ping a computer on the network. This can be used to check whether a device can be reached on the network or to bring a device out of energy-saving mode.

Syntax

ping IP: <IP-Address> [Loop: <Number>] [Sleep: <Milliseconds>] [Mode: <Modus>]

Example

Function ScriptBeforeUpload
{
    // Ping the server of the UNC job 3 times and wait 3 seconds (3000ms) after each ping, i.e.
    // ping, sleep(3000), ping, sleep(3000), ping, sleep(3000)
    ping Ip:$vdog::uploadjob->5002 loop:3 sleep:3000
}