Page 2 of 2

Re: I want to increase the number of registered favorite tools to 20 or more

Posted: 10.07.2023, 18:52
by horst.epp
Forez wrote: 10.07.2023, 18:37
cip60ckby9v6e4syst wrote: 10.07.2023, 11:19 [...]
Do you know how to fire an FC command other than the FC shortcut key?
[...]
Maybe by using free NirCmd by NirSoft: https://www.nirsoft.net/utils/nircmd.html?
NirCmd only allows using FC command line switches.
You can't trigger any internal FC commands with it.

Re: I want to increase the number of registered favorite tools to 20 or more

Posted: 11.07.2023, 04:30
by cip60ckby9v6e4syst
The issue in this thread has been resolved.
When I tried it, all commands in the FC menu could be operated with postmessage.

You can also select multiple "favorite tools" like folders, which can be selected from the FC menu, and can be executed with postmessage.
tool > favorite tools > (your list)

AHK code

Code: Select all

PostMessage, 0x0111, 60,,,A
Copy full path of selected file


Thank you all for the useful discussions and information.