[REBOL] Re: "Launch" bug ?
From: athymik:ifrance at: 25-Nov-2002 16:27
> Hi Athymik,
>
> A> Hmm... Why does Rebol overwrite this function ?
>
> LAUNCH is only really meant for use in the console. This comes up
> quite a bit as it seems like it could be so handy, but it's RT's call
> about what features they want to include.
Thank you very much, Gregg.
I found an interesting "feature" in launch : it allows Rebol/Core to launch
an external program, for example :
>> a: system/options/boot
>> rename system/options/boot %tmp
>> copy %my_program a
>> launch "my-args"
>> delete %my_program
>> rename %tmp a
Can overwriting LAUNCH be a protection ?
> -- Gregg
Athymik