226
Post New Requests Here / Re: "IDEA" : Key to Replace Context Menu R-Clik Program Start On Selected
« Last post by Nod5 on April 23, 2019, 03:15 AM »I understand correctly using your code/script/app would depend on another code/script/app in order to produce a one press operationFrom what I can tell, yes. You'd use for example AutoHotkey to create a script with a hotkey that when pressed causes the script to-MourningStar (April 05, 2019, 12:32 PM)
1. get the filepaths of the currently selected files in the active File Explorer window, and
2. run cautomaton32 on the command line with a verb (that you've previously manually looked up and added to the code) and the filepaths as parameters
You'd create one such hotkey for each target application (wmp, winamp, ...) you want to send files to using some context menu verb.
Alternatively the AutoHotkey function InvokeVerb() can replace step 2 , https://sites.google...functions/invokeverb
edit: the function only works on one single file or one whole folder at a time. We can apply it in a loop over each of the selected files. But that might not have the same effect as manually selecting some files, right clicking and choosing a verb. For example we might end up starting three instances of a media player rather than starting one instance and adding three files to its playlist. Relevant (unsolved) StackOverflow issue: https://stackoverflo...ia-shell-application
I think the chance of someone completing your request might increase if you provide more details. What are the exact names of applications you want to send files to with a hotkey? For each such application, what is the name of the its context menu verb that you want to trigger?

Recent Posts
). Do you use it and in what way will this new development make it better to use?
