Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
passing a variable to qm
#1
well, i told this before ... i use qm with powerpro as a tandem.
my problem is that i want to pass an url as command to qm.

from powerpro its:

$(q) M "paster" "$(img)"

where $(q) is the qm exe path and $(img) an image url which i gonna paste into some web application.

the problem i face is escaping the command, because the img str is:

Code:
Copy      Help
<img src="http://www.flash2be.com/xpi/pic/screenshots/ppro00.gif" alt="ppro00.gif" border="0">

qm code for macro paster:
Code:
Copy      Help
str s=command
out s


qm is returning only img src, after that it thinks it is a new command ?

i can send single quotes instead and maybe replace them in qm with double quotes.

but is there maybe an easier way to pass a variable or command to qm ?

my reason to use both programs is that powerpro offers cool menus and i am also deep in their syntax.

you can see and read about my crazy stuff on:
http://www.flash2be.com/xpi
thanks
pi[/url]
pi


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)