beautypg.com

Avery Dennison 6035 Programmer Manual Rev.A 7/98 User Manual

Page 77

background image

7/9/98

ROM-DOS 6.22 Command Descriptions 3-19

C H D I R ( C H a n g e D I R e c t o r y )

Internal

Purpose

Changes the default directory.

Syntax

CHDIR [d:][path]subdir

CD [d:][path]subdir

Remarks

Subdir is the name of the new default subdirectory. Note that CD may
be used instead of CHDIR.

The new directory which is to become the default must already exist.
See MKDIR for creation of subdirectories.

A series of two periods (..) can be used to indicate a move back to the
parent directory.

Specifying only the backslash (\) for the subdir argument moves you to
the root directory of the current default drive.

Examples

CHDIR \TOOLS

Moves you into the subdirectory called TOOLS, whose parent directory
is the root of the current default drive.