home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / util / pack / p-compress2 / product-info < prev   
Fred Fish's Product-Info  |  1995-08-25  |  2KB  |  76 lines

  1. .name
  2. P-Compress2
  3. .type
  4. Compression
  5. .short
  6. Compression program with 3 modes.
  7. .description
  8. All the old facilities are in this version PLUS a completely new compress-
  9. ion module: FastC.  You now have a choice of three modes:
  10.  
  11.     FastC:  Compression and decompression much faster.  Efficiency only a
  12.     few % lower.
  13.  
  14.     StandardC:  An excellent compromise between speed and efficiency for
  15.     most purposes.
  16.  
  17.     SuperC: Slower than standard in both compression and decompression, but
  18.     a lot more efficient.
  19.  
  20. The latest version of P-Reader (V8.2) is fully compatable and System 1.3
  21. machines can use this to decompress/read/display files compressed with any
  22. of the three modes.
  23.  
  24. Like its predecessor it will compress single files, drawers or complete
  25. disks, preserving disk and drawer structures.  Drawers and disks can be
  26. copied from one place to another, selected files or classes of files being
  27. compressed and the remainder just copied.  P-Compressed files, including
  28. sounds, pictures and animations, can be displayed by P-Reader without prior 
  29. decompression, and P-Compressed texts can be loaded into and saved from
  30. P-Writer (StandardC only).
  31. .version
  32. 2.1
  33. .author
  34. Chas A. Wyndham
  35. .reference
  36. FreshFish-Vol5:BBS/util/P-Compress2-1.2.lha
  37. 1.2
  38. FreshFish-Vol5:New/util/arc/P-Compress2/
  39. 1.2
  40. FreshFish-Vol8-2:BBS/util/P-Compress2-1.2.lha
  41. 1.2
  42. FreshFish-Vol9-2:BBS/util/P-Compress2-1.2.lha
  43. 1.2
  44. GoldFish-Vol2-1:Files/util/arc/P-Compress2/
  45. 1.2
  46. GoldFish-Vol2-2:BBS/util/P-Compress2-1.2.lha
  47. 1.2
  48. .distribution
  49. Freeware
  50. .address
  51. 1265 Canning Mills Road
  52. Roleystone
  53. WA 6111
  54. Australia
  55. .docs
  56. P-Compress2.doc
  57. .described-by
  58. Richard Fish (rjf@amigalib.com)
  59. .submittal
  60. Submitted on disk directly by the author.
  61. .aminet-dir
  62. util/pack
  63. .execute
  64. LAB Start
  65. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  66. if $choice GT "0"
  67.   if $choice EQ "1"
  68.     MetaTool P-Compress2.doc TEXT
  69.   else
  70.     if $choice EQ "2"
  71.       P-Compress2
  72.     endif
  73.   endif
  74.   skip Start BACK
  75. endif
  76.