Ŀ
                       CHANGEDI (Change Directory)                          


Usage.........CHANGEDI [/A] [/43] [/50] [drive:] [path:]

Change Directory will display a sorted directory tree, starting at the current
directory, or from a given drive and path. This program is similar to DOS's 
TREE command, but sorts the directory structure before displaying the tree.  
Once the tree has been displayed, you can select a new directory by scrolling 
up and down the tree. (Up/Down, PgUp/PgDn, Home/End & Enter) .
Escape will exit the program.

/43...........will use 43 line mode (requires EGA or greater).
/50...........will use 50 line mode (reqiures VGA or greater).
/A............Assumes that you wish to display all directories on the
              selected drive. (The default directory is the one you start
              from).

drive:........The drive that you wish to display the directory list from.
path:.........The directory that you wish the directory tree to start from.

Examples


CHANGEDI C:\ 
will display all directories, starting at C:\

CHANGEDI D:\UTILITIES /A 
will display all directories on drive D: (even though \UTILITIES was passed).

