Change Directory Command Does Not Seem to Be Recognized in Recovery Console (256166)



The information in this article applies to:

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional

This article was previously published under Q256166

SUMMARY

When you use the cd or chdir (change directory) command in Recovery Console, you may receive the following error message:
The command is not recognized, Type HELP for a list of supported commands.

MORE INFORMATION

This message occurs if you type the cd or chdir command in one of the following ways:

cd[/d] [drive:][path]
cd[..]
cd[\]
chdir[/d] [drive:][path]
chdir[..]
chdir[\]

Although these commands work in MS-DOS or at a Microsoft Windows NT command prompt, Recovery Console requires that you insert a space between the command and the switch. Type the command in one of the following ways:

cd [/d] [drive:][path]
cd [..]
cd [\]
chdir [/d] [drive:][path]
chdir [..]
chdir [/]

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:

229716 Description of the Windows 2000 Recovery Console


Modification Type:MajorLast Reviewed:11/20/2003
Keywords:kberrmsg kbinfo KB256166