Page 1 of 1

Attach files to Thunderbird

Posted: 20 Dec 2010 20:39
by serendipity
This little script opens Thunderbird compose window and attaches selected files.

Code: Select all

//Attach to Thunderbird
    $items=chr(39).get("SelectedItemsPathNames",",").chr(39);
    run """C:\Program Files\ThunderbirdPortable\ThunderbirdPortable.exe"" -compose attachment=$items";
Note: this works with Thunderbird 3.0 and later.

PS: for those interested in including subject and body refer to this post:
http://www.xyplorer.com/xyfc/viewtopic. ... 527#p59527