PortTester
----------

Version 2.00

A program to ensure a MUD is running on a nominated port

This program is intended to check a TCP/IP port to check if your MUD is running.
If not, it will start up the nominated program with the nominated arguments.

Usage:	porttester <port>  [<delay>  <command>  [ <args> ]]

eg. 

   porttester 4201 60 c:\pennmush\pennmush.exe /run

If you normally run the MUD as a service you might replace /run with /start.

This will check every 60 seconds to see if port 4201 is in use. If not, it runs this:

   c:\pennmush\pennmush.exe /run


CHANGES
-------

Version 2.00

1. Added ability to pause for a nominated number of seconds and re-test
2. Added ability to start the MUD for you
3. Shows the date/time that the MUD was started


SUMMARY
-------

Author: Nick Gammon <nick@gammon.com.au>

Web: http://www.gammon.com.au

Date: 14th March 2000


Copyright 2000 by Nick Gammon - Gammon Software Solutions.

This program may be freely distributed provided credit is given to the author. It may not be commercially distributed (ie. for a fee) without a written arrangement with the author.
