Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Command line arguments are not available
#1
I need to exit qm after executing the macro func8.
using the following command line,  Unable to execute, prompt invalid parameters
It may also need some settings, I hope someone will help me to point out, thanks

"C:\Program Files (x86)\Quick Macros 2\qmcl.exe" M E "func8" "123" 

If I don't add the parameter E,  run successfully.
"C:\Program Files (x86)\Quick Macros 2\qmcl.exe" M "func8" "123" 


Function func8
Code:
Copy      Help
int i=5
int i2=i+val(_command)
mes i2
#2
The command line is invalid.
#3
I don't quite understand its usage, how to use it
#4
"C:\Program Files (x86)\Quick Macros 2\qmcl.exe" EM "func8" "123"
#5
@Kevin
thank you very much Smile


Forum Jump:


Users browsing this thread: 1 Guest(s)