PRB: CD Command Results in "Unrecognized command verb" Error

Last reviewed: July 31, 1995
Article ID: Q133244
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 3.0

SYMPTOMS

Issuing the CD.. command in the Visual FoxPro Command window to change to the parent directory, generates this error message:

   Unrecognized command verb.

CAUSE

The Visual FoxPro parsing algorithm looks at CD.. as one token, so it generates the error.

RESOLUTION

Use the following correct syntax when using the CD command to change to the parent directory:

   CD ..

NOTE: There must be a space between CD and the two periods. This information is documented in the "CD|CHDIR Command" topic of the Help menu.

STATUS

This behavior is by design.


Additional reference words: 3.00 VFoxWin change directory MS-DOS DOS
KBCategory: kbprg kbprb
KBSubcategory: FxprgGeneral


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: July 31, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.