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

RES: Re: File association and security

 [1/4] from: carlos:lorenz at: 6-Dec-2000 16:30


Hi Dan, Sorry for my ignorance but I allways wonder why can't security (Windows version) be set from within the script? --Lorenz -----Mensagem original----- De: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]Em nome de Dan Rolander Enviada em: Quarta-feira, 6 de Dezembro de 2000 12:03 Para: [rebol-list--rebol--com] Assunto: [REBOL] Re: File association and security Mat, In Windows just edit the folder options for the R extension so that the View action performs the following function: C:\Program Files\Rebol\rebol.exe -q -s "%1" Dan

 [2/4] from: dan::rolander::com at: 6-Dec-2000 14:16


Hi Lorenz, Wouldn't that be a security hole? If the script could change security settings what's to protect you from it doing something nasty to your machine? Dan

 [3/4] from: mat:eurogamer at: 6-Dec-2000 19:03


Heya Mailbank, M> Sorry for my ignorance but I allways wonder why can't M> security (Windows version) be set from within the script? Rather defeats the purpose of having security then, doesn't it :) -- Mat Bettinson - EuroGamer's Gaming Evangelist with a Goatee http://www.eurogamer.net | http://www.eurogamer-network.com

 [4/4] from: allenk:powerup:au at: 7-Dec-2000 5:34


----- Original Message ----- From: "Mailbank" <[carlos--lorenz--net]> To: <[rebol-list--rebol--com]> Sent: Thursday, December 07, 2000 4:30 AM Subject: [REBOL] RES: Re: File association and security
> Hi Dan, > > Sorry for my ignorance but I allways wonder why can't > security (Windows version) be set from within the script? > > --Lorenz
or set command line on a per script basis using Windows shortcuts. Much safer than granting full access to all scripts. Cheers, Allen K