Attach files to Thunderbird
Posted: 20 Dec 2010 20:39
This little script opens Thunderbird compose window and attaches selected files.
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
Code: Select all
//Attach to Thunderbird
$items=chr(39).get("SelectedItemsPathNames",",").chr(39);
run """C:\Program Files\ThunderbirdPortable\ThunderbirdPortable.exe"" -compose attachment=$items";
PS: for those interested in including subject and body refer to this post:
http://www.xyplorer.com/xyfc/viewtopic. ... 527#p59527