Graham > I presume output is going to the browser because he's using the -c > flag .... but from what I can understand, he doesn't really want to > run it as cgi.
The -c option simply suppresses the Rebol "banner". Here is the output sent to the browser when the -c option is not specified: From the CGI script [H[JREBOL/Core 2.7.5.2.4 (4-Mar-2008) Copyright 2008 REBOL Technologies REBOL is a Trademark of REBOL Technologies All rights reserved. Component: "REBOL Mezzanine Extensions" 1.2.0 Component: "REBOL Internet Protocols" 1.71.0 Finger protocol loaded Whois protocol loaded Daytime protocol loaded SMTP protocol loaded ESMTP protocol loaded POP protocol loaded IMAP protocol loaded HTTP protocol loaded FTP protocol loaded NNTP protocol loaded Component: "Command Shell Access" 1.9.0 Component: "System Port" 1.4.0 Script: "Reborg-user.r" (21-Oct-2005) Script: "mock-send.r" (11-Aug-2005) Script: "Untitled" (none) From the called script Regards Peter -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
