Hi Steven,

It's good to see another Aussie on the REBOL list.
It's probably not much use, (considering you want to deal with the registry),
but I do have a script for parsing .ini files, returning info based on the
required key and subkey.

Let me know if your interested, and I'll forwarded it to you.


Cheers,

Allen K

ps I'm looking for work in REBOL,
 please let me know if your department decides to move in that direction. :-)



----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 12, 1999 2:44 PM
Subject: [REBOL] NT usage Re:(2)


> Under NT the registry cannot be accessed as a file. You must using the API
> calls to read and write stuff to it. We use it to setup information that
> in-house developed applications use. We seldom touch the microsoft areas
> unless we know what we are doing. (That doesn't happen often.)
>
> Right now we use Wise as an installer AND general purpose scripting
> language, with call-outs to a DLL of C functions for hard stuff, like doing
> interesting things with the registry or executing SQL scripts on an Oracle
> database. This all works but the result is we have some serious logic and
> investment tied up the WISE scripts.
>
> Ideally we'd like to dumb-down the WISE scripts and put the smart code up
> into a good, general purpose, human readable format like REBOL.
>
> As idea how much REBOL/Command will sell for?
>
> Steve
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 12 November 1999 14:48
> To: [EMAIL PROTECTED]
> Subject: [REBOL] NT usage Re:
>
>
>
> --- [EMAIL PROTECTED] wrote:
>
> 1. Can it read from and write to the NT registry?
>
> --- end of quote ---
>
> You could certainly use it to parse/read/write to the registry (assuming
> it's a text file like in 95/8). Whether that would be advisable...
>
>
> I've heard looking at the registry sorta mean can break things...
>
>
> --
>
> Andrew Grossman
>
>

Reply via email to