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

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

Syntax

 Copy Code
mkdir <Directory>

Parameters

Parameter Description

<Directory>

Specifies the name of the new remote directory.

Examples

Create a directory called Dir1 on the remote computer.

 Copy Code
mkdir Dir1

Additional references