Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Permission problem

From: tomc:darkwing:uoregon at: 7-May-2002 19:52

First, be very sure this is what you want to do. (It is dangerous to give scripts permissions without knowing what they do, and just clicking makes it too easy to run a script without checking) In fact it is such a bad idea I will instead offer an alternative that will enable you to run a particular script (which you know it is safe to bypass the security) by clicking on an icon in windows exploder. first make a "shortcut" to your rebol executable then edit the "target" properties of that shortcut example: from-- C:\rebol\view\rebol.exe To -- C:\rebol\view\rebol.exe -s Z:\path\to\particular-script.r then rename the shortcut to something meaningful and you are done. (it is the -s flag that avoids request to lower security) On Mon, 6 May 2002, Didier Jacquemart wrote: