Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

FREE CGI ON NETFIRMS.NET:did already setup rebol on it ?

 [1/2] from: rebolask::free::fr at: 4-Aug-2003 13:25


What is the header for rebol then ? Thanks

 [2/2] from: SunandaDH:aol at: 4-Aug-2003 10:43


> What is the header for rebol then ? > Thanks
If you are asking what the header line needed for a REBOL cgi program is, then it is much the same as any other cgi program: -- a she-bang ( # ! ) -- followed by the path to the executable (REBOL.exe in this case) -- followed by any command line parameters it needs. -- followed by a blank line (not sure if this is compulsory!) I use, for my local server, #!c:\rebol\core\rebol.exe -cs Sunanda.