Introduction
FileStat scans files in a given direcory and produces statistics by extension name, content-type and attributes. Optionally , the information of files and sub-directories in the given directory can be writen to a database table.
Screenshot

Specifications
- Program Type: Console (command line)
- Program File Size: About 86 KB
- Operating System: Windows XP, Windows Server 2003, Windows 7
- .Net Framework required: None
- Setup: Not required.
Command Line Arguments
FileStat directory [/d:database-options] [/t:table] [/details]
- directory: The directory on which you want to scan;
- /d:database: database options;
- /t:table: table name of the database, default is FileStat_yyyymmmddhhmmss. The table is always deleted and recreated;
- /details: display easy file and sub-directory found;
Database options consists of 4 parts, and each part begins with '/': /[server]/[user name]/[password]/database. For MS SQL Server database, if server is not present, compute name is used; if user or password is not present, Windows auth is used. For MS Access database, server is the full path of the database file, and database is usually the file name without extension.
Usage Examples
- Scan the current directory:
FileStat . - Scan the current directory and display details:
FileStat . /details - Scan the current directory and write details to a MS SQL Server database:
FileStat . /d:////StatDB /t:FileStat - Scan the current directory and write details to a MS Access database:
FileStat . "/d:/c:\My Access DB Files\StatDB.mdb///StatDB" /t:FileStat
Buy FileStat
The price is USD 4.50. Please read our policy first:
- We don't give a refund for whatever the reason may be.
- If you have any doubts before you buy, write your questions support@xuebrothers.net. You will get our reply within 24 hours.
- If you find bugs in our product after you buy, report to support@xuebrothers.net. We will re-send you a copy after the bugs fixed. This usually takes less than 3 days.
Please click the PayPal link below ti make the payment
The product will be delivered via email within 36 hours afeter PayPal has confirmed your payments. The email will have a download link to the product.