
                             DirTotal v1.2
                                  by
                           Jaakko Kauramki

                        <jaakkok@solutions.fi>

What is it?
-----------
DirTotal (DT) is a small dos utility to show how much each directory
plus its subdirectories take up HD space. DT is released in Public
Domain and it comes with Pascal source. The source code is pretty
self-explanary so you shouldn't have any trouble trying to understand
it. If you do, then you can always reach me by e-mail. I'm also open for
any suggestions and improvements for the program. If you use my source
code or parts of it please tell me.

How to use it?
--------------
DT is invoked by command line. It can be used with or without options
and directory name. For example I have a 4dos alias for DT as @@alt-t=@dt
so I can quickly check how big the current directory is just by hitting
alt-t.

Syntax:   dt [options] [directory_name]

          Options: (you can also use "-" instead of "/" in the beginning)
          /n           Don't display totals
          /t           Only total size
          /a           Don't display allocated size
          /nolfn       Disable long filenames (win95)
          /f[filemask] List only specified files
          /?           Display help text

          For example:

          dt c:\windows         Shows how much your c:\windows takes space
                                (and that's much!)
          dt -f*.exe d:\        How much .exe files take up space in d:
          etc..

DT can be used in plain DOS, or in windows dos prompt. DT supports Win95
long file names in display and in command line. Don't know it if works
under Linux dosemu..

About the author, contacting, disclaimer etc.
---------------------------------------------
I created this program solely for my own purposes. If you find it useful
then I would appreciate if you'd just send a short message to me. You can
reach me by various ways:

E-MAIL          jaakkok@solutions.fi
WEBPAGE         http://webclub.solutions.fi/~jaakkok/
ICQ             12705756
GSM             +358-40-5386871

This program comes with NO warranty whatsoever. If it damages your
computer it's not my problem (don't worry, it won't!). DT has worked
for me and for my friends just fine.
