
You use the MKDIR command to create directories. For example, to create a LEDGER directory under the root directory of the current drive, type the following and press Enter:
MKDIR \LEDGER
You can abbreviate the name of this command to MD. For example, to create a SALES directory under the LEDGER directory, type the following and press Enter:
MD \LEDGER\SALES
If the current directory is the LEDGER directory, you can create the SALES subdirectory with this command:
MD SALES
Listing the Contents of a DirectoryYou can use the DIR command to list the contents of a directory. To list the files in the current directory, type the following and press Enter:
DIR
Volume in drive C is MEMODRIVE |
| ||
Volume Serial Number is |
| ||
Directory of | C:\WORDPROC\PERSONAL |
| |
| <DIR> | 10:16a | |
. . | <DIR> | 10:16a | |
LETTERS | <DIR> | 1:48p |
RESUME.713 |
| 8293 | 9:07a |
BOOKRPRT | 10866 | 11:43p | |
5 File(s) | 15013560 bytes free |
Using