home *** CD-ROM | disk | FTP | other *** search
/ Compu-Fix / Compu-Fix.iso / tutorial / dos5tut / mkdir.dat < prev    next >
Encoding:
Text File  |  1993-03-01  |  310 b   |  14 lines

  1. Explanation of the MKDIR (md) command. 
  2. It is INTERNAL.
  3.  
  4. This command will create a directory with 
  5. a specified name.
  6.  
  7. Example:
  8.        To have the TEST directory created 
  9.        on drive C, you 
  10.        could use the following:
  11.             mkdir c:\test
  12.                  or
  13.             md c:\test
  14.