Page 1 of 1

Run batch/script from toolbar

Posted: 04.08.2016, 09:54
by thomas_wei
Hi
How can I run a batch file or vb script and submit the selected file or folder to this batch/script?
How can I add a toolbar button for such a batch/script?

Re: Run batch/script from toolbar

Posted: 16.08.2016, 18:06
by Mr-Fly
Produce your script (cmd) and use %1 variable inside the script for the filename that you expect.
Then add a Tools entry and put the appropriate value you want in the parameters line.
(The ... beside the Parameters line will give you different values)

Re: Run batch/script from toolbar

Posted: 16.08.2016, 21:52
by thomas_wei
Hello Mr-Fly,

thanks a lot for your help! It works!
:lol: