home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma68.dms / ma68.adf / xfd / Docs / xfdList.doc < prev    next >
Text File  |  1996-08-03  |  2KB  |  67 lines

  1. NAME
  2.     xfdList 1.03
  3.  
  4. SYNOPSIS
  5.     xfdList FILE,ALL/S,NE=NOEXTERN/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.     NOEXTERN prohibits the use of external slaves for
  21.     recognition purposes.
  22.  
  23. EXAMPLES
  24.     Shell> xfdList DH0:C/#?
  25.         Examines the contents of DH0:C.
  26.  
  27.     Shell> xfdList DF0:#?/#?.(library|device) ALL
  28.         Examines any drawer deeper than level one
  29.         on DF0: for filenames ending with .library
  30.         or .device.
  31.  
  32. HISTORY
  33.     xfdList 1.03
  34.     - Added option NOEXTERN.
  35.  
  36.     xfdList 1.02
  37.     - Fixed xfdFreeObject() call. Some bytes have not been
  38.       released correctly. Thanks to WEPL for the hint.
  39.     - Fixed problems with empty files. They have been
  40.       reported with the status of the last file. Thanks
  41.       again to WEPL for the report.
  42.     - Fixed problem with single '*' wildcard. This was not
  43.       interpreted as '#?', but as the current Shell window.
  44.       This actually is a DOS problem, but replacing a '*'
  45.       internally with '#?' fixes the problems. Thanks to
  46.       Holger Wessling for the hint.
  47.  
  48.     xfdList 1.01
  49.     - xfdm_MinBufferSize of xfdmaster.library v36+ is used
  50.       to determine the size of the recog buffer.
  51.     - Added recognition code for linkers.
  52.  
  53.     xfdList 1.00a
  54.     - Debugged some arp.library stuff.
  55.  
  56.     xfdList 1.00
  57.     - First public release.
  58.  
  59. COPYRIGHT
  60.     xfdList is freely distributable for noncommercial use.
  61.  
  62. AUTHOR
  63.     Georg Hörmann
  64.     Martinswinkelstraße 16c
  65.     82467 Garmisch-Partenkirchen
  66.     Germany
  67.