ACC: Setup Cannot Recognize Forward Slash in PathLast reviewed: May 14, 1997Article ID: Q103272 |
The information in this article applies to:
SYMPTOMSNovice: 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" CAUSEThe 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.
RESOLUTIONChange 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; STATUSMicrosoft 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
|
Keywords : kbsetup StpOthr
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |