home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / SLEEP.ZIP / SLEEP.DOC
Text File  |  1989-08-24  |  1KB  |  52 lines

  1.  
  2.  
  3.  
  4.                                  Sleep
  5.             
  6.                                    by
  7.  
  8.                                Paul Martin
  9.  
  10.  
  11. SLEEP.EXE is quite simply a program that will wait a specified
  12. interval before exiting.  This will give you a way to force
  13. the system to wait without dogging the CPU.
  14.  
  15. Sleep is invoked in the following manner:
  16.  
  17. SLEEP <n>
  18. where <n> is the number of milliseconds to wait.
  19.  
  20. Examples:
  21.  
  22. SLEEP 10000          Will cause sleep to wait 10 seconds
  23.  
  24. SLEEP 600000         Will cause sleep to wait 10 minutes
  25.  
  26. etc...
  27.  
  28.  
  29. SLEEP.EXE was written in "C" and is a bound executable.  This means it
  30. will run under OS/2 and DOS.
  31.  
  32. Feel free to distribute this program and make as many copies as
  33. your heart desires, but you must not alter the program in any way
  34. and you must distribute this documentaion file unaltered.
  35.  
  36. If you find this utility useful, all I ask is that you send me
  37. $2.00 for my effort.
  38.  
  39. Send checks, money orders, loose diamonds, and of course cash to:
  40.  
  41. Paul Martin
  42. 901-A Ohio Pike
  43. Cincinnati, Ohio
  44. 45245
  45.  
  46. If you find any bugs or have any questions, you can reach me through
  47. USENET at pmartin@ucqais.uc.edu or through a local BBS I frequent, called
  48. C.C.C. (513)752-8248, (513)752-1544, (513)752-1542, (513)752-1055,
  49.        (513)752-8239, (513)752-0121, (513)752-0730
  50.  
  51.  
  52.