[REBOL] Re: Script permissions
From: dness::home::com at: 23-Jun-2001 23:35
Brett Handley wrote:
> Hi David,
>
> You can information in the Core2.3 manual found on this page:
> http://www.rebol.com/docs.html
>
> or more specifically on security:
> http://www.rebol.com/docs/core23/rebolcore-3.html#pgfId-297453
>
> and additionally in the very next section describing program arguments.
>
> Brett.
>
Thank you for another helpful pointer.
I find I can do what I want without any `security problem' if I execute
REBOL mycode.r
but if I go to my REBOL desktop and modify BOOKMARKS.R so that it contains
file "NessCtrl" %mycode.r
then I get a `security check' when I click on my `NessCtrl' folder on my
REBOL desktop and try to do the execute this way.
Does this make sense?