On Sat, Dec 27, 2008 at 6:36 AM, Peter W A Wood <[email protected]> wrote:

> call "/Applications/Rebol/rebol -cs called.r"

I assume you are on OSX, or some other Unix. You'll want to try something like:

    call "/Applications/Rebol/rebol -qws called.r >/dev/null </dev/null"

If the script output is of any importance, you'll want to redirect it
to a log file instead, eg.

    call "/Applications/Rebol/rebol -qws called.r
>>/path/to/logfile.txt </dev/null"

(The </dev/null is probably unnecessary.)

HTH,
    Gabriele.
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to