02-13-2016, 04:43 PM
Thank you for the GUID solution!
About qmcl.exe:
This the macro that should be run through qmcl.exe:
Macro Macro1
This is the qmcl command I use, I also want to send "test123" to the above mentioned Macro1
Macro qmcl_example
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"
About qmcl.exe:
This the macro that should be run through qmcl.exe:
Macro Macro1
This is the qmcl command I use, I also want to send "test123" to the above mentioned Macro1
Macro qmcl_example
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"