home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / newc_dev / async373.lha / ASyncRun.txt < prev   
Text File  |  1992-11-28  |  2KB  |  58 lines

  1. ****** ASyncRun.txt ********************************************************
  2. *
  3. *   ASyncRun  --  A RUNBACK clone for AmigaOS 2.04+.  (V37.3 28-Nov-1992)
  4. *
  5. ****************************************************************************
  6.  
  7.  
  8. SYNOPSIS
  9.  
  10.     COMMAND/A,ARGS/M,P=PRI/K/N,S=STACK/K/N,D=DELAY/K/N
  11.  
  12.  
  13. DESCRIPTION
  14.  
  15.     ASyncRun creates a distinct independant background process using the
  16.     information you provide, thus allowing you to EndCLI the shell from
  17.     which ASyncRun was launched.
  18.  
  19.  
  20. OPTIONS
  21.  
  22.     - COMMAND
  23.         Name of the program you wish to ASyncRun. This variable must
  24.         be a valid pathname or resident programname.
  25.  
  26.     - ARGS
  27.         The argument(s) you wish to pass to the program. This may be
  28.         null, but it must not exceed 1024 characters in length.
  29.  
  30.     - PRI
  31.         The priority you wish to run <Command> at. MUST be in the
  32.         range from -128 to 127, but generally you should be careful
  33.         in using priorities outside of, say, +/- 5.
  34.  
  35.     - STACK
  36.         Stacksize for the child process. Defaults to 4000 bytes.
  37.  
  38.     - DELAY
  39.         A number in the interval 1-15, which is the number of seconds
  40.         for ASyncRun to wait before releasing the prompt after having
  41.         loadet the program.
  42.  
  43.  
  44. NOTES
  45.  
  46.     ASyncRun is Copyright (C) 1992 Magnetic Ink (KAS), but freely
  47.     distributable as long as this text is left intact and goes along
  48.     with ANY distribution.
  49.  
  50.  
  51.     Please send comments or bug-reports by e-mail to:
  52.  
  53.         Klaus Seistrup   2:230/119@fidonet
  54.                          92:910/102@badnet
  55.  
  56.         InterNet:        kleis@magneto.bbs.bad.se
  57.  
  58.