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

Output to DOS-Console

 [1/8] from: hk:readysoft at: 12-Jan-2001 11:28


Hi list, 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

 [2/8] from: jeff:rebol at: 12-Jan-2001 8:11


Howdy, Helmut: c:\rebol.exe -w script > out.txt This would be a good one for the FAQ. -jeff

 [3/8] 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:

 [4/8] from: steve:shireman:semaxwireless at: 12-Jan-2001 12:34


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:

 [5/8] from: al:bri:xtra at: 13-Jan-2001 8:07


> 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? Check out the Oscar-Project list: [OSCAR-PROJECT--egroups--com] Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/

 [6/8] from: kracik:mbox:dkm:cz at: 13-Jan-2001 9:30


Hi, also try: rebol -w your-script.r | more At least it works in Windows NT, don't know about Win95. -- Michal Kracik Helmut Knoblauch wrote:

 [7/8] from: rphilipp:suffolk:lib:ny:us at: 14-Jan-2001 17:56


Geo, I would be interested in this program. It looks like it I may be able to use it as a print work around for REBOL in Windows. Could you please send it to me. [rphilipp--suffolk--lib--ny--us] Thanks, Robert P.

 [8/8] from: gmassar::dreamsoft::com at: 15-Jan-2001 13:00


Robert, You'll find Poll program in the attached file (Poll001.zip). If you have any difficulty with it, don't hesitate to ask. Geo... Robert Philippe wrote:
> Geo, > I would be interested in this program. It looks like it I may be able to
<<quoted lines omitted: 61>>
> [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Binary/unsupported file stripped by Listar -- -- Type: application/x-compressed -- File: Poll001.zip

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted