with outlook:
1 |
"C:\Program Files (x86)\Microsoft Office\Office14\Outlook.exe" /c ipm.note /m "mailto:sound@sound.gr&subject=abc&body=testbody" /a "C:\temp\test.txt" |
with thunderbird:
1 |
"C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe" -compose "to='sound@sound.gr',subject='abc',body='testbody',attachment='file:///C:/temp/test.txt'" |