[REBOL] Re: `Launching' applications
From: brett:codeconscious at: 23-Jun-2001 11:52
Hi David,
Sorry I won't be able to answer your questions because I either don't know
or have forgotten about "rlaunch". Where did you find it? It would have been
a contribution from a Rebol user not from Rebol Tech.
> I am trying to figure out the `launch' facility and run into difficulty.
Rebol's own launch facility comes with the /Pro licensed version of View:
>> help launch
USAGE:
LAUNCH value /reboot /uninstall /link url /quit /secure-cmd
DESCRIPTION:
Launches a new REBOL interpreter process.
LAUNCH is a native value.
ARGUMENTS:
value -- The command-line arguments (Type: any-string)
REFINEMENTS:
/reboot
/uninstall
/link
url -- (Type: any)
/quit
/secure-cmd
There are some limitations on this command which escape me, so if this is
something you want to find out about send another post to the list.
Brett.