home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / arc / pakutl12.lzh / $README.DOC next >
Text File  |  1988-09-12  |  3KB  |  62 lines

  1. ----------- Contents of: PAKUTL12.PAK
  2.  
  3. PAKUTL12.PAK contains several tools for working with archive files
  4. produced by the PKWARE, Inc. archive utilities (PKPAK and PKUNPAK,
  5. plus their "jr" equivalents -- also called PKARC and PKXARC prior to
  6. version 3.61 of these programs.) These programs will work with other
  7. archive utilies which are PK-compatible (or vice-versa.) All of the
  8. included material is the original copyrighted work of Michael J. Housky
  9. and Jeffrey J. Nonken and have been released, with full source code, to
  10. the Public Domain. They are provided "as-is" with no warranty of any
  11. kind expressed or implied. You are free to use them as you see fit, but
  12. also at your own risk.
  13.  
  14. The PAKSORT program (and PAKAS/PAKSE which each call PAKSORT) replaces
  15. an archive with a sorted copy. As with all file update programs, there
  16. are probably suitably weird circumstances in which data could be
  17. accidentally lost. Use these with care (if at all) and as always make
  18. backup copies of irreplaceable files before attempting to modify them
  19. with *ANY* program.
  20.  
  21. If you have questions or comments, the authors may be reached via
  22. IFNA Net-mail at:
  23.  
  24.     Michael J. Housky, via: Hog Heaven (1:103/522.6)
  25.  
  26.     Jeffrey J. Nonken, Sysop: Opus Julius (1:103/522)
  27.     (714)997-8958 (1200/2400)
  28.     (714)997-9342 (300/1200)
  29.  
  30. Executable files:
  31.  
  32. PAKLIST.EXE  Sample program to list an archive.
  33. PAKSORT.EXE  Program to sort archive contents.
  34. PAKAS.EXE    ARCA replacement, does PKPAK+PAKSORT
  35. PAKSE.EXE    ARCE replacement, does PAKSORT+PKUNPAK
  36.  
  37. Documentation files:
  38.  
  39. $README.DOC  This file, table of contents.
  40. PAKLIST.DOC  Documentation for PAKLIST.EXE
  41. PAKSORT.DOC  Documentation for PAKSORT.EXE
  42. PAKAS.DOC    Documentation for PAKAS.EXE
  43. PAKSE.DOC    Documentation for PAKSE.EXE
  44. PAKMAIL.DOC  Application notes for using PAKAS/PAKSE/PAKSORT for
  45.              safe archived mail applications.
  46.  
  47. Source files:
  48.  
  49. DIRFN.C      Directory list functions for GETFILE.C
  50. DIRFN.H      Definitions for DIRFN.C and GETFILE.C
  51. GETFILE.C    Build list of files matching a filespec.
  52. PAKAS        Make file for PAKAS.EXE
  53. PAKAS.C      Main source for PAKAS.EXE
  54. PAKDEFN.H    Definitions for PAK*.C routines herein.
  55. PAKLIST      Make file for PAKLIST.EXE
  56. PAKLIST.C    Main source for PAKLIST.EXE
  57. PAKSE        Make file for PAKSE.EXE
  58. PAKSE.C      Main source for PAKSE.EXE
  59. PAKSORT      Make file for PAKSORT.EXE
  60. PAKSORT.C    Main source for PAKSORT.EXE
  61.  
  62.