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

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות האפשרות ״דיווח על שימוש לרעה״.

מידע נוסף
פתוחה

The latest update has broken my command line parameters ?

neale4 replied
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?

כל התגובות (4)

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.

פרסום שאלה

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.