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

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Megalith
Posts: 87
Joined: 24 Jan 2015 16:53

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

Post 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?

highend
Posts: 15004
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

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

Post by highend »

It's normally done by using

Code: Select all

run """<some path>\<your attribute changer.exe>"" ""<curitem>""";
One of my scripts helped you out? Please donate via Paypal

Post Reply