home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / COMREF / DOS5TUT / MKDIR.DAT < prev    next >
Encoding:
Text File  |  1994-02-05  |  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.