Instructions were given for CGI under Windows & IIS/PWS. Would those 
instructions be any different for those of us running something different 
than IIS/PWS, like WebSite?

Dave Fobare


 >I'm unclear about what you're asking. What does a O'Reilly's Website
 >have to do with setting up CGI for REBOL under Windows? What am I not
 >seeing?

 >Sterling

 >Windows 95/98/NT & PWS/IIS 3:

 >1. Run Regedit

 >2. Find HKEY_LOCAL_MACHINE /System /CurrentControlSet /Services /W3Svc
 >/Parameters /ScriptMap

 >3. Menu: Edit -> New -> String Value

 >4. Type the extension you want to use for your REBOL scripts: .r

 >5. Double click the new string value and select the path to REBOL.exe
 >like this: c:\REBOL\rebol.exe %s %s
 >The two %s are important and must be there.

 >6. Repeat for any other extensions you want.

 >7. find HKEY_CLASSES_ROOT

 >8. Menu: Edit -> New -> Key

 >9. Name the extension from the earlier step

 >10. Highlight the new key and in the right pane double click the
"default value" and enter rebolscript

 >11. Repeat last step for each extension created earlier

 >12. Create another New -> Key under HKEY_CLASSES_ROOT and call it
rebolscript

 >13. Highlight the new key and i nthe right pane double click the
"default value" and enter "REBOL script"

 >14. Right click on the rebolscript key and select New -> Key and call
it Shell

 >15. Right click on Shell and select New -> Key and call it open

 >16. Right click on open and and select New -> Key and call it command

 >17. Highlight the new key command and i nthe right pane double click
the "default value" and enter the path to REBOL.exe like
c:\REBOL\rebol.exe -cs %1 (the %1 (numeral one, not L) is important
and required)

 >18. Exit Regedit

Reply via email to