IBM released today Lotus Domino and Notes 7.0.1
Incremental Installer can be found here and here is the fixlist.
When formatted in a certain way, *.ini files can be read by NT batch scripts (windows).
Example *.lini file (config.ini):
option1=lorem
option2=ipsum
Example .bat (readini.bat):
@echo off
for /f "tokens=1,2 delims==" %%a in (config.ini) do (
if %%a==option1 set option1=%%b
if %%a==option2 set option2=%%b
)
echo %option1%
echo %option2%
a private website for Lotus Notes/Domino administrators featuring:
- News for IBM Lotus Notes/Domino and Sametime
- Lotus Notes/Domino ini Parameters
- and many other things
I hope you enjoy your visit!
Have you ever wanted to create a link on a fileshare which can be doubleclicked, so that Lotus Notes open directly that application/database?
Here is the solution:
- Open a document, view, or application/database in Notes.
- Choose Edit - Copy As Link to create a document, view, or application/database link.
- Open a text editor (e.g. Notepad).
- Choose Edit - Paste. (You'll see information similar to the example at the bottom).
- Save this document in a convenient location with a file name such as DOCLINK.NDL (*.ndl).
- To test your link, double-click the file icon for DOCLINK.NDL. Your link should open in Notes.
Example:
IBM Lotus Notes 8.5.1 Help (Basic Configuration)
<NDL>
<REPLICA 85257609:00447653>
<REM>IBM Lotus Notes 8.5.1 Help (Basic Configuration)</REM>
</NDL>
More infos:
Send Notes links through the Internet