LAUNCH

REBOL Dictionary 2.0


Summary:

(missing)

Usage:

launch arg

Arguments:

arg - The arg argument.

Refinements:

/secure-cmd - The secure-cmd refinement.

Description:

The LAUNCH function is used to run REBOL scripts as a separate process. When LAUNCH is called, a new process is created and passed the script file name or URL to be processed. The process is created as a subprocess of the main REBOL process.

The LAUNCH function is only enabled within REBOL/Link IOS environment, and for security reasons, restrictions apply to its usage.


    launch %calculator.r


    launch http://www.rebol.com/scripts/news.r


<Back | Index | Next>

Copyright 2003 REBOL Technologies