Difference between revisions of "MKDIR"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Create a directory
 
Create a directory
 
  
 
==Syntax==
 
==Syntax==
 
MKDIR <directory>
 
MKDIR <directory>
 
  
 
==See Also==
 
==See Also==
 
[[COPY FILE]], [[DELETE FILE]], [[ERASE]], [[RENAME]], [[RMDIR]], [[SET DEFAULT]], [[SET PATH]]
 
[[COPY FILE]], [[DELETE FILE]], [[ERASE]], [[RENAME]], [[RMDIR]], [[SET DEFAULT]], [[SET PATH]]
 
  
 
==Description==
 
==Description==
 
The MKDIR command creates the specified directory, <directory>.
 
The MKDIR command creates the specified directory, <directory>.
 
  
 
==Example==
 
==Example==
Line 19: Line 15:
 
mkdir newdir
 
mkdir newdir
 
</code>
 
</code>
 
+
 
+
==Products==
+
Recital Server, Recital
+
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Disk and File Utilities]]
 
[[Category:Disk and File Utilities]]
 
[[Category:Disk and File Utilities Commands]]
 
[[Category:Disk and File Utilities Commands]]

Revision as of 12:43, 10 February 2012

Purpose

Create a directory

Syntax

MKDIR <directory>

See Also

COPY FILE, DELETE FILE, ERASE, RENAME, RMDIR, SET DEFAULT, SET PATH

Description

The MKDIR command creates the specified directory, <directory>.

Example

mkdir newdir