Geo,
I love your title, "GUI Console developer"

Do you have any I can buy, or do you need any help with specifications
on that?

Cheers,
Steve Shireman
with a good console, "your brain may no longer be the boss" Firesign
Theatre

Geo Massar wrote:
> 
> Helmut,
> 
> Jeff got the answer for you. But, you need to pause a moment before you
> can read the output file. If you want, I'll be glad to give you a short
> DOS-based program that would poll (check) the availability of the output
> file until the expiration is up. Put that program in a DOS batch file:
> e.g.,
> 
> @echo off
> rebol.exe -w %1 > out.txt
> poll out.txt 10
> type out.txt
> 
> The '10' is 10 seconds expiration, enough for a slow machine. The program
> will exit if the output file is found before the expiration occurs.
> 
> Let me know if you want the program.
> 
> Geo Massar
> GUI Console developer
> OSCAR eGroup
> 
> [EMAIL PROTECTED] wrote:
> >
> >   Howdy, Helmut:
> >
> >   c:\rebol.exe -w script > out.txt
> >
> >   This would be a good one for the FAQ.
> >
> >   -jeff
> >
> > > When I REBOL start from a command shell (DOS-Box) with
> > >
> > > REBOL script.r
> > >
> > > how can I redirect all REBOL-Output to the DOS-Console?
> > >
> > > Thanks Helmut
> >
> > --
> > 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.
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to