-- Steve wrote: > b=_file_ > rcmd="blat body1.txt -to [EMAIL PROTECTED] -attach " ++ b > debug &(rcmd) > debug &(b)
I don't think that the B variable is necessary here: RCmd = "blat body1.txt -to [EMAIL PROTECTED] -attach " ++ _File_ Debug &(RCmd) Does this produce the expected result? -- Alex Peters / Melbourne, Australia PowerPro v4.2.02 / Windows XP 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/
