Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
the same program name, but different versions vs QM menu
#1
Hello,

I am new to this forum and I am sorry, when this topic has been discussed earlier.

I have created QM menu for a music program Finale. I use 3 Versions of this program (all named finale.exe, but located in different folders (e.g. Finale 2011, Finale 2014). How can I specyfiy e.g. finale.exe from Finale 2014 folder, that QM menu only works in Finale 2014, not Finale 2011?

Is there any way to set up exactly which program version I want to use?

Best wishes,
Piotr Kolodziej / Cracow
#2
What trigger will be used? Keyboard, window, etc.
#3
Macro Macro2519
Trigger F8     Help - how to add the trigger to the macro
Code:
Copy      Help
int w=win
str s.getwinexe(w 1)
;out s
sel s 1
,case "Q:\app\qm.exe"
,mac "menu"
,
,;case "Q:\app2\qm.exe"
,;mac "menu2"

Here we use a macro or function that shows menu if full program path matches. Or can be used a filter function with similar code.
QM triggers don't support full program paths.
#4
I use shortcut Ctr+Alt+Shift+Q to run QM menu
#5
screenshot from menu


Attached Files Image(s)
   
#6
Thank you. It works!

Best wishes,
Piotr


Forum Jump:


Users browsing this thread: 1 Guest(s)