--- "Steve Fisher" <[EMAIL PROTECTED]> wrote: > > > > RCmd = "blat body1.txt -to [EMAIL PROTECTED] -attach " ++ _File_ > > Debug &(RCmd)
Use "|" instead of _file_ here (You seem not to check the option 'Drag drop many files runs each separately'). Or the simplest solution in your case is simply: Debug blat body1.txt -to [EMAIL PROTECTED] -attach Sean 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/
