10-17-2010, 04:45 PM
This macro statement
mes _command
get me the whole argument passed to the compiled macro.exe file.
I call it using "macro.exe" Hi its me
output
Hi its me, over here.
But if I need need to separate the passed commandline parameter into 2 or 3 or more arguments,
Example
macro.exe "Hi" "its me," "over here."
I need those 2 or 3 arguments for different purposes or when no arguments are passed, can someone show how its done in QM compiled macro.exe? I' m still trying to figure out how QM works(yeah I'm a newbie here:? ). Thanks
mes _command
get me the whole argument passed to the compiled macro.exe file.
I call it using "macro.exe" Hi its me
output
Hi its me, over here.
But if I need need to separate the passed commandline parameter into 2 or 3 or more arguments,
Example
macro.exe "Hi" "its me," "over here."
I need those 2 or 3 arguments for different purposes or when no arguments are passed, can someone show how its done in QM compiled macro.exe? I' m still trying to figure out how QM works(yeah I'm a newbie here:? ). Thanks
