Installation guide

Chapter 5. Installing and configuring the software 47
10.Still in Windows Explorer, right-click the newly created Lotus Notes shortcut.
11.Set the Target: field to:
"C:\Program Files\Lotus\Notes\notes.exe" =H:\notes\data\Notes.ini
12.Set the Start in: field to H:\Lotus\Data.
13.Copy the contents of the r6clienttemplate directory (the Notes folder within that folder) to
each user's home directory (or H: drive). You may want to automate this process using the
following script:
if not exist h:\notes md h:\notes
if not exist h:\notes\data md h:\notes\data
if not exist h:\notes\data\notes.ini xcopy /s
"\\FILESERVER\r6clienttemplate\notes\data\*.*" "h:\notes\data"
14.Setup each users Notes client. This is a standard Lotus Notes administration task.
Note: There is a space between the “ and the = sign.
Note: There is a space between the quotation marks.