Page History
...
In the notes.ini/Notes preference file
explanationPlaceholders can be used in the following MC notes.ini variables:
MC_DB, MC_DB_Unavailable, MC_WorkingDirectory, MC_NetworkDirectory, MC_ActionsXMLStubPath
Placeholder | Corresponding reference namespace/setting | |
---|---|---|
%notes_homeserver% | notes:homeserver | Used to generically point each user to her/his respective mail server for the MarvelClient Configuration database in notes.ini, e.g. MC_DB=%notes_homeserver%!!panagenda\panagenda.nsf (= default) Only supported for notes.ini MC_DB , and MC_DB_Unavailable |
%notes_data% | notes:data_directory | Full path of HCL Notes data directory |
%notes_shareddata% | notes:shareddata_directory | Shared data directory |
%notes_client% | notes:client_directory | Full path of HCL Notes client directory |
%os_system_root% | os:system_root | Operating system binaries directory (e.g. C:\Windows or /Applications) |
%os_system% | os:system | The operating system folder |
%os_program_files% | os:program_files | Operating system program files directory |
%os_app_data% | os:app_data | Operating System Application Data Directory |
%os_common_app_data% | os:common_app_data | Common application data directory |
%os_local_app_data% | os:local_app_data | The users application data directory |
%os_user_profile% | os:user_profile | Operating system user profile directory |
%os_temp% | os:temp | The users temp directory |
%env_*% | env:* | Replaced with the value of an operating system environment variable; available variables names and values depend on the respective target user's operating system environment. |
%registry_*% | registry:* | For example %registry_HKEY_CURRENT_USER\Software\panagenda\subkey% will resolve the value of "subkey" in the key "HKEY_CURRENT_USER\Software\panagenda" |
...