home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / arc_lbr / lut193.arc / LUT193.DOC < prev   
Text File  |  1985-05-28  |  2KB  |  66 lines

  1.  
  2. LUT Command
  3. -----------
  4.  
  5. Purpose:   Displays the directory of one or more library (LBR) files
  6.            which were created by the LU or LAR utility.
  7.  
  8. Format:    LUT  [d:][path]filename[.ext]
  9.  
  10. Remarks:   The single operand names a library file. Global filename
  11.            characters * and ? are  allowed in  the filename and  the
  12.            extension. If the extension is omitted, LBR is assumed.
  13.  
  14.            If the filename is omitted, all LBR files on the current
  15.            drive and in the current directory are listed.
  16.  
  17. Examples:
  18.         1) List directories of all LBR files on current drive
  19.                 LUT
  20.  
  21.         2) List directory of all LBR files on drive B
  22.                 LUT B:
  23.  
  24.         3) List all LBR directories of filenames beginning with XYZ
  25.                 LUT XYZ*
  26.  
  27.         4) List all LBR directories for files in the path \TEST
  28.                 LUT \TEST
  29.  
  30.         5) List all LBR directories in path \TEST beginning with XYZ
  31.                 LUT \TEST\XYZ*
  32.  
  33.  
  34. Notes:     Written by Vernon Buerg for public domain use.
  35.            For DOS 2.0 or later. Not for sale or hire.
  36.                 456 Lakeshire Drive
  37.                 Daly City, CA 94015
  38.                 Work: (415) 991-0644
  39.                 Data: (415) 994-2944, 2am to 10am PDT
  40.                 CompuServe: 70007,1212
  41.  
  42. History:
  43.            Version 1.6, July 11, 1984.
  44.  
  45.            Version 1.7, August 8, 1984.
  46.                 Ignore CRC bytes in directory.
  47.                 Use memory allocation functions.
  48.                 Checks for DOS 2.
  49.  
  50.            Version 1.83, September 25, 1984.
  51.                 Sort directory by name.
  52.                 Check and display CRC values.
  53.                 Format LU86 format date/time.
  54.  
  55.            Version 1.9, November 9, 1984.
  56.                 Assume LBR extension.
  57.                 Default to all LBR files if only a path is supplied
  58.  
  59.            Version 1.92, April 12, 1985.
  60.                 The output format has changed to include the volume
  61.                 name. Also, if any errors are encountered, the DOS
  62.                 ERRORLEVEL variable is set to a 1.
  63. |          Version 1.93, May 27, 1985.
  64. |               Performance improvements.
  65. ----------
  66.