md or mkdir


md or mkdir

Use md to make a directory (folder), rooted in the current directory (set with cd ). The syntax is:

 md [   drive   :]   path   

Examples

 md harry md c:\olddir\newdir 

Note that folder names with spaces must be enclosed in quotation marks; the following two commands yield different results:

 C:\>  md rolling stones  C:\>  md "rolling stones"  


Windows XP Pocket Reference
Windows XP Pocket Reference
ISBN: 0596004257
EAN: 2147483647
Year: 2001
Pages: 154
Authors: David A. Karp

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net