Batch Files Run from Within Other Folders May FailLast reviewed: November 10, 1997Article ID: Q175477 |
The information in this article applies to:
- Microsoft Windows NT Workstation version 4.0 - Microsoft Windows NT Server version 4.0
SYMPTOMSWhen you run a batch file from a different folder that contains non- alphabetic characters, you will receive the following error message:
The name specified is not recognized as an internal or external command, operable program or batch file.Steps to reproduce the problem:
The name specified is not recognized as an internal or external command, operable program or batch file. WORKAROUNDAlthough the batch file does not run from the root directory, the command will run if you enclose the command line within quotes. For example, for the above situation, a user should enter the following line in a command prompt:
"\test(2)\test.bat"This command will run the batch file normally.
STATUSMicrosoft has confirmed this to be a problem in Windows NT version 4.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: program
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |