sorry, the -js is not needed.
On Dec 19, 2013 9:32 AM, "bill lam" wrote:
> That depends on exactly what you what, I assume you refer to
> windows. One simple solution is to create a batch file with one line
>
> /path/to/jconsole -js yourscript.ijs
>
> If you are uncomfortable with the console wi
That depends on exactly what you what, I assume you refer to
windows. One simple solution is to create a batch file with one line
/path/to/jconsole -js yourscript.ijs
If you are uncomfortable with the console window, try associate
ijs with jconsole in your desktop explorer shell.
Ср, 18 дек 201
Hello all,
Earlier today at work, I was assigned to automate a process and I figured
the easiest way to do it was with J, but it needed to be accessible to my
coworkers. The idea is to have something they could just click on and run
without any instruction, kind of like a console application in C#