CHDIR [ HP Resource Sharing for MPE/iX ] MPE/iX 5.0 Documentation
HP Resource Sharing for MPE/iX
CHDIR
The CHDIR (Change Directory) command changes the current directory of the
specified drive to a different directory.
Abbreviation: CD
CHDIR [drive:] [path]
drive: Any previously connected drive containing the desired
directory.
path Any valid DOS path to the desired directory.
To go to a different subdirectory, enter the designation for that
directory. For example, if the current path is SUBDIR1\SUBDIR2\SUBDIR3
and you want to go to SUBDIR1, you would enter:
CD \SUBDIR1
If you wanted to return to SUBDIR2 from SUBDIR3, you would enter:
CD ..
To return to the root directory, enter the following command (where "\"
designates the root directory):
CD \
To display the current directory, enter:
CD
MPE/iX 5.0 Documentation