home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 85 / af085a.adf / archives / af85a1.lzx / VolumeWatch / VolumeWatch.doc < prev    next >
Encoding:
Text File  |  1978-07-26  |  2.2 KB  |  75 lines

  1.  
  2.  
  3. NOTE! this is an older .doc file, all informations in this could
  4. be wrong! writing documentation is a hard job... :-)
  5.  
  6.                   *** VolumeWatch ***
  7.                   ===================
  8.  
  9.   A quick coded but useful tool for all volume watchers!
  10.  
  11.  
  12. SHORT:
  13.     Opens a window and displays informations about all
  14.     your volumes. Takes care of diskchanges and is able
  15.     to 'watch' all volumes.
  16.  
  17. INSTALL:
  18.     Drag the program with its icon to SYS:WBStartup, if
  19.     you want to use it always.
  20.  
  21. REQUIRED:
  22.     AmigaOS 3.0 and a 68020. Enough volumes ;-)
  23.  
  24. FILES:
  25.     VolumeWatch
  26.     VolumeWatch.info (please draw me a better icon!)
  27.     VolumeWatch.doc (this file)
  28.  
  29. USAGE:
  30.     Sorry, it can only be started from CLI, no Workbench-
  31.     Tooltypes support yet!
  32.     But the supplied icon shows how to use it from workbench!
  33.  
  34.     CLI Template:
  35.     "PUBSCREEN/K,WIDTH/K/N,LEFT/K/N,TOP/K/N,INTERVAL/K/N,NOFULL/S"
  36.  
  37.     PUBSCREEN: (option not required, keyword sensitive)
  38.         The name of a public screen. Default is the DEFAULT
  39.         Public Screen (normally the Workbench Screen)
  40.     
  41.     WIDTH: (option not required, keyword sensitive)
  42.         Specify the width of the window (the height will
  43.         be calculated). Default is 1/5 of the Screen Width.
  44.         In a prior version I've tried a best-fit algorithm,
  45.         but due to very long volumenames this is the best
  46.         method. I use a WIDTH of 200 pts.
  47.  
  48.     LEFT, TOP: (options not required, keyword sensitive)
  49.         Where to place the window. Specifying values out
  50.         of the screen will place the window in the resulting
  51.         corner(s). Default is the upperleft corner.
  52.  
  53.     INTERVAL: (option not required, keyword sensitive)
  54.         The polling interval in seconds for the volumescan.
  55.         This means if you specify a 2, each two seconds
  56.         the volume information is updated. Default is NO
  57.         INFORMATION UPDATING (but recognizing diskchanges).
  58.         Good values are 5,10,15,.. seconds, depending on
  59.         your configuration.
  60.  
  61.     NOFULL: (option not required, keyword sensitive)
  62.         Some volumes, like RAM: or virtual volumes like
  63.         PROC: etc. are always 100% full. With this option
  64.         set, all 100% full volumes will be skipped.
  65.  
  66. THANKS:
  67.     Must go the author of "FreeSpace" for the inspiration,
  68.     but his tool wasn't dynamical.
  69.  
  70.  
  71.  
  72.  
  73. Copyright ©1996 by Daniel Balster, Freeware!
  74. (email: dbalster@uni-paderborn.de)
  75.