Microsoft KB Archive/112147: Difference between revisions

From BetaArchive Wiki
m (Text replacement - "<" to "<")
m (Text replacement - ">" to ">")
 
Line 78: Line 78:
<li><p>Remove any spaces in the converter lines. The spaces that need to be removed are typically added between both the converter and the path, and between the path and the converter extension. For example</p>
<li><p>Remove any spaces in the converter lines. The spaces that need to be removed are typically added between both the converter and the path, and between the path and the converter extension. For example</p>
<pre class="codesample">      MSWord6=Microsoft
<pre class="codesample">      MSWord6=Microsoft
       Word 6.0,<space&gt;C:\WINDOWS\MSAPPS\TEXTCONV\msword6.cnv,<space&gt;doc
       Word 6.0,<space>C:\WINDOWS\MSAPPS\TEXTCONV\msword6.cnv,<space>doc
                         </pre>
                         </pre>
<p>where <space&gt; will simply appear as a gap between the two words.</p></li>
<p>where <space> will simply appear as a gap between the two words.</p></li>
<li>Save the WIN.INI file and restart Windows.</li></ol>
<li>Save the WIN.INI file and restart Windows.</li></ol>



Latest revision as of 17:50, 20 July 2020

Knowledge Base


File Extensions Do Not Show in the List Files Of Type Box

Article ID: 112147

Article Last Modified on 10/6/2003



APPLIES TO

  • Microsoft Works 2.0 Standard Edition
  • Microsoft Works 2.0a
  • Microsoft Works 3.0 Standard Edition
  • Microsoft Works 3.0a
  • Microsoft Works 3.0b



This article was previously published under Q112147

SYMPTOMS

Some file extensions may not display in the List Files Of Type box. For example, the following line may read

RFT-DCA (*.)


instead of

RFT-DCA (.rft)


This is caused by spaces on the corresponding converter line in the [MS Text Converters] section of the WIN.INI file.

RESOLUTION

Remove the spaces from the corresponding converter line in the [MS Text Converters] section of the WIN.INI file using the following steps:

  1. In Program Manager, choose Run from the File menu.
  2. In the Command Line box, type WIN.INI and choose OK or press ENTER.
  3. Search for the [MS Text Converters] section.
  4. Remove any spaces in the converter lines. The spaces that need to be removed are typically added between both the converter and the path, and between the path and the converter extension. For example

          MSWord6=Microsoft
          Word 6.0,<space>C:\WINDOWS\MSAPPS\TEXTCONV\msword6.cnv,<space>doc
                            

    where <space> will simply appear as a gap between the two words.

  5. Save the WIN.INI file and restart Windows.



Additional query words: convert display

Keywords: KB112147