Start Address Book from command line: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(no need for full paths here, actually)
Line 2: Line 2:


For example, on Windows:
For example, on Windows:
  C:\Program Files\Mozilla\mozilla.exe -addressbook<br>
  mozilla.exe -addressbook<br>
  C:\Program Files\Mozilla Thunderbird\thunderbird.exe -addressbook
  thunderbird.exe -addressbook


And on Mac OS X:
And on Mac OS X:
Line 12: Line 12:


===See also===
===See also===
* [[Command line arguments]]
* [[Command line arguments (Thunderbird)]]
 
===Note:===
When using Windows, add quotations around the file path name, or it will not work.


[[Category:Address Book (Thunderbird)]]
[[Category:Address Book (Thunderbird)]]

Revision as of 02:10, 30 January 2006

You can bring up Mozilla Suite's or Thunderbird's Address Book using the command-line switch "-addressbook" [1].

For example, on Windows:

mozilla.exe -addressbook
thunderbird.exe -addressbook

And on Mac OS X:

/Applications/Mozilla.app/Contents/MacOS/mozilla -addressbook
/Applications/Thunderbird.app/Contents/MacOS/thunderbird -addressbook

You can run these commands in whatever command-line interface your have on your OS (Command Prompt on Windows, Terminal on Mac OS X, et cetera).

See also