FreeSpace v1.4 Copyright 2003 NetLatency, Inc.
All rights reserved.

FreeSpace is distributed as freeware.  This program can be
freely exchanged and distributed providing that the program is
exchanged in unmodified form.

About FreeSpace utility
-----------------------
FreeSpace is a command line utility for querying disk space on
Windows drives or shares.  FreeSpace allows easy exporting to
a teb-delimited file, or use inside MRTG for graphing disk space.

Installing the FreeSpace utility
--------------------------------
The FreeSpace utility can be copied into the WINNT directory to
insure that it is included in the command path.  There are no other
files or executables that need to be copied or installed.

To remove the product, simply delete the utility.

Using the FreeSpace utility
---------------------------
FreeSpace is a command-line utility (console application).

If you run the program without any parameters, the help screen will
be displayed:

  ----------------------------------------------------------------------
  FreeSpace v1.4 Copyright 2003 www.NetLatency.com
      A program to display the amount of free disk space on a drive.

  Usage:  FREESPACE [-t | -c | -m | -mp | -mk | -mm] \\server\sharename

          FREESPACE [-t | -c | -m | -mp | -mk | -mm] drive:

          FREESPACE -h

          -?              = Display this help screen
          -h              = Display this help screen
          -t              = Output data in tab delimited table format
          -c              = Output data in comma delimited table format
          -m              = Output data in MRTG format
          -mp             = Output data in MRTG percent format
          -mk             = Output data in MRTG kilobyte format
          -mm             = Output data in MRTG megabyte format
          server          = NT Workstation or Server to query.
          sharename       = Share name of drive to query.
          drive:          = local drive to query.
  ----------------------------------------------------------------------

Usage examples:

  FREESPACE \\APOLLO\SALES
	Display free space available on the SALES share on on server
        APOLLO

  FREESPACE -t \\APOLLO\FINANCE
	Display free space available on the FINANCE share on server
        APOLLO in table format, separated by tabs

  FREESPACE -c \\APOLLO\FINANCE
	Display free space available on the FINANCE share on server
        APOLLO in table format, separated by commas

  FREESPACE -t \\APOLLO\MFG > Services.txt
	Display free space available on the MFG share on server
        APOLLO in table format and output to the file "Services.txt"

  FREESPACE -m \\APOLLO\MFG
	Display free space available on the MFG share on server
        APOLLO in MRTG format

  FREESPACE -mp \\APOLLO\MFG
	Display free space available on the MFG share on server
        APOLLO in MRTG percent format

  FREESPACE -mk \\APOLLO\MFG
	Display free space available on the MFG share on server
        APOLLO in MRTG kilobyte format


Interpreting FreeSpace's output
-------------------------------
FreeSpace outputs four lines of information:

43232378		<--Total disk space on drive/share
12512230		<--Free disk space on drive/share
n/a			<--Uptime (required by MRTG, not relevant for FreeSpace)
\\APOLLO\SALES		<--Target name


Setting up FreeSpace with MRTG
------------------------------
You will want to include FreeSpace in your MRTG config file:

Target[ezwf]: `c:\tools\FreeSpace -m \\APOLLO\SALES`
Options[ezwf]: gauge, nopercent
Title[ezwf]: \\APOLLO\SALES Free disk space
PageTop[ezwf]: <H1>APOLLO SALES Free disk space</H1>


Contacting NetLatency
---------------------
For the latest information about our products, please check our WEB
site at URL http://www.NetLatency.com

Please send all questions, suggestions, request for technical support
and bug reports to our email address:

For sales or customer service related questions, email:

	customer.service@netlatency.com

For technical support questions, email:

	technical.support@netlatency.com

For other questions relating to product features, enhancements, or
sales offerings, email:

	ttitus@netlatency.com

NetLatency's offices currently cannot provide telephone technical support
or sales.
