You are here

does ThunderbirdPortable.exe support command lines?

6 posts / 0 new
Last post
drugo
Offline
Last seen: 6 months 2 weeks ago
Joined: 2007-07-28 08:47
does ThunderbirdPortable.exe support command lines?

Hi
really love thunderbird portable

I create a shortcut of thunderbirdportable.exe on windwows 10 and 7 sendTo -> shell:sendto

It woks , i does open the send window , but if i select multiple files , just only 1 file are attachemented

I' m wonder if there is a command line so I can select multiple files and send all of them

thanks

John T. Haller
John T. Haller's picture
Online
Last seen: 22 min 13 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Simple Pass

The ThunderbirdPortable.exe launcher passes along whatever you give it after the command line it sends to thunderbird.exe (-profile=x:\location).

Sometimes, the impossible can become possible, if you're awesome!

drugo
Offline
Last seen: 6 months 2 weeks ago
Joined: 2007-07-28 08:47
send many files

Hi John
I have tried to create a sendTO , with a link of the portable version
but only 1 file is attached even I selected 6 files
it's a limit of ThunderbirdPortable.exe
thanks

John T. Haller
John T. Haller's picture
Online
Last seen: 22 min 13 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Passing

I can confirm it is passing along multiple files. I just tried it and the execute string is:

X:\PathTo\thunderbird.exe -profile "X:\PathTo\profile" "X:\Path\file1.txt" "X:\Path\file2.txt"

I'm not sure if Thunderbird supports multiple files passed on the command line when the -profile switch is used, but those two file names in a row is the way explorer passes them to ThunderbirdPortable.exe so it just slaps it on the end of the call it is already making.

Sometimes, the impossible can become possible, if you're awesome!

drugo
Offline
Last seen: 6 months 2 weeks ago
Joined: 2007-07-28 08:47
Hi John

Hi John
but i'm talking about ThunderbirdPortable.exe
I created a ThunderbirdPortable.exe shortcut in sendTO , and it does attach only 1 file
I have tried total command and other utilities and ThunderbirdPortable.exe does pass only 1 file
thanks

John T. Haller
John T. Haller's picture
Online
Last seen: 22 min 13 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Thunderbird Limitation

It looks like Thunderbird itself only supports passing in a single file on the command line unless you specifically compose arguments. All others are ignored. This is with a local install passing it to thunderbird.exe directly in Explorer.

If you want to pass in multiple files, you must construct the pass as:

-compose "attachment='D:\File.txt,D:\File2.txt'"

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments