home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_2.iso / files / 754a.lha / WBRun_v6-3-93 / 2.0 / WBRun.doc < prev    next >
Text File  |  1993-03-30  |  889b  |  31 lines

  1.  
  2.     A RunBack style program which use parm.library.  Runs programs
  3.     in  WB  mode  from any CLI.  Programs are fully detached.  The
  4.     program you run must support WB startup.
  5.     WBRun is not really pure but can be made resident.
  6.  
  7.     Usage:
  8.  
  9.         WBRun Prog [args] [STACK size] [PRI pri] [DELAY sec]
  10.  
  11.     if you type:
  12.  
  13.         WBRun ?
  14.  
  15.     you will get this command template
  16.  
  17.         Prog/A,Args/M,STACK/K/N,PRI/K/N,DELAY/K/N:
  18.  
  19.     that is to say, Prog must be specified, and other args are optionnal.
  20.  
  21.     Stack will overide icon stack if specified, so use with great care.
  22.     Default stack size will be current stack size of the CLI if no icon.
  23.     Pri is 0 by default.
  24.     Delay  is  in seconds.  WBRun will wait this delay once prog is loaded
  25.     and run, and can be used to prevent disk trashing in script files.
  26.  
  27.     Authors: Sylvain Rougier, Pierre Carrette.
  28.  
  29.     Enjoy.
  30.  
  31.