home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / POWERMAG / POWER16.MSA / POWER_16 / PACKERS2.PWR < prev    next >
Text File  |  1985-11-20  |  5KB  |  96 lines

  1.  
  2.  
  3.                              PACKING FILES #2
  4.  
  5.                          MORE PACKING INFORMATION
  6.  
  7.                               BY RYAN SIMPSON
  8.  
  9. ==========================================================================
  10.  
  11. Hello POWER readers. This is only a short article so it'll take about five 
  12. minutes to read it.  I have been using packers for ages now, and they come 
  13. in  very  useful  when you're short on disk space.  When I  get  disks  of 
  14. software from my contacts I usually pack the programs and try to fit  them 
  15. onto disks that have a bit of space on them.
  16.  
  17. There are about 25 packers I've got and all of them are PD,  so you  could 
  18. probably get them from any PD library.  In this article I'm mainly  talking 
  19. about  Pack Ice 2.4 and Jampack 4.0.  These are the two packers I use  all 
  20. the time and the ones I think are the best.
  21.  
  22. PROGRAMS :  Both packers are good at packing programs.  If you are packing 
  23. the files on the master copy disk it is best to use Jampack as it stops you  
  24. from saving the program if it is corrupt when packed,  but Pack Ice always  
  25. saves it if it can,  so if you are going to pack it with Pack Ice make a 
  26. backup copy of the disk you are packing on first.  Jampack also gives you 
  27. the option to un-pack files, and to display a flash and title when depacking 
  28. or not.
  29.  
  30. TEXT FILES :  Pack Ice 2.4 is the best for text files I've found. You pack 
  31. any  ASCII  text files and they can be viewed with  The  Revenge  Document 
  32. Diplayer 2 or 3 as it can unpack the files. This is very useful for the likes 
  33. of PD catalogues.  I delete the catalogue program, pack the text files and 
  34. put RDD 3 on the disk so I can fit two PD Catalogues on the one disk.
  35.  
  36. DATA  FILES :  As it tells you in the read me file of Jampack there is  no 
  37. point  in packing data files as the program that trys to access them  will 
  38. have no idea of how to unpack them.
  39.  
  40. PICTURE FILES :  I've tried to pack picture files but it usually  corrupts 
  41. them so the best way I've found is to convert the pictures to PC?  format. 
  42. There is also a program called IMG SQUEZE. I got a picture scanned for me 
  43. at 400 dpi. When I had fixed it up on PC, the IMG file was 212K and took a 
  44. hell of a long time to load.  When I squezed it, it took it down to 202k. 
  45. It's not  much  but it does help and the IMG squeeze program can also  pack  
  46. an entire disk full if IMG files in one go. 
  47.  
  48. Image Squeeze can be obtained from me by sending a S.S.A.E. to me.  My 
  49. address is at the end of this article.
  50.  
  51. A program packer is slightly different than a normal ARCing program.
  52. The two main characteristics of a file compression program are the
  53. efficiency of compression, and the speed of decompression (or unpacking).
  54.  
  55. Programs like LHARC offer very good compression of files, but they take
  56. a long time to do the decompression. A program like ARC is slightly
  57. faster but doesn't compress as well. Most packers are faster than ARC,
  58. but do not compress as efficiently. The reason is simple. A packed
  59. program must unpack very quickly, otherwise it will annoy users if they
  60. have to wait a minute or two each time they double click on a program.
  61.  
  62. The only real problems I have come across are with programs that use
  63. resource ('.RSC') files to hold all the data for the windows etc.  
  64. What basically happens is that the message printed on the screen when the
  65. file decompacts is left on the screen, so unless the resource files cover
  66. up this, you will see 'Atomic Packer V3.5' etc. on your screen.
  67.  
  68. If you write in GFA BASIC v3.5/v3.6, and you want to pack your program 
  69. files, DO NOT use Ice Packer v2.2-2.31 or Fire Packer v2.01, as your 
  70. program file will not work at all (two bombs).  You will have to use the 
  71. Ice Packer v2.40.
  72.  
  73. If you use the Automation v5.01 and pack a lot of data files, beware of 
  74. using it from a hard-drive !!  The problem is that your resultant files 
  75. are filled with $00 & $FF ONLY !!  Not even a header (AU5!) is included.  
  76. This happens with the normal, buffer and chunk pack options and I do not 
  77. know exactly why this occurs.  My (bad) theory is that this update does 
  78. not like a hard-drive !!!  The error does not occur when you run the 
  79. program from a floppy, but only when it is run from a hard-drive partition. 
  80.  
  81. The Atomic packers will not output a packed file that is of an odd length !!  
  82. No problem to 99% of files, except when it's the NeoChrome Master which 
  83. checks its length for link-virus infection !!
  84.  
  85. Here is my address:
  86.  
  87. Ryan Simpson
  88. 26 Oak Grange
  89. Waringstown
  90. Craigavon
  91. Co. Armagh
  92. BT66 7SU
  93.  
  94.  
  95.  
  96.