Tom
Fri Mar 07 13:22:10 CST 2008
On Mar 7, 1:15 pm, "mcnewsxp" <mcour...@mindspring.com> wrote:
> could i get a script to popup the default email client and populate the To:
> address with a default addy?
>
> tia,
> mcnewsxp
This worked for me ...
sTO = "tglbatch@cox.net"
sCmd = "%comspec% /c start mailto:"
createobject("wscript.shell").run sCmd & sTO, 0
Tom Lavedas
===========
http://members.cox.net/tglbatch/wsh/