home *** CD-ROM | disk | FTP | other *** search
/ Freelog 44 / Freelog044.iso / Bas / Systeme / Spacemom / README.TXT next >
Text File  |  2000-10-16  |  8KB  |  186 lines

  1.  
  2. SpaceMonger Version 1.4.0
  3. -------------------------
  4.  
  5.  
  6. INTRODUCTION
  7. ------------
  8.  
  9. SpaceMonger is a free tool for keeping track of the disk space on your
  10. computer.  Instead of viewing your disk as unhelpful little icons or
  11. pie charts, you see a single picture that shows you at a glance how
  12. much space every file and folder are using.
  13.  
  14. The latest version of SpaceMonger is always available at its web page:
  15.  
  16.     http://www.werkema.com/software/spacemonger.html
  17.  
  18.  
  19. SYSTEM REQUIREMENTS
  20. -------------------
  21.  
  22. SpaceMonger should run on any version of Windows 95, 98, or NT.  It has
  23. been tested on all three.  It will probably run fine on Windows 2000, but
  24. has not been officially tested on Windows 2000.  It should be able to run
  25. on any computer that can run Windows 95, 98, or NT; there are no
  26. additional space or memory requirements, although we do recommend you have
  27. at least 4 megabytes of memory installed in your computer if you want it
  28. to run efficiently.
  29.  
  30.  
  31. INSTALLATION
  32. ------------
  33.  
  34. Unpack the .ZIP archive.  A single Windows executable will be produced,
  35. named "SpaceMonger.exe", along with "README.TXT", which is what you're
  36. reading now.  The "SpaceMonger.exe" file is the complete program, and it
  37. can be moved into any folder you like.    (We recommend "C:\Program Files",
  38. but you don't have to put it there.)
  39.  
  40. Double-click on it to run it.
  41.  
  42.  
  43. NOTE TO WINDOWS 2000 USERS:
  44. ---------------------------
  45.  
  46. SpaceMonger will run on Windows 2000.  However, version 1.4.0 will NOT
  47. correctly report space used by hard links, junction points, or sparse
  48. files.  So if you use Windows 2000, here is what you should expect:
  49.  
  50.    *  Hard linked files will exist in both places:  There will appear
  51.        to be a full copy of the file everywhere a hard link exists,
  52.        so these files will get over-counted.
  53.    *  Junction points and mount points will be treated as though they
  54.        are real folders, so their contents will be over-counted as well.
  55.    *  Sparse files will not be treated as sparse:  If you have a
  56.        10-megabyte sparse file that really only uses one megabyte of
  57.        disk space, it will still be counted as 10 megabytes.
  58.  
  59. Our crack research team is investigating these problems and should be
  60. able to resolve some of them soon.
  61.  
  62.  
  63. FIRST-TIME INSTRUCTIONS
  64. -----------------------
  65.  
  66. SpaceMonger is not a hard program to use.  In fact, you probably won't
  67. need any instructions.  But for those of you who like to read, here are
  68. some first-time instructions:
  69.  
  70. When you first open SpaceMonger, you will initially be presented with a
  71. blank window.  Click "Open".  Click on a drive, like drive "C", and hit
  72. "OK".  Wait patiently while the program collects statistics on your
  73. drive.  My, don't you have a lot of files!
  74.  
  75. SpaceMonger will show you the contents of your drive as little
  76. rectangles.  The larger the rectangle, the more space something is taking
  77. up.  Rectangles that have other rectangles in them are folders.
  78. Rectangles with no other rectangles in them are files. Colors are used
  79. to show how deeply the files and folders are nested.
  80.  
  81. You can get more information on a given folder by clicking on its title
  82. and then clicking "Zoom In" (or by double-clicking on its title).  The
  83. window will change to show a larger, more detailed view of the folder
  84. and its files.  You can zoom in as many times as you want. "Zoom Out"
  85. will take you back out (up) by one folder.  "Zoom Full" will take you
  86. all the way back to show the whole drive.
  87.  
  88. If you see a file or folder you want to delete, click it to select it
  89. and hit "Delete".  It will be moved to the Recycle Bin.  If you want to
  90. see what it is first, click on it and hit "Run or Open", which will try
  91. to run it if is a program or open it if it is a file.
  92.  
  93. DISCLAIMER: If you don't know what something is, DON'T DELETE IT.
  94.    Deleting things at random is a good way to break your programs or
  95.    Windows itself or worse.  'Nuff said.
  96.  
  97. If you click the "Setup" button, you can change some aesthetic things
  98. about the program.  You can't damage anything with the Setup dialog box,
  99. so feel free to try various options until you like how SpaceMonger looks
  100. and feels.
  101.  
  102. In addition, you can right-click on a folder or a file to bring up a
  103. context-sensitive menu of options that are identical to those on the
  104. toolbar.  This may be more efficient for some users.
  105.  
  106. If you double-click on a folder, SpaceMonger will zoom in on it.  If you
  107. double-click on a file (either a program or a document), SpaceMonger
  108. will attempt to run it or open it, whichever is suitable.
  109.  
  110.  
  111. DISTRIBUTION
  112. ------------
  113.  
  114. SpaceMonger is freeware, not crippled or time-limited in any way.  You
  115. can distribute it any way you like.  You can even sell it, but the latest
  116. copy will always be available for free download at SpaceMonger's web page,
  117. so you probably won't be able to get much money for it.  We encourage
  118. users of the program to give away copies to their friends.
  119.  
  120.  
  121. WHAT'S NEW
  122. ----------
  123.  
  124. Between 1.3.5 and 1.4.0
  125.    * Internals rewritten to support multiple foreign langauges.
  126.      Currently foreign language support exists for British English,
  127.      American English, and French (possibly with grammar errors).
  128.    * Supports popup info-tips that can display the full filename, the
  129.      icon, the date, size, and attributes of any file or folder.
  130.    * Supports popup name-tips that prevent names from being obscured
  131.      by not having enough space to display them.
  132.    * Open dialog box now uses large icons.
  133.    * Includes rollover boxes that highlight the current folder.
  134.    * Files display their sizes and dates if there is enough room.
  135.    * Option to save the current window position.
  136.    * Fixed zero-size bug that caused divide-by-zero errors with some
  137.      Audio CD disks.
  138.    * Minor changes to color palette to handle rollover boxes.
  139.    * Support for Windows Property dialog box.
  140.    * Numerous other bug fixes.
  141.    * Support for Windows NT junction points.
  142.  
  143. Between 1.3.4 and 1.3.5
  144.    * Toolbar buttons gray out when you can't use them.
  145.    * Setup option to disable the "Delete" button.
  146.    * Fixed size-computation routine that was oversizing
  147.       files on some systems.
  148.    * Double-clicking on files runs or opens them; double-clicking
  149.       on folders zooms in on them.
  150.    * Scanning now includes a percent bar so you can tell how
  151.       long it's taking.
  152.  
  153. Between 1.3.0 and 1.3.4
  154.    * Major speed improvements using new memory manager subsystem.
  155.       Runs twice as fast and uses half the memory of 1.3.0.
  156.    * Better display of free space information.
  157.    * Right-click opens a pop-up menu of options.
  158.    * Double-click zooms in on a folder.
  159.    * Few minor bug-fixes.
  160.    * Replaced old "Scanning..." window with a better one.
  161.  
  162. Between 1.2.0 and 1.3.0
  163.    * Added the Setup button with a whole bunch of new options.
  164.    * Internal bug-fixes to scanning routine.
  165.  
  166. Between 1.0.2 and 1.2.0
  167.    * Lots of stuff.  1.1.0 was never released.  New buttons,
  168.       new look, better code.  Replaced most of what's under
  169.       the hood.
  170.    * 1.2.0 was released for private use only.
  171.  
  172. Between 1.0.0 and 1.0.2
  173.    * Miscellaneous bug fixes.
  174.    * Added "Zoom In" and "Zoom Out" buttons.
  175.    * Added "Run or Open" and "Delete" buttons.
  176.  
  177.  
  178. COPYRIGHT AND CONTACT INFORMATION
  179. ---------------------------------
  180.  
  181. SpaceMonger is Copyright (C) 1998, 1999, and 2000 by Sean Werkema.
  182. Have questions?  Found a bug?  Want a feature?    Compose your thoughts in
  183. an e-mail and send them to sean@werkema.com.  I should be able to respond
  184. within a few days of your message.
  185.  
  186.