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

File association and security

 [1/3] from: mat:eurogamer at: 6-Dec-2000 13:34


Wocha, File associations. How might you set one up that launches rebol.exe on .r files but with the -s switch? My Ugly Hack TM for running a Rebol executor machine is to launch .r files with the execute function of Serv-U. But many of my scripts require security turned off. Any solutions? -- Mat Bettinson - EuroGamer's Gaming Evangelist with a Goatee http://www.eurogamer.net | http://www.eurogamer-network.com

 [2/3] from: dan::rolander::marriott::com at: 6-Dec-2000 9:02


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

 [3/3] from: mat:eurogamer at: 6-Dec-2000 13:59


Heya Mat, MB> File associations. How might you set one up that launches rebol.exe on MB> .r files but with the -s switch? I worked it out. Different in different versions of windows, typical eh. -- Mat Bettinson - EuroGamer's Gaming Evangelist with a Goatee http://www.eurogamer.net | http://www.eurogamer-network.com