Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can not get qmcl.exe to run a macro
#4
Thank you for the GUID solution!

About qmcl.exe:

This the macro that should be run through qmcl.exe:

Macro Macro1
Code:
Copy      Help
str show=_command
mes(show)

This is the qmcl command I use, I also want to send "test123" to the above mentioned Macro1

Macro qmcl_example
Code:
Copy      Help
run F"qmcl.exe" F"M ''Macro1'' ''test123''"

It's like running Macro1 like this: mac "Macro1" "test123"

If I leave out the double quotes around 'test123' I get the error: 'QM command line error'
run F"qmcl.exe" F"M ''Macro1'' test123"
Code:
Copy      Help
QM command line error:  ...test123


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)