Page 1 of 1

How do you turn a right-click menu option into a toolbar button?

Posted: 27 Jul 2017 02:38
by Megalith
I have a program installed that lets you modify dates and times, which you initiate by right clicking on a file and selecting the "Change Attributes" option. What I want to do is turn this into a toolbar button, which would be quicker than having to right click and look for the command every time.

How would I find the command string for this to apply to a script?

Re: How do you turn a right-click menu option into a toolbar button?

Posted: 27 Jul 2017 08:39
by highend
It's normally done by using

Code: Select all

run """<some path>\<your attribute changer.exe>"" ""<curitem>""";