home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / archiver / tar.arj / README.DOS < prev    next >
Encoding:
Text File  |  1991-06-26  |  2.1 KB  |  46 lines

  1. This is an MS-DOS combined implementation of the un*x tar(1) and
  2. compress(1) programs.  It creates P1003 "Unix Standard" [draft 6] 
  3. tapes by default, and can optionaly compress and decompress files
  4. compatible with the un*x compress(1) program using up to 16 bits 
  5. compression without intermediate files.  Filename characters that 
  6. are not supported by most MS-DOS shells (;=+<>|,*?:[]\ ) are silently
  7. converted into a circumflex (^) character.  Filanemes longer than
  8. the ones supported by MS-DOS are silently truncated and can thus
  9. overwrite files named with the same initial characters.
  10.  
  11. The main advantage of this program is the standard format
  12. of the files it deals with.   The programs and file formats
  13. for compress and tar are widely available and files can
  14. be transfered directly to / from most un*x boxes.
  15. The compression ratio achieved by the program is usually better 
  16. than any of the other archivers (arc, zoo, pkarc, gsarc) and
  17. the speed is respectable.  One problem of it, is that it is memory
  18. hungry.  It needs around 480k to run because of the 16 bit compress.
  19.  
  20. The tar engine of the program is pdtar written by John Gilmore 
  21. (gnu@toad.com) and was only slightly modified to fix some bugs
  22. and read / write compressed files on MS-DOS.  In the README 
  23. file of the pdtar distribution is the following list of thanks:
  24.  
  25.     This program is much better than it started, due to 
  26.     the effort and care put in by Henry Spencer, Fred Fish, 
  27.     Ian Darwin, Geoff Collyer, Stan Barber, Guy Harris, 
  28.     Dave Brower, Richard Todd, Michael Rendell, Stu Heiss, 
  29.     and Rich $alz.  Thank you, one and all.
  30.  
  31. The compression is based on the un*x compress program version 4.0.
  32. Many changes have been made to allow it to cooperate with tar,
  33. to improve its speed and to handle 16 bit compression efficiently
  34. on Intel architectures.
  35.  
  36. The compress program was written and improved by Spencer W. Thomas,
  37. Jim McKie, Steve Davies, Ken Turkowski, James A. Woods and Joe Orost.
  38.  
  39. I would like to thank all the people above for making this
  40. program possible.
  41.  
  42. Diomidis D. Spinellis    dds@doc.ic.ac.uk
  43. 1 Myrsinis Str.
  44. GR-145 62 Kifissia
  45. GREECE
  46.