Run plugin from windows cmd
Posted by JaapK on
URL: http://imagej.273.s1.nabble.com/Run-plugin-from-windows-cmd-tp3686282.html
Is it possible to launch a plugin with an argumentstring from the windows command line in headless mode?
I've tried something like:
ImageJ -batch "plugin name" "argumentstring"
But that doesn't seem to work.
Can anyone help?