ToolsAdvancedSettings Command Writes to WINWORD6.INI

ID: Q110378

The information in this article applies to:

SYMPTOMS

If you use the ToolsAdvancedSettings to write to an .INI file, the information is written to the WINWORD6.INI by default unless another .INI file is specified in the .Application parameter.

RESOLUTION

To write to an .INI file other than WINWORD6.INI, specify the filename with the .Application parameter. For example, the following macro line writes to the WINWORD6.INI since no other .INI file is specified in the .Application parameter:

   ToolsAdvancedSettings .Application = "Doc2Help", .Option =
   "ThisIsATest", .Setting = "test"

The following example writes to the WIN.INI file:

   ToolsAdvancedSettings .Application = "Doc2Help (WIN.INI)", .Option=
   "ThisIsATest", .Setting = "test"

Kbcategory: kbusage kbmacro KBSubcategory: Additional query words: 6.0 macros winword word6
Version           : 6.0
Platform          : WINDOWS

Last Reviewed: July 30, 1997