home *** CD-ROM | disk | FTP | other *** search
- CHKFREE v1.03
-
- This is a utility that I wrote to keep track of my hardrives. I lost data,
- because I was unaware that I had extremely low space. This program will check
- every connected harddrive, network or local and compare the available space
- to the number that you put on the command line.
-
- Example of Autoexec.bat
-
- @echo off
- cls
- path = c:\dos;c:\windows
- rem The next line Checks all HardDrives for a min. of 5mb.
- CHKFREE.EXE 5,000,000
-
-
- If a harddrive has less than 5mb then there will be a warning beep, and
- the drive letter will be displayed along with the current available space
- on that drive.
-
- *******
- CHANGES since v1.01
- **Fixed error of not always checking Drive C:
- **Formatted output sizes with commas separating thousands
- **Added user input Error checking
- **Added a pause if error was found. Either a timeout, or keyboard hit
- will continue. Also beeps when a drive does not pass the test.
-
- This program is provided for your evaluation. If you choose to make it
- legal, please send $5.00, or $15.00 for the source code. Make checks
- payable to:
-
- N.A.M. Enterprises
- P.O. Box 67
- Keene, TX 76059
- 800-262-1069 ( for Visa & MC Orders )
-
- With your registration, you will recieve the latest version, plus be legal.
- I would appreciate any comments towards this product. You find it useful, or
- you don't PLEASE let me know. Please use the above phone, or EMail at:
-
- Internet - mollerr@vaxine.swac.edu
- CompuServe 72624,3276
-
- Thanks,
- Ronnie Moller, Jr.
-
-
-
-