Note
The MKDIR command lets you create directories. To create a LEDGER directory under your root directory, for example, you would type the following and press Enter:
MK DIR\LEDGER
You can abbreviate the name of this command to MD. For example, to create a SALES directory under the LEDGER directory, you would type the following and press Enter:
MD \LEDGER\SALES
To check that the LEDGER directory is in the root directory, type DIR and press Enter. (You must be in the root directory; if necessary, see the next section for instructions on changing directories.) The screen displays a list of files in the root directory and the new subdirectory, LEDGER < DIR > . The < DIR > after the name identifies it as a subdirectory of the current directory.
Storing files in separate directories is almost the same as storing them on separate disks. You must either specify the path name or change directories to access files in different
Using |