|
Written by Bruno Grange
|
|
Wednesday, 03 September 2008 02:37 |
|
Here are some command-line options you can use when starting the Notes client. Many of these were taken from docs in the Notes KB. Substitute the path for your Notes.exe file for "C:\Notes\Notes.exe" in the list below.
C:\Notes\Notes.exe =C:\Notes\MyNotes.ini Starts the client with an alternate INI file C:\Notes\Notes.exe dbName.nsf Opens a specified local database when the client is started C:\Notes\Notes.exe server!!dbName.nsf Opens a specified database on a specified server when the client is started C:\Notes\Notes.exe doclink.ndl Opens a specified doclink when the client is started C:\Notes\Notes.exe http://www.nsftools.com Opens a specified web page when the client is started C:\Notes\Notes.exe notes://... Opens a specified database, view, form, or document using its Notes URL when the client is started (*) C:\Notes\Notes.exe mailto:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
Begins composing an e-mail to the specified address with the Notes mail client C:\Notes\Notes.exe MAIL Opens the default mail database on the Notes client C:\Notes\Notes.exe ADMINONLY Starts the Notes Admin client (R5+) C:\Notes\Notes.exe /EMBEDDING Starts Notes as an OLE server C:\Notes\Notes.exe /AUTOMATION Starts Notes minimized
(*) In Notes 6 and higher, the notes:// URL of a database, view, form, or document can be determined using the NotesURL property of the element when it's accessed in LotusScript as a NotesDatabase, NotesView, NotesForm, or NotesDocument. If you want to construct a notes:// URL manually, it's of the structure:
notes://servername/databaseName?OpenDatabase or notes://servername/__dbReplicaID?OpenDatabase for a database notes://servername/databaseName/viewName?OpenView or notes://servername/__dbReplicaID/viewUNID?OpenView for a view notes://servername/databaseName/formName?OpenForm or notes://servername/__dbReplicaID/formUNID?OpenForm for a form notes://servername/databaseName/0/documentUNID?OpenDocument or notes://servername/__dbReplicaID/0/documentUNID?OpenDocument for a document You can leave the server name blank (so the protocol starts with notes:///) if you want to access a local database, view, etc.
Related Articles: |
Comments
See here for the original post: http://www.nsftools.com/tips/NotesTips.htm#clientcmdline
Can you please guide me on how to log in non-interactively with the help of a Lotus Notes client ( mine is Version 8.x). The Lotus Notes command line client cant be an option in my case, I am afraid. I am interested in some command-line parameters for User-ID and Password just as you had mentioned Server!!Databas e name. I would login with a shell script, connect to the server.
Thanks in advance.
Best Regards,
Deb
RSS feed for comments to this post.