Hi, Matt. It sounds like your rebol installation is bad. I think that Rebol/View doesn't like being called %rebolcmd.exe. It's probably trying to install itself when called by Xitami?
If you want to run Rebol/View and Rebol/Core at once, consider doing what I've done, which is to have one directory, like: %/C/Rebol/ with two subdirectories, inside it like: %/C/Rebol/View/ and: %/C/Rebol/Core/ Then put Rebol/Core in it's directory and Rebol/View in it's directory. Then check them out to make sure that both work OK, then try them out again. Be sure that the REBOL_HOME variable in your autoexec.bat file is changed and that you've rebooted your system. The end result is two Rebol executables which are at: %/C/Rebol/Core/Rebol.exe and: %/C/Rebol/View/Rebol.exe Then in the %/C/Rebol/ directory, you can store your Rebol scripts and it's all tidy and so on. I hope that helps! If not, please let me know, or email the list? Andrew Martin ICQ: 26227169 http://valley.150m.com/ -><- ----- Original Message ----- From: "Mat Bettinson" <[EMAIL PROTECTED]> To: "Andrew Martin" <[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 9:59 PM Subject: [REBOL] Re: Rebol/view as a CGI app > Hi Andrew, > > AM> I think there's something wrong with your computer or rebol installation. > AM> I'm using Xitami and Rebol/View on Windows XP with no problems at all. > AM> Here's the line I use in my Rebol scripts: > AM> #! c:\Rebol\View\rebol.exe -cs > > AM> If that doesn't help, try again? > > I've literally been switching out the above with > #!C:\Rebol\rebolcmd.exe --cgi -s > > (The switches taken from an actual example in the manual) > This line works, so does the regular Rebol/core (just rebol.exe) but > View does not. It gets launched but never actually does anything and > eventually Xitami terminates it. > > Regards, > > Mat. > > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.