HOLDTIME v1.0 Batch file delay utility.     Copyright 1993 by James Corpening.

  Syntax:  HOLDTIME /xx

Where xx is a value between 0-60; the second x is optional (see below).
HOLDTIME was written to assist the batch file programmer by suspending the
present system for a given number of minutes, as specified on command-line.

Examples: HOLDTIME /09 = pause 9 minutes
          HOLDTIME /9  = pause 9 minutes
          HOLDTIME /38 = pause 38 minutes
          HOLDTIME /61 = pause 1 minute
          HOLDTIME / 8 = will not work

Notes: HOLDTIME will respond to neither CTRL-BREAK nor CTRL-C.
       The system clock will lose 16 ticks (.88 sec) per hour of HOLDTIME use.
This program is free for non-business personal use and is accompanied by
absolutely no warranty.  THIS PROGRAM IS NOT PUBLIC DOMAIN.
Business users please write:
   GymusWhere?                      CIS: 71172,266
   1093 Elmwood Avenue upper        InterNet: 71172.266@compuserve.com
   Buffalo, NY  14222-1225
Please recycle and don't litter.
