home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Cruncher / XFD111.LHA / xfd / Docs / xfdList.doc < prev    next >
Encoding:
Text File  |  1996-02-04  |  1.6 KB  |  61 lines

  1. NAME
  2.     xfdList 1.02
  3.  
  4. SYNOPSIS
  5.     xfdList FILE,ALL/S
  6.  
  7. DESCRIPTION
  8.     xfdList examines files and prints the names of the
  9.     packers/linkers. It requires either Kickstart V37+
  10.     or the arp.library together with older OS releases.
  11.  
  12.     FILE specifies the file/drawer that should be examined.
  13.     Wildcards of any kind are supported.
  14.     If FILE is not specified, the current directory will
  15.     be examined.
  16.  
  17.     xfdList only examines one directory level. With ALL,
  18.     it goes as deep as possible.
  19.  
  20. EXAMPLES
  21.     Shell> xfdList DH0:C/#?
  22.         Examines the contents of DH0:C.
  23.  
  24.     Shell> xfdList DF0:#?/#?.(library|device) ALL
  25.         Examines any drawer deeper than level one
  26.         on DF0: for filenames ending with .library
  27.         or .device.
  28.  
  29. HISTORY
  30.     xfdList 1.02
  31.     - Fixed xfdFreeObject() call. Some bytes have not been
  32.       released correctly. Thanks to WEPL for the hint.
  33.     - Fixed problems with empty files. They have been
  34.       reported with the status of the last file. Thanks
  35.       again to WEPL for the report.
  36.     - Fixed problem with single '*' wildcard. This was not
  37.       interpreted as '#?', but as the current Shell window.
  38.       This actually is a DOS problem, but replacing a '*'
  39.       internally with '#?' fixes the problems. Thanks to
  40.       Holger Wessling for the hint.
  41.  
  42.     xfdList 1.01
  43.     - xfdm_MinBufferSize of xfdmaster.library v36+ is used
  44.       to determine the size of the recog buffer.
  45.     - Added recognition code for linkers.
  46.  
  47.     xfdList 1.00a
  48.     - Debugged some arp.library stuff.
  49.  
  50.     xfdList 1.00
  51.     - First public release.
  52.  
  53. COPYRIGHT
  54.     xfdList is freely distributable for noncommercial use.
  55.  
  56. AUTHOR
  57.     Georg Hörmann
  58.     Martinswinkelstraße 16c
  59.     82467 Garmisch-Partenkirchen
  60.     Germany
  61.