home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff286.lzh / CCutils / Bites.Doc < prev    next >
Text File  |  1989-12-04  |  4KB  |  102 lines

  1.        Documentation For 'Bites' Version 1.3
  2.          It's smaller, and better.
  3.  
  4.              Introduction
  5.  
  6.    Bites is a program written at the request of Mike VDS
  7.    by Robert W. Albrecht. It is designed to display disk space
  8.    available on all mounted volumes.
  9.  
  10.              How to use Bites...
  11.  
  12.    Run the program by double clicking on it's icon or typing:
  13.    'RUN Bites' from the CLI prompt.
  14.  
  15.    Bites needs at least a 2500 byte stack.
  16.  
  17.    A small window will appear in the title bar with the Bites icon at the
  18.    left. When you click on the Bites icon the program terminates. The
  19.    window can be dragged around like any other intuition window. The
  20.    standard 'to back' and 'to front' system gadgets appear at the right of
  21.    the window. There are two other gadgets to the left of the system
  22.    gadgets that control the behaviour of Bites.
  23.  
  24.    When Bites first comes up it will cycle through all of the mounted
  25.    volumes and display the number of bytes available on each volume every
  26.    three seconds. To stop cycling through the volumes click on the 'up and
  27.    down arrow' gadget. The next time you click on the 'up and down arrow'
  28.    gadget the next volume in the list will be displayed. To return to
  29.    cycling mode click on the 'circle arrow' gadget.
  30.  
  31.    The Bites window can be 'iconified' by clicking the right mouse button
  32.    while it's window is active. The window will reduce to a 24x10 Bites
  33.    icon that takes a minimum amount of screen space. To 'un-iconify' the
  34.    Bites window just activate the window by clicking on the icon with the
  35.    left mouse button, then click the right mouse button.
  36.  
  37.    Bites can also be terminated by use of the Amiga DOS Break command.
  38.    First type 'Status' at the CLI and get the Process ID of Bites then type
  39.    'Break <Process ID>'.
  40.  
  41.  
  42.           Enhancements Made for Version 1.1
  43.  
  44.    You can now control the position and size of the Bites window through
  45.    command line switches or icon 'Tool Types'. You may also display free
  46.    'blocks' instead of free bytes.
  47.  
  48.    CLI command line switches:
  49.  
  50.    -l<Left Edge>    Left edge of Bites window in pixels
  51.  
  52.    -t<Top Edge>     Top Edge of Bites window in pixels
  53.  
  54.    -w<Width>        Width of Bites window in pixels
  55.  
  56.    -b            Displays 'blocks' instead of bytes
  57.  
  58.      EXAMPLE: RUN BITES -l0 -t20 -w640 -b
  59.  
  60.    Icon Tool Types:
  61.  
  62.    LEFTEDGE=<Left Edge>  Left Edge of Bites window in pixels
  63.  
  64.    TOPEDGE=<Top Edge>     Top Edge of Bites window in pixels
  65.  
  66.    WIDTH=<Width>     Width of Bites window in pixels
  67.  
  68.    SHOWBLOCKS=ON     Displays 'blocks' instead of bytes
  69.  
  70.      EXAMPLE:
  71.  
  72.      LEFTEDGE=0
  73.      TOPEDGE=20
  74.      WIDTH=640
  75.      SHOWBLOCKS=ON
  76.  
  77.  
  78.            Bug Fixes Made for Version 1.1
  79.  
  80.    There was a bug where if you had an 'ASSIGN' to a disk that was no
  81.    longer in the drive a system requester would come up and not go away.
  82.    This has been fixed. Now when this situation exists the volume name will
  83.    be given and instead of bytes free or blocks free the message 'Not
  84.    Installed' will be displayed. This way you will be clued into assigns
  85.    that are just flopping around.
  86.  
  87.            Bug Fixes made for version 1.2
  88.  
  89.    The command line arguments for width and left-edge and top-edge are now
  90.    checked for correctness. The width has to be greater than 24, and the
  91.    left-edge and top-edge have to be greater than zero.
  92.  
  93.            Enhancements for version 1.3
  94.  
  95.    Bites now uses CClib.library which is a shareable C library. This has
  96.    reduced the size of the executable to 5288 from 6420 bytes. For bites
  97.    version 1.3 to work you MUST have CClib.library installed in your LIBS:
  98.    directory. You can find the binary only version of CClib.library under
  99.    the name USRCCLIB.ZOO on many BSS's and on Fred Fish #260.
  100.  
  101.  
  102.