The Command Line
scanEZ.exe "=<notes.ini path>" "<server>" "<database path>" "<Document ID>"
All arguments are optional, see example below for usage.
|
<notes.ini path> |
Full OS path of the notes.ini file. |
|
<server> |
Server name where the database you want to open is located. Leave empty if server is local. |
|
<database path> |
Absolute path to the database you want to open. |
|
<Document ID> |
NoteID or UNID of the document you want to open. Must be the hexadecimal value.
|
|
NOTE |
Double quotes (") are strongly recommended in case the directory's name has a space.
|
|---|
Example
|
scanEZ.exe |
It will find the notes.ini in the current directory (or in the Exec directory of Notes if it was launched with the Smart Icon) and open the last database opened by one of our products.
|
|
scanEZ.exe "=myDir\notes.ini" scanEZ.exe "=C:\myNotesIniDir\notes.ini" |
It will use the given notes.ini and open the last database opened by one of our products with this notes.ini. |
|
scanEZ.exe "SERVERDEMO/YTRIA" "demo\demo.nsf" scanEZ.exe "" "test\demo.nsf" scanEZ.exe "=myDir\notes.ini" "SERVERDEMO/YTRIA" "test\demo.nsf" |
It will find the notes.ini in the current directory, or will use the given one and open the given database on the given server. |
|
scanEZ.exe "=myDir\notes.ini" "SERVERDEMO/YTRIA" "demo\demo.nsf" "NTB0E" scanEZ.exe "SERVERDEMO/YTRIA" "demo\demo.nsf" "NTB0E" scanEZ.exe "SERVERDEMO/YTRIA" "demo\demo.nsf" "1F85F4A0E4DBE86585256F4F007B3CC2" |
It will find the notes.ini in the current directory or will use the given one, open the given database on the given server, and then directly open the given note in a new My Selection. |
|
scanEZ.exe "=<notes.ini path>" "<target server>" "<target database path>" "<UNID>" scanEZ.exe "=<notes.ini path>" "<target server>" "<target database path>" "<NTNoteID(in hexadecimal)>" |
Opening a document in scanEZ.
My Selection folder. |
|
scanEZ.exe "=<notes.ini path>" "<target server>" "<target database path>" "<MUNID (concatenation of the letter 'M' and a UNID)>" scanEZ.exe "=myDir\notes.ini" "SERVERDEMO/YTRIA" "demo\demo.nsf" "MC6B30DBBFE299512852572E2007369E6" |