ACC: Setup Cannot Recognize Forward Slash in Path

Last reviewed: May 14, 1997
Article ID: Q103272
The information in this article applies to:
  • Microsoft Access versions 1.0, 1.1, 2.0

SYMPTOMS

Novice: Requires knowledge of the user interface on single-user computers.

When you are running the Microsoft Access Setup program, the following error message may appear if your path statement contains forward slashes (/):

   Badly formed Setup Script Command
   "CreateIniKeyValue C:/WIN\WINHELP.INI Files CUECARDS.DLL
   C:\ACCESS\, Can't find CUECARDS.DLL O"

CAUSE

The Setup program used by Microsoft Access cannot interpret the forward slash (/) as used in the path statement. When Microsoft Access calls for the path variable, the result is C:/WINDOWS. Microsoft Access is unable to append the addenda necessary for the various .INI file entries.

RESOLUTION

Change forward slashes to back slashes (\) in all paths statements and path variables in your AUTOEXEC.BAT and CONFIG.SYS files. For example, change

   PATH C:/WINDOWS;C:/DOS;

to read

   PATH C:\WINDOWS;C:\DOS;

STATUS

Microsoft has confirmed this to be a problem in Microsoft Access versions 1.0, 1.1, and 2.0. This behavior no longer occurs in Microsoft Access for Windows 95 version 7.0.

MORE INFORMATION

Steps to Reproduce Problem

  1. Type the following at the command prompt:

          PATH C:/WINDOWS;C:/DOS;
    

  2. Start Microsoft Windows.

  3. Install Microsoft Access and start the Setup program.

    The error will occur at the end of Setup, when Microsoft Access tries to update the .INI files.


Keywords : kbsetup StpOthr
Version : 1.0 1.1 2.0
Platform : WINDOWS
Hardware : X86
Issue type : kbbug
Resolution Type : kbworkaround


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: May 14, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.