home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / nastroje / DISKFREE.ZIP / DiskFree.txt < prev    next >
Encoding:
Text File  |  2001-07-29  |  2.2 KB  |  69 lines

  1. Disk Free Monitor, ver 1.0.5
  2.  
  3. Description:
  4.  
  5. Disk Free Monitor is a utility which will inform you of the free 
  6. space on your various disks. The program is conveniently placed in 
  7. the traybar (right corner of the Windows taskbar).
  8.  
  9. If you find the program useful, I suggest placing a shortcut to it 
  10. in the startup folder.
  11.  
  12. You only need the diskfree.exe file to run it. If you don't want to 
  13. use the source code (src.zip), just throw it out.
  14.  
  15. If you want to use the source, you'll have to get my TCoolTrayIcon 
  16. component which you can find at major Delphi sites.
  17.  
  18.  
  19. Features:
  20.  
  21. The program will inform you of the free space on your harddisks, when 
  22. you hold the mouse over the program icon. You can also click the icon 
  23. to get a popup menu. This menu can be configured to show information 
  24. on other drives as well as your harddisks.
  25.  
  26. From the popup menu you can select a drive, and a window will be 
  27. opened, showing the contents of the drive. If you hold down a SHIFT
  28. key, the drive will be explored rather than opened.
  29.  
  30. You decide whether you want the free space reported in kilo-, mega-, 
  31. or gigabytes, and how many decimals you want.
  32.  
  33. The program will only use cpu-time when you are moving the mouse over
  34. the tray icon, so don't worry about having it running in the background.
  35.  
  36.  
  37. Known bugs:
  38.  
  39. - As far as I know (correct me if I'm wrong) zip drives are reported as 
  40.   fixed drives, though they really are removable. This is the way 
  41.   Windows reports them. Don't ask me why.
  42.  
  43.  
  44. History:
  45.  
  46. - ver. 1.0.5: Same as 1.0.4, but source code for tray icon component is 
  47.   no longer included. Link in About box changed.
  48.  
  49. - ver. 1.0.4: Same as 1.0.3, but a newer version of the tray icon is 
  50.   included.
  51.  
  52. - ver. 1.0.3: Uses a better version of the tray icon, now called 
  53.   TCoolTrayIcon. I decided to include it in the zip file after all.
  54.  
  55. - ver. 1.0.2: The popup menu now behaves as it is supposed to.
  56.   Also, the TTrayIcon is no longer included in the source code.
  57.  
  58. - ver. 1.0.1: Hint will now display all fixed drives.
  59.  
  60. - ver. 1.0.0: first release
  61.  
  62.  
  63.  
  64. Troels Jakobsen
  65. delphiuser@get2net.dk
  66.  
  67. Comments, suggestions, and the like are very welcome.
  68. If you like and use the program, please drop me a mail.
  69.