home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 185_01 / pull.doc < prev    next >
Text File  |  1985-08-21  |  1KB  |  25 lines

  1. 10/08/85   PULL.C   Program to extract 1 file from a Novosielski .LBR file
  2.  
  3.     There is probably no one else in the universe who will use this
  4. program except for myself. So be it. But do you ever need to yank just 1
  5. file from a library (say m7lib from modm700 to install a new number
  6. library)? If so, you may find this program useful. Given the same kind
  7. of command line LTYPE uses, it will extract any single file from a
  8. library and put in on the default drive with the same name. It can have
  9. a single file on disk while I am still waiting for LBRDISK, NULU, LU etc.
  10. to load.
  11.  
  12.     Command syntax: PULL LIBNAME FILENAME<cr> will extract filename
  13. from libname (if it doesn't exist, you are so informed) and will write
  14. the new file on the default drive. Any existing file of the same name
  15. will be overwritten, natch, so caution is in order.
  16.  
  17.     Credit where credit is due dept: The original program is
  18. Sigi Kluger's LTYPE which was modified to standard C (from BDS) by
  19. Pete Mack for MS/PCDOS. Whereupon I brought it back to a real
  20. computer (CP/M) and Aztec C 1.06d in its present form. 
  21.  
  22.                         Tom Burnett
  23.                     Data    707-425-2277
  24.                         Tek-80 RCP/M
  25.