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

another newbie question

 [1/5] from: Greg:Brondo:allegiancetelecom at: 26-Feb-2004 12:30


On windows the rebol core will not print to stdout for some reason. It seems to only want to print to the rebol window (which I do not want to popup -- ala shell script -w). Any ideas? Greg B.

 [2/5] from: tomc:darkwing:uoregon at: 26-Feb-2004 11:25


try the -c or --cgi flags On Thu, 26 Feb 2004, Brondo, Greg wrote:

 [3/5] from: Greg::Brondo::allegiancetelecom::com at: 26-Feb-2004 13:30


nope. no output at all (not even a flash from the rebol window)

 [4/5] from: antonr:iinet:au at: 27-Feb-2004 16:49


I don't think it does at all. It is a question that comes up occasionally. It would be nice to have this ability. A workaround may be to: write clipboard:// "a string" then use some shell command to get the clipboard contents. Anton.

 [5/5] from: antonr:iinet:au at: 27-Feb-2004 17:57


Actually, a better workaround is probably to write to a temporary file. Anton.