Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Output to DOS-Console

From: gmassar:dreamsoft at: 12-Jan-2001 9:53

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 [jeff--rebol--net] wrote: