oops, I left out a parenthesis to close the window function.
It should have been:
do("c:\pathto\dreamweaver",remove(window("caption","=editplus"),-10)
Or if Dreamweaver needs a command line switch such as "/edit ":
do("c:\pathto\dreamweaver","/edit " ++
remove(window("caption","=editplus"),-10)
[which is all one line]
_________________________________________________
BTW that syntax will probably only work if the path to the document
does not contain a space. Otherwise you might need to add some literal
double quote chars around its path. How that is done depends upon your
settings for Special Characters, such as the escape char.
If \ is set as your your escape char, then you have my sympathy,
and I suggest this might do it:
do("c:/pathto/dreamweaver","/edit " ++ "\"" ++
remove(window("caption","=editplus"),-10) ++ "\""
[which is all one line]
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~->
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/