home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / readmes / dinfo120.rea < prev    next >
Text File  |  1992-10-06  |  2KB  |  49 lines

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