Hi Chris,

>(Like I added the following to the rnill.r script
> from rebol.org:
>
>   secure [
>           %RNILLData.txt allow
>   ]
>
> I did this to allow the script to read/write it's own configuration
> file without fuss.
>

Hopefully, there should not be too much fuss with RNILL accessing its data,
it only reads the data file on startup, and only writes when type "quit" in
RNILL.

So on normal/default security settings it should only ask you before writing
at the end.

If you prefer not to have any prompt box, the better way is to launch it using
a command line switch . (-s security switch). Type "usage" in REBOL to find
out about these.

(I have an updated RNILL that I will post soon.)

Cheers

Allen K

Reply via email to