Hi,

I have some shell scripts that I use under bash but run under cygwin
or msys on windows (and under Linux and OS X)
The problem with this and rebol is that I must use use something like this:
  $ powershell -Command "r3-a96.exe scripts\extract_req.r > result.txt"
OR
  $ cmd.exe /S /K "r3-a96.exe scripts\extract_req.r > result.txt && exit"

to make it work. This will of course not run under any other OS unless
I check for it.
Is there any particular reason why this crashes with "REBOL System
Error #1405" when called directly under those shells?
Any workaround?

Cheers,
Marten
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to