home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / utility / infbar11 / readme.txt < prev   
Text File  |  1996-02-14  |  5KB  |  105 lines

  1. InfoBar v1.1
  2. Copyright (c) 1995 by Dale Nurden
  3. --------------------------------------------------------------------------------
  4.  
  5. InfoBar is a simple tool for Windows which conveniently and continuously
  6. displays useful information about the system, such as time, date, memory
  7. and free resources.  InfoBar's display is completely customizablle, from
  8. the information it reports to the appearance it takes on the screen.
  9.  
  10. Infobar is Freeware.  That means it is provided to you free of charge for
  11. your unlimited use.  You may freely redistribute InfoBar by any means and
  12. at any time, subject to the following conditions:
  13.  
  14. * You may not derive any financial gain from such redistribution, except to
  15.   offset the cost of duplication and media.
  16. * All the files in the original distribution package, as listed in this
  17.   file, are included, in their original, unmodified form.
  18. * The author remains the sole copyright holder on InfoBar and its source
  19.   code.  This excludes modules, libraries and those parts of the source
  20.   code which are already owned by other copyright holders and which are
  21.   used with their permission or in accordance with their license agreement.
  22.  
  23. InfoBar is provided as is, with no guarantees whatsoever.  There is no
  24. deliberately destructive code, but I will not take responsibility for any
  25. damage or loss arising from the use of, misuse of, or inability to use
  26. InfoBar.
  27.  
  28. --------------------------------------------------------------------------------
  29.  
  30. Installing InfoBar
  31. ~~~~~~~~~~~~~~~~~~
  32. The following files should be included in the distribution package.  If any
  33. are missing, please erase the entire package and obtain a new package from
  34. a more reliable source.
  35.  
  36.   FILE_ID.DIZ   - Package description
  37.   INFOBAR.EXE   - The executable program
  38.   INFOBAR.HLP   - The help file in Windows Help format
  39.   INFOBAR.INI   - Initial configuration file (not required)
  40.   README.TXT    - This document
  41.   CMDIALOG.VBX  - Visual Basic Custom Control
  42.  
  43. In addition, you need the file VBRUN300.DLL which is not included in this
  44. package to save space.  If you cannot obtain this file from the same place
  45. you obtained InfoBar, please contact the author.
  46.  
  47. If you are upgrading from a previous version of InfoBar, you can skip to
  48. the next section now.
  49.  
  50.  
  51. To install InfoBar, simply unzip the package into a suitable directory and
  52. then add INFOBAR.EXE to one of your Program Manager groups.  You should
  53. then move INFOBAR.INI to your Windows directory (usually C:\WINDOWS).  I
  54. didn't think it was worthwhile to build an installation program for such a
  55. simple task, and it would make the distribution package larger than
  56. necessary. To move INFOBAR.INI, type the following:
  57.  
  58.   copy infobar.ini c:\windows
  59.  
  60. The file CMDIALOG.VBX is in fact a shared file which other programs may
  61. also use, and which may already exist on your computer.  If it does, you
  62. can (and should) delete it from your InfoBar directory. You can type the
  63. following to see if it already exists:
  64.  
  65.   dir c:\windows\system\cmdialog.vbx
  66.   dir c:\windows\cmdialog.vbx
  67.  
  68. You may find it convenient to put InfoBar into your Startup group in the
  69. Program Manager to make sure it runs automatically when you start Windows.
  70.  
  71. --------------------------------------------------------------------------------
  72.  
  73. Upgrading from a Previous Version
  74. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  75. If you are already using a previous version of InfoBar, you should first
  76. close it using the 'Close' option on the program menu before going any
  77. further.  To install this new version, simply copy the new files over the
  78. old ones wherever you have stored them.
  79.  
  80. The configuration file (INFOBAR.INI) has changed a little, but InfoBar
  81. should be able to deal with that.  You WILL have to reconfigure the size of
  82. the InfoBar, because it is now specified as a percentage of the screen size
  83. instead of as a fixed number of twips.  Don't worry if you don't know what
  84. that means, just take my word for it - you will need to do a little
  85. reconfiguring.  If all else fails, you can just delete the INFOBAR.INI file
  86. in your Windows directory and start over.
  87.  
  88. --------------------------------------------------------------------------------
  89.  
  90. Contacting the Author
  91. ~~~~~~~~~~~~~~~~~~~~~
  92. If you like InfoBar, please send me a postcard with your comments and
  93. suggestions.  It's a great ego boost for me, inspires me to continue
  94. development of InfoBar, and really impresses my friends.
  95.  
  96. You can contact me via Internet Email: dalen@goofy.iafrica.com
  97.  
  98. You can send postcards to:  Dale Nurden
  99.                             14 Willow Crescent
  100.                             Pinetown
  101.                             3610
  102.                             South Africa
  103.  
  104. --------------------------------------------------------------------------------
  105.