--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > > > I am trying to use context menu to do some operations on a file. > The > > following two commands work separately in the context menu: > > > > 1. C:\Utility\ahs. exe "|" > > 2. C:\Utility\ahc. exe "|" -y -b- > > > Only the first | is replaced. Try using _file_ instead, something > like > > do("c:/....", _file_) > do("c:/...", _file_++" -y -b")
Thanks Bruce for the reply. I had some difficulty with above since quotes were required for the filename. So I used normal command instead of a do command and used "&(_file_)" and it worked. Regards, Avinash Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
