home *** CD-ROM | disk | FTP | other *** search
-
-
- QSLEEP (OS/2) - 1.00
- Documentation
-
- Copyright 1992-1993, Thomas G. Harold, All Rights Reserved.
-
-
- QSLEEP seconds
- seconds - number of seconds to suspend execution.
- The valid range of seconds is from 1 to 65535.
-
- QSLEEP is part of the QUTIL2 utilities package and may not be
- distributed seperately. QSLEEP mimics the *nix command in usage
- and function. QSLEEP will suspend execution for the specifed
- number of seconds.
-
- -----------------------------------------------------------------
-
- I. Installation:
-
- Copy the qsleep.exe file to a directory in your PATH statement.
-
- II. Usage:
-
- QSLEEP will suspend execution for the number of seconds
- specified. For example, QSLEEP 300 would suspend execution of
- a batch file for 5 minutes.
- If the number of seconds exceeds the maximum 65535 seconds,
- then QSLEEP will only pause for 5 seconds.
- QSLEEP returns a non-zero error code if an argument was
- not supplied, or if the argument was not a valid number.
-
- -----------------------------------------------------------------
-
- History:
-
- 1.00 Oct 1992
- Original release version.
-
- 1.00 Apr 1993
- Original port to OS/2
-
-