Disk or File System Error Message Importing Registry File

Last reviewed: May 21, 1997
Article ID: Q168794
The information in this article applies to:
  • Microsoft Windows 95

SYMPTOMS

When you try to import a registry (.reg) file by using a batch (.bat) file, you may receive the following error message:

   Cannot import <filename>.reg: Error opening the file. There may be a
   disk or file system error.

CAUSE

The .bat file is not in the same folder as the .reg file.

RESOLUTION

To resolve this issue, use either of the following methods:

Method 1

Move the .bat file to the folder that contains the .reg file.

Method 2

Move the .reg file to the folder that contains the .bat file.

MORE INFORMATION

A batch file for importing a .reg file might look like this:

   start regedit <filename>.reg


Additional query words: 95
Keywords : kbenv kberrmsg win95 winbatch
Version : 95
Platform : WINDOWS


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