home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / arc_lbr / update.arc / UPDATE.MSG < prev    next >
Internet Message Format  |  1988-10-18  |  2KB

  1. From: derrick@tahoe.unr.edu (Derrick Hamner)
  2. Newsgroups: comp.binaries.ibm.pc
  3. Subject: Update, pkpak/zoo format conversion pgm
  4. Date: 18 Oct 88 09:00:14 GMT
  5. Followup-To: comp.binaries.ibm.pc.d
  6. Summary: update.arc, pkpak/zoo format conversion pgm
  7. Approved: dhesi@bsu-cs.UUCP
  8.  
  9. Update is a little program that I wrote to help me deal with archives.
  10. The Turbo Pascal 4.0 source is included, and you may do what you wish
  11. with it.  The following is the "manual."
  12.  
  13. Update converts archives from PKpak to Zoo and from Zoo to PKpak.
  14. It also will re-archive a PKpak archive to try and make it smaller.  If
  15. the new archive is larger than the old archive, it will not replace the
  16. old one.  Update will keep the date and time of the archive's the same
  17. through conversion and re-archiving.  Update is configurable through
  18. enviroment strings.  It needs to know the full path name and file name
  19. of PKpak, PKunpak, and Zoo.  These are entered in the enviroment under
  20. "ARCPATH=", "UNARCPATH=", and "ZOOPATH=" respectively.  Update also needs
  21. to know what name to use for it's temporary directory.  This directory
  22. is made and removed each time Update is run.  This is stored in the
  23. enviroment string "WORKDIR=".  Update will not work across drives (i.e.
  24. Both the working and the Input directory must be on the same drive.).
  25. The command line options are "update [Input Directory] (/r || /pz || /zp)".
  26. The Input Directory is optional.  If no directory is given, the current
  27. directory will be used.  One of the three "/r","/pz","/zp" may be given.
  28. The first tells Update to Re-archive the files, the second says to convert
  29. from PKpak to Zoo, and the third says to convert from Zoo to PKpak.
  30.  
  31. This program is donated to the Public Domain.  You may do what you wish
  32. with it.  If you modify it and redistribute it, please include a
  33. "signature" below mine, the date, and a short discription of the
  34. modifications done.
  35.  
  36. Derrick Hamner, 8/24/88 -- Wrote the original program.
  37. Derrick Hamner
  38. derrick@tahoe.unr.edu
  39.  
  40. [
  41. This program was initially submitted quite a while ago.  I found a bug
  42. or two, and Derrick Hammner fixed it and re-sent it.  I'm assuming that
  43. it works well now and not testing this revised version in order to get
  44. queued postings out quickly.
  45.  
  46. Source for Turbo Pascal 4.0 and the executable are included.
  47.  
  48. -- R.D.
  49. ]
  50.