dr Winchell > 2024-11-28 22:23
Jean Lalonde > 2024-11-28 22:47
dr Winchell > 2024-11-29 08:43
(2024-11-28 22:47)Jean Lalonde Wrote: Try with these double-quotes:Hi Jean,
Run "C:\Program Files\Quick Access Popup\QAPmessenger.exe" ShowMenuLaunch "> Searches"
Jean Lalonde > 2024-11-29 09:47
dr Winchell > 2024-11-29 12:28
(2024-11-29 09:47)Jean Lalonde Wrote: If you try this in the Run dialog box (Win+R), it works. There
"C:\Program Files\Quick Access Popup\QAPmessenger.exe" ShowMenuLaunch "> Searches"
There is a quotes issue in your script. ShowMenuLaunch is considered as a variable but it is not. You must double the quotes inside your string parameter. Try:
Run("""C:\Program Files\Quick Access Popup\QAPmessenger.exe"" ShowMenuLaunch ""> Searches""")