This is  small but useful batch file written for 4DOS that will
count down the time.  If a key is pressed before the count down
reaches 0, it will do XXXXX, if no key  is pressed it will do
YYYYY.

In addition, it will print the count in big letters with the
LCD.COM program.  Make sure LCD.COM is in the path or, for faster
execution, put its path specifically in the batch (I have it det to
d:\ right now).

Execute the batch with the number of seconds to count down.  I.e.
if a 2 minute countdown is desired, type
     count 120

This could come in handy on boot up or in any other batch where a
user request is needed but a time limit is to be set.

Enjoy.


NOTE:  I included LCD.COM in this archive.  I'm not sure  who the
original author of this program is, but it is on many BBSs so I
assume it is Public Domain.

