Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
passing arguments in windows command line
#1
i am trying to run function from windows command line and pass two arguments with it.
have tried different syntaxes, none works. please tell me what is wrong here.

command line:
"c:\program files\quick macros 22\qmcl.exe" MS "ReviseQty" "200105545709" "11"

function declaration:
function# str&item_no str&qty

qm says "invalid pointer" when it reaches following line of code:
init_url + item_no

thanks,
-vlad
#2
"qmcl.exe" MS "ReviseQty" A "200105545709" "11"

function# str'item_no str'qty
#3
Thank you, Gintaras, a bunch!


Forum Jump:


Users browsing this thread: 1 Guest(s)