Set sh = WScript.CreateObject("WScript.Shell") txt="bonjour tout le monde, comment allez-vous ?" txt=escape(txt) sh.run "mailto:zaza@free.fr?subject=bonjour%20bonjour&body=" & txt set sh=nothing