home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / MBUG / MBUG028.ARC / LBR.DOC < prev    next >
Text File  |  1979-12-31  |  2KB  |  48 lines

  1.                    Library Files and Utilities      Jun. 16, 1983
  2.  
  3.      Many of the public domain utilities found on the RCPM sys-
  4. tems are starting to appear in library form. This is an introduc-
  5. tion to this form and the utilities available here to support 
  6. this type of file.
  7.  
  8.      Libraries as found on this system are files that consist of 
  9. several other files, combined with a directory that enables 
  10. access to the individual members of the collection. They have a
  11. type of .LBR, not to be confused with .LIB files, which are usually
  12. assembler "include" files.  They are made and maintained by a
  13. utility LU, written by Gary Novosielski. The main utility, and a
  14. full .DOC file, are found in User area 7 of drive D on this system.
  15.  
  16.      Some advantages of libraries are the ability to collect all 
  17. the related files for a particular program in one place. They may 
  18. all be transferred as a single file, without concern that you 
  19. might overlook one by accident. Also, when the library contains 
  20. many relatively small files, the library takes less total disk 
  21. space than the separate files would.
  22.  
  23.      On the other side, you may not want all the files, so it is 
  24. a drawback to get more than you need. Some of the utilities here 
  25. are intended to address this problem
  26.  
  27.      Utilities LDIR, LCRCK, LTYPE, and LMODEM may be used from 
  28. anywhere in the system. LDIR will print the directory of the 
  29. library, including file sizes. LCRCK acts like the regular CRCK 
  30. utility, but gives the check for a particular member. LTYPE will 
  31. permit looking at the beginning of any text member, so you can 
  32. decide if that's what you're after. Finally, LMODEM will extract 
  33. and send an individual member from the library.
  34.  
  35.      None of these utilities accept "wild characters", and all 
  36. will give help messages if invoked without arguments. Of course, 
  37. the whole library may be sent with XMODEM, and separated at your 
  38. end with the LU program.
  39.  
  40.      One problem may exist for those limited to 300 baud usage. 
  41. Some of the libraries are large enough that they can't be sent 
  42. within the system time limit at this speed. I'm afraid you have 
  43. no choice but to extract and send one member at a time with 
  44. LMODEM. So far, no member is large enough to run into that prob-
  45. lem, but some are creeping up close.
  46.  
  47.                               Bill Earnest, Allentown SYSOP
  48.