FIX: MASM 6.0 Setup May Generate "Bad Full Path" Error Message

Last reviewed: September 11, 1997
Article ID: Q72390
6.00 6.00a 6.00b MS-DOS kbsetup kbfixlist kbbuglist

The information in this article applies to:

  • Microsoft Macro Assembler for MS-DOS, version 6.0, 6.0a, and 6.0b

SYMPTOMS

The setup program for the Microsoft Macro Assembler (MASM) version 6.0, 6.0a, or 6.0b may generate the following error:

   Bad Full Path 'c:\test\temp'.

After the error is displayed, pressing any key will return you to the MS-DOS prompt. The error occurs whether or not this subdirectory actually exists. If you choose "Install the Macro Assembler Using Defaults" from the Main Menu screen, the error will not occur.

CAUSE

This error will occur under the following conditions:

   1. The TMP environment variable is set to a subdirectory two or
      more levels deep, such as C:\TEST\TEMP.

   2. You have selected "Install the Macro Assembler" from the Setup
      program's Main Menu screen.

RESOLUTION

Other than choosing "Install the Macro Assembler Using Defaults" from the Main Menu screen, this error can be eliminated by using one of the following three methods:

   1. Temporarily clear the TMP environment variable. After Setup has
      completed, you can reset TMP. This is only a conflict with the
      Setup program, so resetting TMP will not cause any problems with
      the execution of MASM.

      -or-

   2. Add a trailing backslash ("\") to the TMP environment variable.
      For example, set TMP as follows:

      C:\TEST\TMP\

      -or-

   3. Set TMP to a subdirectory that is only one level deep. For
      example:

      C:\TEST

STATUS

Microsoft has confirmed this to be a problem in MASM for MS-DOS versions 6.0, 6.0a, and 6.0b. This is not a problem in MASM for OS/2 versions 6.0, 6.0a, or 6.0b. This problem was corrected in MASM for MS-DOS version 6.1.

MORE INFORMATION

Note that this problem occurs with the Microsoft C/C++ 7.0 character based installation program as well.


Additional reference words: 6.00 6.00a 6.00b buglist6.00 buglist6.00a
buglist6.00b fixlist6.10
KBCategory: kbsetup kbfixlist kbbuglist
KBSubCategory:
Solution Type : kbfix


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 11, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.