IfPing
------

*IfPing allows conditional execution based on whether or not a host is pingable.
If it is, the 'Then' clause will be executed, otherwise the 'Else' clause will
be executed.

Installation
------------

If you want this to be available easily from the command line, copy it into
somewhere on your Run$Path, for example, your !Boot.Library directory (or one of
the sub-directories on Select, along with the Help directory).

Example usage
-------------

IfPing router Then Echo Router OK Else Error Router down!
IfPing popserver Then Run <POPStar$Dir>.!Run
IfPing newsserver Then Run <NewsHound$Dir>.!Run

Notes
-----

In the instance that the host is unresolvable or an error occurs during the
process, neither clause will be executed.

Contacting me
-------------

E-mail: alex@archifishal.co.uk
MSN:    archifishal@gmx.co.uk
WWW:    http://www.archifishal.co.uk/
