ReadMe File for
WAIT(C) Version 2.0 CopyLeft Bill Buckels 1999
All Rights Reversed.
Distributed As Freeware.

OverView
--------

The windows program WAIT.EXE is a FreeWare Program included for use in
WINROBOT scripts.

This is a dummy program which is can be called by WINROBOT prior to
launching the next application.

It provides a method to allow Windows to regain control of system
resources which may still be in use when the previous application ends.

WAIT.EXE can also be used as a task scheduler.

Description
-----------

Wait... A command line Windows Program that will Wait from 1-60 seconds
or until a scheduled time. Can be called from a WIN95/98 DOS Batchfile
or a WinRobot Script To pause for a specified period of time.

Usage is:

  "Wait"                  - Waits a minute.
  "Wait [1-60 seconds]"   - Waits a number of seconds.
  "Wait Until HH"         - Waits until the hour.
  "Wait Until HH:MM"      - Waits until hour:minute
  "Wait Until HH PM"      - Waits until AM or PM
  "Wait Until HH:MM AM"
  "Wait Before HH"         - Waits Before the hour.
  "Wait Before HH:MM"      - Waits Before hour:minute
  "Wait Before HH PM"      - Waits Before AM or PM
  "Wait Before HH:MM AM"
  "Wait After HH"         - Waits After the hour.
  "Wait After HH:MM"      - Waits After hour:minute
  "Wait After HH PM"      - Waits After AM or PM
  "Wait After HH:MM AM"

Licence Agreement
-----------------

You have a royalty-free right to use, modify, reproduce and distribute
this program and its source code in any way you find useful, provided
that you agree that Bill Buckels has no warranty obligations or
liability resulting from said distribution in any way whatsoever. If you
don't agree, remove this source code from your computer now.

  Bill Buckels
  589 Oxford Street
  Winnipeg, Manitoba, Canada R3M 3J2

  Email: bbuckels@escape.ca
  WebSite: http://www.escape.ca/~bbuckels

End Of ReadMe
