home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / diskinfo.rea < prev    next >
Encoding:
Text File  |  1992-11-11  |  2.0 KB  |  45 lines

  1. DiskInfo v1.20
  2. by Gregg Giles
  3.  
  4. DiskInfo is a tool which can be used to display information about any Amiga
  5. storage media, including disks, hard disks and memory.  It  is  capable  of
  6. creating global environmental variables which can be used by  any  AmigaDOS
  7. or ARexx script. It can be executed as an AmigaDOS command from either  the
  8. Workbench or the Shell.
  9.  
  10. The goal of this program is to  evolve  into  worthy  replacement  for  the
  11. Workbench "c:Info" command.
  12.  
  13.  
  14. Information is displayed in the following format:
  15.  
  16. Name  : Workbench2.0:        Errors : 0                    Bytes   Blocks
  17. Status: Write Protected      Full   : 94.20 %    Size:    857904     1758
  18. Type  : Amiga OFS (DOS0)     In Unit: 0          Used:    808128     1656
  19. Block : 488 bytes            In Use : Yes        Free:     49776      102
  20.  
  21.  
  22. These changes have been made to this program since the previous version:
  23. ------------------------------------------------------------------------
  24.  
  25. Recognition of new Amiga-specific file systems added: DOS2, DOS3, DOS4, and
  26. DOS5.
  27.  
  28. Added Workbench 2.04 standard command line parsing which  conforms  to  the
  29. "Amiga User Interface Style Guide". This had the effect  of  reducing  code
  30. size, system  overhead  requirements,  and  permitting  the  display  of  a
  31. standardized template when issuing "DiskInfo ?" at the command line.
  32.  
  33. Ability to create global environmental variables  added.  A  user  may  now
  34. specify any of the following command line parameters (when using the SETENV
  35. parameter),  and  a  corresponding  variable  will  be   created   in   the
  36. "ENV:DiskInfo" directory: BYTESPERBLOCK,  DISKNAME,  DISKSTATUS,  DISKTYPE,
  37. ERRORS, FREEBLOCKS,  FREEBYTES,  INUNIT,  INUSE,  PERCENTFULL,  SIZEBLOCKS,
  38. SIZEBYTES, USEDBLOCKS, and USEDBYTES. The argument ALL will  prevent  users
  39. from having to type all of the arguments in order to  create  all  possible
  40. environmental variables.
  41.  
  42. New argument: QUIET. This argument stops all output to  the  console,  with
  43. the exception of error messages, the template, and the usage message.
  44.  
  45. Compatible with Workbench 2.1 and 3.0.