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 / CPM / UTILS / ARC-LBR / LIBUTILS.TXT < prev    next >
Text File  |  2000-06-30  |  3KB  |  55 lines

  1. LIBRARY UTILITIES
  2. by Editor, KCUG Charleston, May 1987
  3.  
  4. (A look at some NULU and LRUN)
  5.  
  6. In the last Newsletter, I was discussing the features of NULU.  I
  7. did not get around to pointing out that NULU also has a filesweep
  8. capability with command similar to NEWSWEEP.  In the NULU command
  9. mode, recall that the one letter commands had to be prefixed with
  10. a "-" or hyphen.  Enter the filesweep mode by typing:
  11.  
  12. A>-F
  13.  
  14. At that point, one only needs to enter the single letter commands
  15. to execute filesweep commands.  The hyphen prefix is not
  16. required.  A few notes about the file sweep mode are in order. 
  17. If no library is open, you will receive the prompt "No library
  18. open."  and only the L (Log new drive/user), O (Open new
  19. library), X (Exit Nulu), Y (Disk directory), Z (Return to NULU
  20. command mode) and ? (Display menu)  commands will be available. 
  21. When listing files in the filesweep mode, the file size in K is
  22. displayed.  That file size is the size of the file if or when it
  23. is extracted.
  24.  
  25. You may find the filesweep mode easier to use or less awkward
  26. since you don't have to bother with the hyphen prefix. 
  27.  
  28. If you decide not to library files because you feel it may be too
  29. much trouble to extract them, there are a few utilities that may
  30. change your mind.  One called LDIR.COM allows you to look at the
  31. library directory without having to go through NULU.  Issue the
  32. command "LDIR <FILENAME>".  The .LBR extension is assumed.  
  33. Another utility is LRUN.COM.  This  utility allows you to run COM
  34. type files in the library, that is without extracting them.  For
  35. example, if you libraried the files STAT, PIP, SUBMIT, D and NS
  36. in a library called UTILS.LBR, you could issue the command 
  37.  
  38.      LRUN UTILS d
  39.  
  40. and the file d.com would execute as if it had been executed
  41. directly from the CP/M command prompt.  Of course, there are some
  42. trade-offs.  One, you cannot squeeze or crunch the individual
  43. file members if you plan to use LRUN with the library. 
  44. Obviously, you cannot squeeze the library itself.  It does
  45. require some more typing than having the files individually
  46. located on the disk.  What it comes down to, is that you have to
  47. decide if the trade offs are worth the extra trouble.  I have
  48. found that many text files, like letters, are good candidates for
  49. libraries.  Once they have been written, they are seldom, if
  50. ever, looked at again.  I frequently library  notes, tips, hint,
  51. etc.  that I collect from bulletin boards and magazines.  It
  52. saves having a lot of loose papers around and keeps those items
  53. in one place.  Occasionally, I will break out the library and
  54. browse through it.
  55.