Copied from a post by Ira from June 1999). Following these directions is how
I got REBOL working on PWS..

Add a new string value  to
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3Svc\Parameters\Script
Map  with name of .r  (this is the suffix for the rebol script) and data
value
of

c:\rebol\rebol.exe -cs %s

(obviously substitute the appropriate path to your executable).

Your rebol cgi scripts should reside in your PWS Scripts directory.


Cheers,

Allen K


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 10, 2000 8:05 PM
Subject: [REBOL] More PWS Questions and Issue Re:(2)


>
>
> hi,
>
> > It's nothing you can do from a batch file or script, and, you're right,
> the Registry is just not meant for mere mortals.
>
> You can make changes to the registry from a batch file as follows.
>
> 1 Export the key (or branch) from regedit (Registry/Export Registry
File...)
> 2 Use regedit /s <filename>.reg to apply the reg key in a batch file
>
> Has worked for me in both NT and 95.
> good luck to anyone who wants to write the script ....
>
> cheers,
>
> john
>
>
>

Reply via email to