05-01-2016, 07:01 PM
Is it possible to get a shortcut location of a compiled QM macro/function .exe.
In other words, I created a macro then compiled it to exe and then created a shortcut from it to:
f:\abc\test\shorctut_from_mac1.lnk
When I double click that shortcut I want to output:
f:\abc\test\shorctut_from_mac1.lnk
"mac1.exe" resides in for example d:\testdir\mac1.exe.
This means "mac1.exe" needs somehow to catch the .lnk location.
It's probably not possible, but I think I still ask (maybe there is another way?).
Do not be confused with this function (this works perfectly, but I need the shortcut location):
Macro Macro6
In other words, I created a macro then compiled it to exe and then created a shortcut from it to:
f:\abc\test\shorctut_from_mac1.lnk
When I double click that shortcut I want to output:
f:\abc\test\shorctut_from_mac1.lnk
"mac1.exe" resides in for example d:\testdir\mac1.exe.
This means "mac1.exe" needs somehow to catch the .lnk location.
It's probably not possible, but I think I still ask (maybe there is another way?).
Do not be confused with this function (this works perfectly, but I need the shortcut location):
Macro Macro6