home *** CD-ROM | disk | FTP | other *** search
-
- MD (Make Directory)
-
-
- PURPOSE:
- The "MD" command makes a subdirectory in the
- directory that you are currently working in.
-
-
- EXAMPLES:
- If you want to create a new directory called
- "expenses" under your working directory, type:
-
- MD\expenses
-
-
- If you wanted to create a directory called "bills"
- under the "expenses" directory you have two options:
-
- 1) To do this from the root directory, simply type:
-
- MD\expenses\bills
-
- 2) To create the same directory from the "expenses"
- directory, you could type either the previous
- command, or simply type:
-
- MD\bills
-
-
- ( FOR MORE INFO ON DIRECTORIES, SEE: DIR, CD, AND RD )
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-