Dec 142017
Delay .BAT files xx seconds but allow auto continue – Ver 1.02. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
DELAY.COM | 476 | 439 | deflated |
DELAY.DOC | 1142 | 541 | deflated |
Download File DELAY102.ZIP Here
Contents of the DELAY.DOC file
Documentation for DELAY.COM - Ver 1.02
A Shareware Program Written By Craig Veal
Here is a short .COM file I wrote to allow me to pause a batch file yet
automatically continue after a set number of seconds (I use it with ZMODEM
protocol and ProComm+). That way if I'm immediately available when the batch
file ends it will continue after the "delay".
The default delay is 5 seconds, but you can change it from the command line by
typing the delay time you want (0 - 99 seconds). If you enter a number larger
than 99 only the first 2 digits will be read.
Syntax: DELAY [time] where [time] is the numbers of seconds you want the
program delay.
Examples:
DELAY - Delays batch file 5 seconds (default)
DELAY 3 - Delays 3 seconds
DELAY 15 - Delays 15 seconds
Share this program with others. Craig Veal
4734B Jacksonville Lane
Andrews AFB, MD 20335
Phone 301-599-1071
A Shareware Program Written By Craig Veal
Here is a short .COM file I wrote to allow me to pause a batch file yet
automatically continue after a set number of seconds (I use it with ZMODEM
protocol and ProComm+). That way if I'm immediately available when the batch
file ends it will continue after the "delay".
The default delay is 5 seconds, but you can change it from the command line by
typing the delay time you want (0 - 99 seconds). If you enter a number larger
than 99 only the first 2 digits will be read.
Syntax: DELAY [time] where [time] is the numbers of seconds you want the
program delay.
Examples:
DELAY - Delays batch file 5 seconds (default)
DELAY 3 - Delays 3 seconds
DELAY 15 - Delays 15 seconds
Share this program with others. Craig Veal
4734B Jacksonville Lane
Andrews AFB, MD 20335
Phone 301-599-1071
December 14, 2017
Add comments