home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP2.ZIP / HELPPUBL.ZIP / LU.### < prev    next >
Encoding:
Text File  |  1985-07-07  |  1.2 KB  |  22 lines

  1. COMMAND:  LU (Library Utility)                  DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Manipulates LBR type library files.
  4.  
  5. FORMAT:   LU [-option] [libraryfile] [filespec...]
  6.  
  7. TYPE:     Public domain software, Version 5.00
  8.  
  9. REMARKS:  LU with no options displays a help screen. The options are:
  10.           L or T displays a list of the contents of the specified library.
  11.           A extracts all files from the specified library file with their
  12.             original datetime stamp and writes them to the current directory.
  13.           E extracts only the specified files from the library with their
  14.             original datetime stamp and writes them to the current directory.
  15.           U adds to or creates a new library file. Wildcard characters may be
  16.             used in the file list. The library directory date is updated.
  17.           D deletes the specified file from a library file.
  18.           R reorganizes a library by copying the active members of the old file
  19.             into a new file and removing unused space lost to deleted files.
  20.           S stamps the library file with the datetime stored in its directory.
  21.           The libraryfile extension LBR is assumed.
  22.