04-05-2013, 08:43 PM
Hi,
I use a program called Zentimo that can launch programs on USB disk connection.
Here is one which looks like what you look for:
In Zentimo, i put as application to launch -> "c:\program files (x86)\quick macros\qmcl.exe" M "MyFunction" "MyParameter"
In QM, I use a function called "MyFunction", and I get "MyParameter" from Zentimo using QM _command internal variable
It looks like
run "C:\Program Files (x86)\programtolaunch.exe" F" {_command} "
Hope this help.
I use a program called Zentimo that can launch programs on USB disk connection.
Here is one which looks like what you look for:
In Zentimo, i put as application to launch -> "c:\program files (x86)\quick macros\qmcl.exe" M "MyFunction" "MyParameter"
In QM, I use a function called "MyFunction", and I get "MyParameter" from Zentimo using QM _command internal variable
It looks like
run "C:\Program Files (x86)\programtolaunch.exe" F" {_command} "
Hope this help.
