[REBOL] Re: Using Pipe with /Core
From: brett::codeconscious::com at: 30-May-2001 0:00
Hi Scott,
I just entered each case on my installation. Each one worked fine, except
the last. Then I noticed a typo and it worked fine too :)
Both Core 2.5 and Core 2.3 on WinNT4
I changed directory to each rebol directory and execute the line there.
I'm so glad you posted this because I couldn't nut out the syntax by myself
:)
Regarding why it doesn't work for you - check that you have Rebol/Core on
the PATH in your user environment variables - I've forgotten where that is
for Win98. Also ensure you have a environment variable called REBOL_HOME
pointing to the correct core directory.
Lastly, is there anything in your autoexec.bat that might potentially screw
Rebol up? Just throwing wild ideas around...
Intermediate file error
is suspicious. Have you tried doing some similar
redirection with another exe? Might help the process of elimination...
E.g. Assuming you have qbasic, how about creating a test.bas file with the
lines
input a$
print a$
system
and then at the command prompt
echo "testing" | qbasic/run test.bas
I don't know if it will help but it is worth a try.
Brett.