home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / qutil2.zip / qsleep.doc < prev    next >
Text File  |  1993-04-17  |  1KB  |  44 lines

  1.  
  2.  
  3.                       QSLEEP (OS/2) - 1.00
  4.                           Documentation
  5.  
  6.     Copyright 1992-1993, Thomas G. Harold, All Rights Reserved.
  7.  
  8.  
  9.     QSLEEP seconds
  10.         seconds - number of seconds to suspend execution.
  11.             The valid range of seconds is from 1 to 65535.
  12.  
  13.     QSLEEP is part of the QUTIL2 utilities package and may not be 
  14. distributed seperately.  QSLEEP mimics the *nix command in usage 
  15. and function.  QSLEEP will suspend execution for the specifed
  16. number of seconds.
  17.  
  18. -----------------------------------------------------------------
  19.  
  20. I.  Installation:
  21.  
  22.     Copy the qsleep.exe file to a directory in your PATH statement.
  23.  
  24. II. Usage:
  25.  
  26.     QSLEEP will suspend execution for the number of seconds
  27. specified.  For example, QSLEEP 300 would suspend execution of
  28. a batch file for 5 minutes.
  29.     If the number of seconds exceeds the maximum 65535 seconds,
  30. then QSLEEP will only pause for 5 seconds.
  31.     QSLEEP returns a non-zero error code if an argument was 
  32. not supplied, or if the argument was not a valid number.
  33.  
  34. -----------------------------------------------------------------
  35.  
  36. History:
  37.  
  38.         1.00    Oct 1992
  39.             Original release version.
  40.  
  41.         1.00    Apr 1993
  42.             Original port to OS/2
  43.             
  44.