--- "Steve Fisher" <[EMAIL PROTECTED]> wrote:
> ;one line
> rcmd="/k blat body1.txt -to [EMAIL PROTECTED] -attach " ++ "|"
> debug &(rcmd)
> do("cmd ",rcmd)
> 
> How do I enclose the value returned by "|" in quotes or return 8.3
> path and filename? 

rcmd=?'/k blat body1.txt -to [EMAIL PROTECTED] -attach "|"'
win.debug(rcmd)
do("cmd",rcmd)





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/
 



Reply via email to