home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 298.lha / PopInfo_v3.1 / PopInfo.doc < prev    next >
Text File  |  1980-12-04  |  6KB  |  114 lines

  1. ****************************************************************************
  2.  
  3.                                  PopInfo v3.1
  4.  
  5.                        © Copyright 1989 Jonathan Potter
  6.  
  7. ****************************************************************************
  8.  
  9. A WorkBench utility to show you the info that WorkBench doesn't!
  10.  
  11. This program is PUBLIC DOMAIN, and 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 [-n]
  18.  
  19. PopInfo is a small (? 14K) utililty meant for use in the WorkBench. You
  20. may start PopInfo from Workbench, or from the CLI.
  21. When run, a "icon" will open in the top left corner of the WorkBench screen.
  22. The fact that it is fairly small means that it does not eat up chip memory
  23. when you are not using it. You can drag this "icon" around by the "Pop" bar
  24. at the top of it.
  25. To activate PopInfo, simply click on the "icon". A large window will "Pop"
  26. open, containing useful information about the computer. The information 
  27. contained is as follows :
  28.  
  29. Unit  : This is the device name, eg DF0:, VD0:, etc..
  30.         If no disk is present in the drive you will see "No disk present in
  31.         drive" following the unit. If the disk is a Kickstart disk you will
  32.         see "Kickstart disk", "Unreadable disk" if the disk is unreadable,
  33.         or "Not a DOS disk" if the disk is a non-DOS disk. 
  34. Bytes : The total number of bytes available on the unit (a lot more useful
  35.         than blocks!) It is interesting to note that the 880K per disk we
  36.         are supposed to get is actually around 837K...
  37. Used  : The total number of bytes used on the unit.
  38. Free  : The total number of bytes free on the unit.
  39. Ers   : The total number of hard errors on the unit.
  40. WPS   : For Write Protect Status, this is either R/W (Read/Write) or R O
  41.         (Read Only)
  42. SBB   : Only applicable for disk drives (at the moment...) indicates whether
  43.         the disk has a Standard BootBlock. N/A will appear if the unit is
  44.         not a disk drive. No indicates a non-standard bootblock, and Yes
  45.         indicates a standard Commodore bootblock (YAAY!). NBB indicates
  46.         No BootBlock (ie the disk is not installed). The [-n] option when
  47.         running PopInfo stops any bootblock checking, so you will see N/C
  48.         (No Checking) for disk drives. VIR indicates a currently
  49.         recognisable virus has been detected. PopInfo currently recognises
  50.         the SCA, BYTE BANDIT, BYTE WARRIOR, OLD NORTHSTAR, NORTHSTAR,
  51.         REVENGE, OBELISK, PENTAGON, SYSTEM Z, HSC, DISK-DOKTOR, GRAFFITI,
  52.         16 BIT CREW, PHANTASM, ULTRAFOX, and LAMER EXTERMINATOR viruses.
  53.         Which virus it is will be displayed in the BootBlock window
  54.         (see below) when/if you view the bootblock.
  55.         No (for non-standard bootblock) appears in pen colour 2, and
  56.         VIR (for virus) appears in pen colour 3.
  57.  
  58. Also displayed is Chip RAM free, Fast RAM free, total RAM free, and the
  59. current system time. (now in stunning technicolour!)
  60.  
  61. At any time, while the info window is active, a press of the space bar takes
  62. you into the BootBlock section. A large (screen sized) window opens, which
  63. displays half (at a time) of the bootblock, both in hex and ascii. The
  64. BootBlock window starts off with the bootblock of DF0:.
  65. On the right hand side of the BootBlock window are several gadgets,
  66. specifically, DF0:, DF1:, DF2:, DF3:, BLK, SAVE, LOAD, WIPE and EXIT.
  67. DF0: to DF3: select which bootblock is currently displayed (note : If any of
  68. these drives are not available, the gadget is disabled).
  69. BLK (either BLK1 or BLK0) allows you to view the other half of the bootblock.
  70. SAVE allows you to save the bootblock to a disk file, and LOAD allows you
  71. to restore a saved bootblock to a disk. Both SAVE and LOAD present you with
  72. a file requester, which prompts you to enter a filename.
  73. WIPE installs the currently selected disk. Both LOAD and WIPE ask for
  74. verification before carrying out your instruction.
  75. EXIT exits the BootBlock window and returns you to the info window.
  76. PopInfo automatically checks the memory for any of the currently known
  77. viruses, when run, and erases them if found.
  78.  
  79. Back at the info window. Down in the bottom right hand corner (nicely
  80. contrasted with the sizing gadget) is a custom gadget that at first says
  81. POP. When the gadget does say POP, and you deactivate the info window (by
  82. clicking outside it) the window will pop back to the original icon. HOWEVER!,
  83. if you click on the POP gadget, it changes to STAY. When the gadget is STAY,
  84. the info window hangs around DYNAMICALLY UPDATING even when you do
  85. deactivate it! Nifty, huh?
  86.  
  87. While the time and memory are constantly updated when the window is open,
  88. the device information isn't (unless new devices are added while the window
  89. is open - PopInfo detects this and adjusts accordingly). However, you can
  90. force an update of the info by pressing the right mouse button when the
  91. PopInfo window is active. All the information is updated if diskchanges
  92. are detected. 
  93. You can also resize the info window, depth arrange it, close it, etc...
  94.  
  95. Well, enjoy the program (ie Use It!!)...
  96.  
  97. Please address any author correspondance (bug reports, comments,
  98. (maybe any spare cash??), praise, etc..) to
  99.  
  100.  
  101.                          Jonathan Potter
  102.                          3 William Street
  103.                          Clarence Park, 5034
  104.                          South Australia
  105.                          Australia
  106.  
  107.                  phone : (08) 2932788    7.30pm -> 10.30pm CST weeknights
  108.                                            10am -> 10.30pm CST weekends
  109.  
  110.  
  111. Jon.
  112.  
  113. ---------------------------------------------------------------------------
  114.