Filippo: > I'm trying to use REBOL 031 as CGI/Command Line script interpreter under > Windows 95/98/2000 without success.
You don't say what web server you are using. Precise install instuctions vary for Apache, PWS and IIS. As a CGI program, your script is lacking a shebang (the line that tells the web server where to find REBOL.exe -- though you may not need one with PWS). Basic notes on writing a REBOL CGI script here: http://www.rebol.com/docs/cgi1.html More info on web servers here: http://www.rebol.com/docs/setup.html http://www.rebol.com/faq.html Sunanda. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
