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?
How do you turn a right-click menu option into a toolbar button?
-
Megalith
- Posts: 87
- Joined: 24 Jan 2015 16:53
-
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?
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
XYplorer Beta Club