Running External programs from macros?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Running External programs from macros?

DeSpain, Ronald
Is there a way to initiate the execution of a batch (*.bat) or
executable (*.exe) from within an IJ macro?
 
Thanks
Ron DeSpain
[hidden email]
 
Reply | Threaded
Open this post in threaded view
|

Re: Running External programs from macros?

Gluender
You may give the command exec() a try.

As always, it's  agood idea to consult the ij-macro manual.

>Is there a way to initiate the execution of a batch (*.bat) or
>executable (*.exe) from within an IJ macro?
>
>Thanks
>Ron DeSpain
>[hidden email]

HTH

Herbie