Hi all,
I'm trying to use REBOL 031 as CGI/Command Line script interpreter under
Windows 95/98/2000 without success.

I have uploaded a demo script ("Hello World" script) here:
http://www.humanprofile.biz/downloads/rebol.zip

It contains the following simple script:

------------ cut ------------
REBOL [Title: "Hello World Script"]

print "Hello World!"
------------ cut ------------

I have tried to call REBOL from command line with the following parameters:

REBOL -c hello.r
REBOL -c -s hello.r
REBOL --cgi hello.r
REBOL --cgi --script hello.r
REBOL --cgi --secure throw hello.r
REBOL --cgi --secure throw --script hello.r

No one of the above will do what expected (print to the standard output the
"Hello World!" text).

Anyone can help me?

Sincerely,
Filippo Toso

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to