home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / mswindws / freedi.arc / FREEDISK.DOC < prev    next >
Text File  |  1987-12-30  |  1KB  |  28 lines

  1. FREEDISK.C --   Free disk space application for Microsoft Windows
  2.                 Written by Harold Long
  3.                 Adapted from "FREEMEM.C" uploaded by Charles Petzold
  4.  
  5. This is another little program, based on the "Free memory space" article
  6. presented in the March 1987 issue of Microsoft Systems Journal.  It is
  7. not quite as short as FreeMem, but still only requires 6 K of memory when
  8. running.
  9.  
  10. It displays in the icon area the number of free bytes (up to 9999 Kbytes
  11. and then 2147 Mbytes, at which point the 32-bit arithmetic will roll over
  12. and tell you that you now have negative disk space) of the disk which was
  13. the "default" when FreeDisk was started.  Multiple copies may be run,
  14. each pointing to a different disk, if you want.  The size is checked once
  15. a second and the window repainted only if the number is different from
  16. the previous count.
  17.  
  18. It may be useful for development programmers, alerting the user when
  19. a WinApp runs away with the disk.  Otherwise, it's another neat program
  20. for us speedometer freaks.
  21.  
  22. Source code is included, as well as a complete runtime version number
  23. chart embedded in the source comments.
  24.  
  25. Harold Long
  26. >The Grey Mouser<
  27. 07/28/89
  28.