home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / newc_dev / popinf40.lha / PopInfo.doc < prev    next >
Text File  |  1990-12-14  |  4KB  |  96 lines

  1. ******************************************************************************
  2.  
  3.                                  PopInfo v4.0
  4.  
  5.                        © Copyright 1990 Jonathan Potter
  6.  
  7. ******************************************************************************
  8.  
  9. A WorkBench utility to show you the info that WorkBench doesn't!
  10.  
  11. This program is NOT Public Domain, but is freely redistributable, as long as:
  12.    a) A MAXIMUM of $10 (if any) is charged for copying fee
  13.    b) This documentation and the source codes accompany the executable
  14.       (the source codes may not necessarily be included on any disk based
  15.        magazines, where space may be tight)
  16.  
  17. USAGE: PopInfo [-x???] [-y???]
  18.  
  19. NOTE : PopInfo has been totally rewritten from the last version, and many
  20.        things have changed. See the bottom of this file for changes.
  21.  
  22.   PopInfo is a small utililty meant for use in the WorkBench. You may start
  23. PopInfo from Workbench, or from the CLI.
  24.   When run, a icon will open in the top left corner of the WorkBench screen.
  25. The fact that it is fairly small means that it does not eat up chip memory
  26. when you are not using it. You can drag this around like a normal icon, and,
  27. like a normal icon, you can open it by double clicking.
  28.   When double-clicked, a large window will pop open, containing useful
  29. information about the computer. The information contained is as follows :
  30.  
  31. Unit  : This is the device name, eg DF0:, VD0:, etc..
  32.         If no disk is present in the drive you will see "No disk present in
  33.         drive" following the unit. If the disk is a Kickstart disk you will
  34.         see "Kickstart disk", "Unreadable disk" if the disk is unreadable,
  35.         or "Not a DOS disk" if the disk is a non-DOS disk. 
  36. Bytes : The total number of bytes available on the unit (a lot more useful
  37.         than blocks!) It is interesting to note that the 880K per disk we
  38.         are supposed to get is actually around 837K...
  39. Used  : The total number of bytes used on the unit.
  40. Free  : The total number of bytes free on the unit.
  41. Ers   : The total number of hard errors on the unit.
  42. WPS   : For Write Protect Status, this is either R/W (Read/Write) or R O
  43.         (Read Only)
  44.  
  45.   Also displayed is Chip RAM free, Fast RAM free, total RAM free, and the
  46. current system time.
  47.  
  48.   In the titlebar there is, next to the depth gadgets, a small gadget labelled
  49. POP. When the gadget does say POP, and you deactivate the info window (by
  50. clicking outside it) the window will pop back to the original icon. HOWEVER!,
  51. if you click on the POP gadget, it changes to STAY. When the gadget is STAY,
  52. the info window hangs around DYNAMICALLY UPDATING even when you do
  53. deactivate it! Nifty, huh?
  54.  
  55.   While the time and memory are constantly updated when the window is open,
  56. the device information isn't. However, you can force an update of the info by
  57. pressing the right mouse button when the PopInfo window is active. All the
  58. information is updated if diskchanges are detected. 
  59.  
  60.   The -x and -y flags allow you to specify where the PopInfo icon will first
  61. appear. For example, to tuck the icon away in the bottom-right corner, you
  62. would :
  63.  
  64.         PopInfo -x640 -y256
  65.  
  66. Well, enjoy the program (ie Use It!!)...
  67.  
  68. Please address any author correspondance (bug reports, comments,
  69. (maybe any spare cash??), praise, etc..) to
  70.  
  71.  
  72.                          Jonathan Potter
  73.                          P.O. Box 289
  74.                          Goodwood, 5034
  75.                          South Australia
  76.                          Australia
  77.  
  78.                  phone : (08) 2932788    7.30pm -> 10.30pm CST weeknights
  79.                                            10am -> 10.30pm CST weekends
  80.  
  81.  
  82. ------------------------------------------------------------------------------
  83.  
  84. PopInfo v4.0 has undergone a number of changes from v3.1. The major changes
  85. are :
  86.  
  87. 1. The program no longer has virus-checking facilities. Like its cousin,
  88.    PopDir, these have been removed. There are dedicated virus checkers
  89.    around that do more work better, and it is better to use one of these
  90.    than a PopInfo/PopDir combination. Also, the size of the executable has
  91.    been reduced from 24k to around 11k.
  92. 2. The sizing gadget has gone. I could see no point in being able to resize
  93.    the window, since to make it smaller you only need to click outside it.
  94.  
  95. ------------------------------------------------------------------------------
  96.