Ŀ
                       DISKTREE.EXE (Directory List)                        


Usage.........DISKTREE [/A] [/X] [/P] [/43] [/50] [drive:] [path:]

Disk Tree 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.

/43...........will use 43 line mode (requires EGA or greater).
/50...........will use 50 line mode (reqiures VGA or greater).
/X............Do not display directory count (if piping to another device).
/P............Pause after each page (do not use if using /X).
/A............Assumes that you wish to display all directorys 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


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

DISKTREE D:\UTILITIES /A /X 
will display all directories on drive D: (even though \UTILITIES was passed).
The /X will not display the directory count on the screen.

DISKTREE C:
will display all sub-directories from the current directory on drive C:

