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: depotcity:telus at: 22-Jun-2001 10:18

Hi all. It was this article that got me inspired. But it seems to Unix based? The examples don't work for me on my win2k machine. It's straight forward to create a little script from the shell, but I'm looking for a simple way to, among other things, pass a variable to a script... eg: Let's say we have this script on the server called print-it.r... rebol [] print x ... and we want to send the variable "x" via the shell (somehow?)... c:\rebol\print-it.r "x: {blah blah blah}" TBrownell