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

[REBOL] Re: newbie - How to

From: igouy:yaho:o at: 20-Jun-2003 14:28

> Windows does not have a console itself, > windows has a window which is a dos-shell, thats the > confusion here...
Let me rephrase my question ;-) On Windows XP, I'd like to run a Rebol script from a Command Prompt window, like so:
>rebol -w hello.r
I'd like the script to put some characters on whatever Rebol thinks is the equivalent of stdout, so that it shows up like this:
>rebol -w hello.r
hello world
Is that something I can do on Windows XP using Rebol/Core or Rebol/View ?