home *** CD-ROM | disk | FTP | other *** search
-
- A RunBack style program which use parm.library. Runs programs
- in WB mode from any CLI. Programs are fully detached. The
- program you run must support WB startup.
-
- Usage:
-
- WBRun Prog [args] [STACK size] [PRI pri] [DELAY sec]
-
- if you type:
-
- WBRun ?
-
- you will get this command template
-
- Prog/a,args/...,STACK/k,PRI/k,DELAY/k:
-
- that is to say, Prog must be specified, and other args are optionnal.
-
- Stack will overide icon stack if specified, so use with great care.
- Pri is 0 by default.
- Delay is in seconds. WBRun will wait this delay once prog is loaded
- and run, and can be used to prevent disk trashing in script files.
-
- If prog isn't in the specified path, Arp resident list and CLI Path
- are searched too, but in theses cases, icon will never be found, and
- stack size will be current stack size of the CLI.
-
- Authors: Sylvain Rougier, Pierre Carrette.
-
- Enjoy.
-
-