MC-Basic:PING

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Ping (<''ip address''>) |AVAILABILITY= |DESCRIPTION= The PING command is used to test whether or not a remote host is reachable. A run-time …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The PING command is used to test whether or not a remote host is reachable. A run-time error is returned if the host is not reachable or does not answer.

Syntax

Ping (<ip address>)

Range

<ip address> = IP address

<returned value> : -1 : if remote host is unreachable

0 : OK

Scope

Task, Terminal

Examples

-->? Ping (”212.25.84.109”)

0

See Also