Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多
Open

The latest update has broken my command line parameters ?

Neale4

Sending EMails from my app using command line parateters was woring fine untill the latest update? Somthing has changed?

Sending EMails from my app using command line parateters was woring fine untill the latest update? Somthing has changed?

所有回覆 (6)

How can we answer without seeing your command line?

This is a snippet of the Method that Runs Thunderbird, cEMailClient is a path to the Thunderbird Exe. cParameters is a string made up of the required detail for the Command line. This code has been working fine until the last Thunderbird update. Thank you for you help.

// Set the command line parameters. cParameters := " -compose subject="+cSubject+",from="+cFrom+",to="+cTo+",body="+cBody+",attachment="+cAttachment

// Run Thunderbird with command line parameters. _Run( cEMailClient + cParameters )

由 Neale4 於 修改

This is a snippet of the Method that Runs Thunderbird, cEMailClient is a path to the Thunderbird Exe. cParameters is a string made up of the required detail for the Command line. This code has been working fine until the last Thunderbird update. Thank you for you help.

// Set the command line parameters. cParameters := " -compose subject="+cSubject+",from="+cFrom+",to="+cTo+",body="+cBody+",attachment="+cAttachment

// Run Thunderbird with command line parameters. _Run( cEMailClient + cParameters )

由 Neale4 於 修改

In message muddle! Sorry posted twice.

May be best file a bug report at https://bugzilla.mozilla.org/enter_bug.cgi/) for that. If you do, please post the link to it here.

Similar: https://www.reddit.com/r/Thunderbird/comments/1vnustw/did_the_thunderbird_command_line_interface_change/

See how the Reddit poster I mentioned found the problem. Does that help you?

問個問題

如果您還沒有帳號,您必須先登入帳號 來回覆文章。還沒有帳號的話,只能發問新問題