Arc Forumnew | comments | leaders | submitlogin
1 point by conanite 5507 days ago | link | parent

I can't answer for jarc although looking at the source it seems that jarc will assume the first argument, if given, is a file to read and interpret.

If you need this functionality urgently in a java-based arc, rainbow has it already, see http://github.com/conanite/rainbow/tree/master

  -args a b c     # sets "*argv*" in the arc environment to (a b c). This option, if present, must be specified last.
It's tricky to make it work as you want it, quotes and parens seem to confuse the commandline shell. Let me know if it's not working for you.