Dec 142017
 
SLEEP will wait a specified interval before exiting. This will give you a way to force the system to wait without hogging CPU time.
File SLEEP.ZIP from The Programmer’s Corner in
Category Batch Files
SLEEP will wait a specified interval before exiting. This will give you a way to force the system to wait without hogging CPU time.
File Name File Size Zip Size Zip Type
SLEEP.DOC 1354 681 deflated
SLEEP.EXE 17839 11192 deflated

Download File SLEEP.ZIP Here

Contents of the SLEEP.DOC file





Sleep

by

Paul Martin


SLEEP.EXE is quite simply a program that will wait a specified
interval before exiting. This will give you a way to force
the system to wait without dogging the CPU.

Sleep is invoked in the following manner:

SLEEP
where is the number of milliseconds to wait.

Examples:

SLEEP 10000 Will cause sleep to wait 10 seconds

SLEEP 600000 Will cause sleep to wait 10 minutes

etc...


SLEEP.EXE was written in "C" and is a bound executable. This means it
will run under OS/2 and DOS.

Feel free to distribute this program and make as many copies as
your heart desires, but you must not alter the program in any way
and you must distribute this documentaion file unaltered.

If you find this utility useful, all I ask is that you send me
$2.00 for my effort.

Send checks, money orders, loose diamonds, and of course cash to:

Paul Martin
901-A Ohio Pike
Cincinnati, Ohio
45245

If you find any bugs or have any questions, you can reach me through
USENET at [email protected] or through a local BBS I frequent, called
C.C.C. (513)752-8248, (513)752-1544, (513)752-1542, (513)752-1055,
(513)752-8239, (513)752-0121, (513)752-0730




 December 14, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)