Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can i start a QM Macro via Powershell?
#1
Hi everybody,

is there a way to start a Macro cia Powershell?

Greetings!
#2
Code:
Copy      Help
Start-Process "qmcl.exe" -ArgumentList "Q ' M 'MacroName'"

Reference:
https://technet.microsoft.com/en-us/lib ... 49848.aspx
http://www.quickmacros.com/help/QM_Help ... DLINE.html
#3
To do vice versa, use QM function PsCmd or PsFile.
Macro Macro2519
Code:
Copy      Help
_s=
;Start-Process "notepad.exe"

PsCmd _s
#4
Hi Gintaras,

support is awesome here!

just a little thing it only worked when i wrote: Start-Process "qmcl.exe" -ArgumentList "Q ' M 'Start_Bitdefender'"


Forum Jump:


Users browsing this thread: 1 Guest(s)