You
can use the "-yesno" option of the Message command and then the
Start command to send the email. Example:
Message
"Do you want to report the problem via email?" -yesno
if
q[ok]
Start "mailto:support@mycompany.com?subject=Problem with equipment
number&body=please...."
endif
|