Microsoft KB Archive/110378

From BetaArchive Wiki

ToolsAdvancedSettings Command Writes to WINWORD6.INI

Q110378



The information in this article applies to:


  • Microsoft Word for Windows, version 6.0
  • Microsoft Windows versions 3.0, 3.1





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" 

Additional query words: 6.0 macros winword word6

Keywords :
Issue type :
Technology :


Last Reviewed: November 4, 2000
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.