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

[REBOL] Re: Passing arguments to scripts in Windows?

From: sterling:rebol at: 22-Jun-2001 10:52

How about: c:\path\to\rebol print-it.r "blah blah blah" where print-it.r is: REBOL [] probe system/options/args Does that do what you want? Sterling