--- In [email protected], [EMAIL PROTECTED] wrote:
> From a command prompt typing this:
> Start /d c:\temp
> Will open a command prompt but
> do("start", "/d c:\temp")
> 
> Gives a "can't find file" error. Anyone have another idea on how to call
> this differently, or make do() not test for a valid file?

Start is not a console app, it's just a built-in command of the
command prompt. You have to use
do(?"%comspec%",?"/c start /dc:\temp")

Or why don't you use simply
do(?"%comspec%","",?"c:\temp")




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