Start emails via shortcut
This might sound simple, but it's proving to be a little more troublesome than I originally thought.
Every morning our CS dept. starts 4 emails with different subject lines. I would like to have a shortcut on each of their PC's which automatically starts each of these four emails, with subject and to lines populated. I also might want to have a web page fired up after the emails.
Seemed like I could do this with some JavaScript, but window.open("mailto:[email protected]") of course opens a blank browser window first.
Does anybody know of some vbscript or anything that I can put as a shortcut on everyone's desktop which will do this?
Thanks a bunch.. :)