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

[REBOL] Re: Passing arguments to scripts in Windows? - system/script/args

From: arolls::bigpond::net::au at: 23-Jun-2001 4:05

> pass a variable to a script... eg: > > Let's say we have this script on the server called print-it.r...
rebol [] probe system/script/args ; you could then 'do this wait 5 ; so we have time to see it
> c:\rebol\print-it.r "x: {blah blah blah}"
should open a rebol console and print "x: {blah blah blah}" Anton.