Hello!
Luiz wrote:
> I'm using win95 with Sambar Server to try make some scripts to WEB ..
> I tried many times run .r files from the cgi-lib directory of sambar but
in all times the REBOL shell open and the
> script get a time out message in the Browser .. anyone here can send me a
solution for this problem.. please :)
You have to call Rebol with -cs (c=cgi, s=secure, if you don't want that,
try -cgi)... So:
rebol.exe -cs or:
rebol.exe -cgi
As I do in my scripts:
#! c:/!web/scripts/rebol.exe -cs
Try it...
Regards,
Rachid