The following sections discuss the basics of creating and using directories.
Note
The XTREE utility provides a simple way to see and organize your directories. See the description of XTREE later in this chapter.
The Default DirectoryIf you want to run a program or access a data file that is not stored in the default directory, you can either change directories (making a different directory the default) or include a pathname in your command.
Changing the Default DirectoryTo change from one directory to another, use the CHDIR command, or its shorthand equivalent, CD. For example, to change to the root directory of the default drive from anywhere in the directory tree, type the following and press Enter:
CHDIR \
If you are in the WORDPROC directory and you want to change to PERSONAL, a subdirectory of WORDPROC, type the following and press Enter:
CD PERSONAL