Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
macro shortcut syntax
#1
i have never tried this before:

what would be the commandline for a macro shortcut on desktop ?

i want to drop files on the macro shortcut icon.

"C:\Programme\Quick Macros 2\qmcl.exe" M "dropper"
QM command line error: ...D:\mp3\Killing_Joke-Killing_Joke-Advance-2003-SDR.rar
pi
#2
Interesting, I also didn't.

Macro
Code:
Copy      Help
mes _command

I created standard shortcut, dropped a file, and it showed the pathname. The target field is:

E:\MyProjects\app\qmcl.exe M "Macro249"

In your case I see the dropped file is without quotes. Then use

E:\MyProjects\app\qmcl.exe M "Macro249" C

and trim quotes in case they are.

But if you use custom shell, it maybe don't append the pathname to the original commandline. Then M "Macro249" will be missing and it will be commandline error.
#3
thanks a lot.
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)