home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / npwait.zip / README.NPW < prev   
Text File  |  1993-08-19  |  1KB  |  46 lines

  1. /*********************************************************
  2.  
  3. NPWAIT is unsupported FREEWARE.  Use, modify, and distribute freely.
  4.  
  5.         Put this command in your CONFIG.SYS at a point when you
  6.         want to have an opportunity to go to a full-screen command
  7.         line prompt. 
  8.  
  9. Usage: 
  10.  
  11. CALL=[path]NPWAIT.EXE [-cCOMMAND] [-wWAIT_TIME] [-r]
  12.  
  13. simple example:
  14.  
  15. CALL=C:\OS2UTIL\NPWAIT.EXE
  16.  
  17. optional switches:
  18.  
  19.   -cCOMMAND Tells NPWAIT what command to run if a key is hit.
  20.         Usually, you would want it to run CMD.EXE, but you
  21.         can use this switch to tell it the right drive and path.
  22.         If you use something other than CMD.EXE, do not
  23.         attempt to pass arguments to the program you run.
  24.        default value = C:\OS2\CMD.EXE
  25.        example:  -cE:\OS2CMDS\CMD.EXE
  26.  
  27.   -wWAIT_TIME Tells NPWAIT how long to count down, in seconds.
  28.        default value = 10
  29.        example:  -w20
  30.  
  31.   -r        Tells NPWAIT to resume countdown when you exit the
  32.         COMMAND shell CMD.EXE.
  33.        default value = Do not resume countdown, exit NPWAIT immediately.
  34.  
  35. FULL EXAMPLE:
  36.  
  37. The following command will run wait 20 seconds, and run
  38. the program D:\OS2\CMD.EXE if a key is pressed. When the user
  39. types EXIT at the command line, it will continue on with its
  40. countdown until it reaches 0.  Then it will continue with
  41. CONFIG.SYS.
  42.  
  43. CALL=C:\OS2UTIL\NPWAIT.EXE -cD:\OS2\CMD.EXE -w20 -r
  44.  
  45. **********************************************************/
  46.