It seems it doesn't support "<" and ">" in path string. for example,
shell "ftp < abc > ftp.log"
doesn't work.
Any suggestion or alternatives solution for "<" and ">".
lupus
Printable View
It seems it doesn't support "<" and ">" in path string. for example,
shell "ftp < abc > ftp.log"
doesn't work.
Any suggestion or alternatives solution for "<" and ">".
lupus
Try using SendKeys()
to ur application
rather than sending command line
i think thats better