beautypg.com

Avery Dennison 6037 Rev. AA 3/04 Programmer Manual User Manual

Page 52

background image

4-10 ROM-DOS Internal Commands

The following examples use this directory tree structure:

CD D:\TEST\NEW

Moves you into the subdirectory named NEW, located on the D: drive,
under the parent directory TEST.

CHDIR ..

Moves you back to the parent directory of the current subdirectory. If you
were in the directory D:\TEST\NEW (from the previous example), this
CHDIR command moves you from NEW back into the TEST directory.

CD ..\WORDPROC

Moves you back to the parent directory and then into a subdirectory
named WORDPROC. If you start in the TEST directory, you will move
back to the ROOT directory and then into the WORDPROC subdirectory.

CD \

Moves you back to the root directory from any starting point in the
directory tree.

D:\DRIVE ROOT

TEST

WORDPROC

NEW