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

[REBOL] Re: command line stuff

From: antonr:lexicon at: 6-May-2004 1:36

Within the blap.r script, probe these: system/script/args system/options/args You should see your command line strings b and c there. As for getting output back into the shell, um... you might have to call an external program to show your output. ie something like: call join "cat " mold your-output-string Anton.