--==>>            VUFT (c) 2006 by Kroly Klmn
--==>> web      : http://kksw.fw.hu -> and select 'Other Programs'
--==>> comments : warmly accepted


--==>> Description

 VUFT is designed to return drive properties in the exit code/ERRORLEVEL
 variable, so these properties can be queried and used in script/batch files.


--==>> Usage

       Usage: VUFT command [drive]

        command  ---+--- returned information in exit code/ERRORLEVEL
                    |
           F        |   file system type
           V        |   volume type
           U        |   unused space available for user [in megabytes; rounded]
           T        |   total drive space               [in megabytes; rounded]

        drive - drive letter to get information on or the current drive if
                no parameter given.

    Please, check vuft-example.bat for usage examples.


--==>> Return values for commands 'F' and 'V'

 _________________________________ Command Code ______________________________
|                             F                    V
|                        [file system]      [volume type]
|                  -1      error              error
|                   0      unknown            unknown
| Exit Code         1      NTFS *              --
|     /             2      FAT                Removable
| ERRORLEVEL        3      FAT32              Fixed
|                   4      CDFS               Remote/Network
|                   5                         CD-ROM
|                   6                         Ramdisk
|
| * Samba shares usually reported as NTFS drives.
 _____________________________________________________________________________


--==>> Legal Stuff

  The VUFT program is FREEWARE, provided you DO NOT make any modifications in
  the program or in the documentation.

  This program has been tested very thoroughly, but the author DOES NOT warrant
  that it is free from errors.

  USE VUFT AT YOUR OWN RISK!

  THANK YOU for using VUFT!

a