FF and TB commandline options
Is it possible to query the commandline options (especially the version) of firefox and thunderbird?
the only way i found out is to query windows registry: reg query "HKLM\SOFTWARE\Mozilla\Mozilla Firefox" /s | findstr /I main reg query "HKLM\SOFTWARE\Mozilla\Mozilla Thunderbird" /s | findstr /I main
The goal is: backup firefox and thunderbird profiles via script/batch and read the version for a later restore.
Best Regards
All Replies (2)
IIRC listing the command line on Windows is slightly broken.
Do
thunderbird.exe -h | more
I'm also quite certain there is a page that lists the command line, findable with (google) search). Eg. https://www.google.com/search?q=thunderbird+command+line+options+firefox+site%3Amozilla.org
Thank you Wayne, but this did not solve it on a command line. Thunderbird 128.1.1esr Windows 10 nothing happened