Applies To: Windows 7,Windows Vista,Windows Server 2008,Windows Server 2008 R2

Changes the working directory on the remote computer. For examples of how this command can be used, see Examples.

Syntax

 Copy Code
cd <RemoteDirectory>

Parameters

Parameter Description

<RemoteDirectory>

Specifies the directory on the remote computer to which you want to change.

Examples

Change the directory on the remote computer to Docs.

 Copy Code
cd Docs

Change the directory on the remote computer to May Videos.

 Copy Code
cd “May Videos”

Additional references