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

[REBOL] Making a file association

From: coussement:c:js:mil:be at: 28-Jun-2001 10:31

Hi list: I need to make some file association within a WinNT 4.0 Env. - *.ctl with a script I wrote - Because the installation of REBOL allows to associate the *.r files with REBOL, I've got a look into the system object. I found there a function *install-it*, which passes the user choice concerning this association to the function *do-install* of a *install-obj* (line 23692 for those interrested) But I could not find anymore traces of this *install-obj*:
>> source install-obj
install-obj: undefined which does not solve my problem :-[ Where can I access this *install-obj* ? Or which API do I have to use to make the required association ? Any idea ? Thanks for answering ;-) chr==