home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / dos / tools / wwp303 / wwp303.exe / rar / REGISTER / WWPACK.DOC
Text File  |  1995-06-01  |  17KB  |  463 lines

  1.  
  2.         WWPACK 3.03   a powerful executable file compressor for DOS
  3.  
  4.         Copyright (c) 1993-95 by Rafal Wierzbicki and Piotr Warezak
  5.  
  6.         1 June 1995      Lodz, Poland           All Rights Reserved
  7.  
  8.  
  9.       We are happy to provide our e-mail addresses.  Please feel free
  10.          to inform us of any problems at the following addresses.
  11.  
  12.                            Authors:  awarezak@krysia.uni.lodz.pl
  13.  
  14.               American distributor:  gjereza@crl.com
  15.  
  16.                 German distributor:  support@vgasoft.com
  17.  
  18.  
  19.        The latest shareware version of WWPACK can always be found on:
  20.  
  21.            o  ftp.elf.stuba.sk    /pub/pc/pack
  22.               SimTel mirrors      /SimTel/msdos/execomp
  23.  
  24.            o  The ClipBoard BBS
  25.               (415) 293 0454
  26.               8N1  2400-28800bps
  27.               24 hours, San Francisco
  28.  
  29.            o  WWPACK is FREQable (file requestable) from
  30.               The ClipBoard BBS,
  31.               FidoNet 1:125/454
  32.               The magic name is WWPACK.
  33.  
  34.            o  VGA-Copy Headquarters BBS
  35.               +49-441-972955
  36.               8N1  USRobotics V34
  37.               24 hours, Germany
  38.  
  39.            o  WWPACK is file requestable from
  40.               VGA-Copy Headquarters,
  41.               FidoNet 2:2426/2240
  42.               The magic name is WWPACK.
  43.  
  44.            o  ftp-mailserver:  fileserv@vgasoft.com
  45.  
  46.  
  47. *** This version of WWPACK must be registered,and requires the WWPACK.REG
  48. *** key file created specifically for you.
  49. *** The  WWPACK.REG file  can not be  distributed, sent, rented, changed,
  50. *** hacked, or reversed engineered in any way. Any attempts to do so will
  51. *** automatically terminate the license!
  52.  
  53.  
  54. WHAT IS A WWPACK?
  55.  
  56.   WWPACK is a powerful EXE file compressor. This program compresses most
  57.   DOS executable files. Compressed programs use less disk space because
  58.   they are much smaller. All files run EXACTLY as before.
  59.  
  60.  
  61. REQUIREMENTS to run WWPACK.
  62.  
  63.   WWPACK works on any machine with 450Kb free DOS memory.
  64.   Remember that the faster machine you use the less time you need
  65.   to compress an EXE file.
  66.  
  67. Requirements to run EXE files compressed with WWPACK.
  68.  
  69.   Every file compressed with WWPACK can run on any IBM compatible
  70.   system: XT,AT,80286,80386,80486 and Pentium; on Intel and non-Intel.
  71.   WWPACKed files can run on IBM compatible palmtop computers
  72.   (eg. the Hewlett Packard HP95LX).
  73.  
  74.   DOS 2.0 or higher is required.
  75.  
  76.  
  77. WWPACK'S COMMANDS  -  to get a very short help type:  WWPACK /?
  78.  
  79.   How do I compress an EXE file?
  80.  
  81.     Enter:  WWPACK FILENAME.EXE
  82.     When complete, the file will be smaller and work as before.
  83.     The process can be interrupted by using the CTRL+Break keys.
  84.  
  85.   Can I pack a relocation table?
  86.  
  87.     Sure.  Enter:  WWPACK PR FILENAME.EXE
  88.  
  89.   How do I protect a file with a password?
  90.  
  91.     Enter:  WWPACK PP FILENAME.EXE
  92.     WWPACK will ask you for a password which you must enter twice.
  93.     The password must be from four to nine characters long and is
  94.     NOT case sensitive.
  95.  
  96.     Be careful!  If you forget your run-password your file will be
  97.     useless!
  98.  
  99.   How do I unpack an EXE file?
  100.  
  101.     Enter:  WWPACK U FILENAME.
  102.     But remember that the file must be already compressed with WWPACK!
  103.  
  104.   TESTING EXE FILES.
  105.  
  106.     Command 'T' lets you to see if the file is already compressed
  107.     by any executable file compressor. WWPACK recognizes files compressed by
  108.     LZEXE, PKLITE and many many other compressors.
  109.     Usage:  WWPACK T FILENAME.EXE
  110.  
  111.   OPTIMIZING HEADERS.
  112.  
  113.     If you want to optimize a header of any EXE file you can write:
  114.        WWPACK O FILENAME.EXE
  115.     Sometimes the header can be a bit shorter but sometimes nothing
  116.     may change.
  117.  
  118.   ADITTIONAL COMMANDS: 'PD' and 'UD'.
  119.  
  120.     WWPACK has two commands that you can use on any file you want:
  121.     'PD' and 'UD'  (pack data and unpack data).
  122.  
  123.     Command 'PD' can pack file as a data.
  124.     Example:  WWPACK PD PROGRAM.DAT
  125.  
  126.     Command 'UD' can unpack any file packed with 'PD'.
  127.     Example:  WWPACK UD PROGRAM.DAT
  128.  
  129.     Remember that packed data file can't normally used so before
  130.     you work with it you must first unpack it ('PD' and 'UD' options
  131.     work similar to PKZIP 'a' and 'e' commands).
  132.  
  133.  
  134. CAN I USE WILDCARDS?
  135.  
  136.   Sure!  Why not?
  137.   WWPACK lets you to use '*' and '?' in every command.
  138.  
  139.   Examples:
  140.     to compress all EXE files in the current directory just type:
  141.        WWPACK P *.EXE
  142.  
  143.     to optimize headers of all EXE files type:
  144.        WWPACK O *.EXE
  145.  
  146.     to pack all files (as data) enter this command:
  147.        WWPACK PD *.*
  148.  
  149. CAN I USE PATHS?
  150.  
  151.   Of course you can!
  152.  
  153.   Example:
  154.     command  WWPACK P C:\UTILITY\TEST.EXE  compresses file TEST.EXE stored
  155.     is C:\UTILITY directory.
  156.  
  157.  
  158. CONFIGURATION MENU.
  159.  
  160.   We wanted to make WWPACK easy to use. You don't have to remember
  161.   any options because you can set everything in a special configuration
  162.   menu.
  163.  
  164.   To configure the program enter:  WWPACK C.
  165.   Now use '1..5' keys to set some useful options.
  166.   1  -  do you want WWPACK to make backup files?
  167.         Select 'ON' and you will always get OLD and OLP files.
  168.         (There are two exceptions: WWPACK always makes backups
  169.          when 'PP' command is used or when the file packed with the 'PP'
  170.          command is being unpacked).
  171.   2  -  choose 'ON' if you want to get more information about
  172.         every file that is being compressed.
  173.   3  -  please select 'ON' if you want to compress files with overlays
  174.         or 'OFF' if you don't want to compress such a files.
  175.         If you choose 'ASK' WWPACK will always ask you if the
  176.         file should be compressed or not.
  177.   4  -  select 'ON' if you want WWPACK to compress already compressed
  178.         files.
  179.   5  -  sometimes WWPACK is slow so choosing 'ON' is a good idea.
  180.  
  181.   When you set all options, press 'S' key to save them or 'ESC' to exit
  182.   without saving.
  183.   You may use the 'T' key to set the default configuration.
  184.  
  185.  
  186. BACKUP FILES.
  187.  
  188.   Not every EXE file can be compressed with WWPACK. That's why this program
  189.   creates backups. In case of problems you can restore the original file.
  190.  
  191.   Remember:
  192.     Original FILENAME.EXE file is always renamed to FILENAME.OLD file
  193.     while compressing or optimizing, and to FILENAME.OLP when decompressing.
  194.  
  195.   HINT:
  196.     If you forgot to make a backup while compressing an EXE file, try
  197.     undeleting or unerasing it !
  198.  
  199.  
  200. FILES THAT CAN'T BE PACKED.
  201.  
  202.   Some files can't be compressed with WWPACK.
  203.  
  204.   o  programs that check the CRC of a file
  205.   o  files that store configuration data internally
  206.   o  drivers that can be loaded in a config.sys file
  207.   o  some files with overlays
  208.   o  Windows and OS/2 files
  209.   o  some COM files (COM file may not work after conversion to EXE format)
  210.  
  211.   Some files are automatically recognized by WWPACK.
  212.   But sometimes it's impossible to predict if the file can be compressed.
  213.  
  214.   You just have to check every compressed EXE file !
  215.  
  216.  
  217. CRC MODULE: "Be sure that the file isn't damaged"
  218.  
  219.   WWPACK uses special module that adds CRC code to EVERY compressed EXE file.
  220.   This unique technology lets you to check if any WWPACKed file has been
  221.   damaged or infected by a virus.
  222.  
  223.   To check files you may use WWVIR or CRC program.
  224.  
  225.   HINTS FOR PROGRAMMERS:
  226.   o You may freely add CRC program to your commercial and noncommercial
  227.     products. It's public domain!  (However, you must have the enhanced
  228.     version of WWPACK to distribute WWPACKed programs)
  229.   o CRC module checks almost EVERY byte of compressed EXE file:
  230.     from the beginning ('MZ' signature) to the very end.
  231.     Warning: CRC module doesn't check overlays !
  232.   o There are six bytes in the compressed EXE file that you can freely change.
  233.     The area in $1A to $1F bytes isn't protected with the CRC module,
  234.     so you can store configuration or any data here.
  235.  
  236.  
  237. ERRORS AND OTHER MESSAGES.
  238.  
  239.   WWPACK is quite an intelligent program and sometimes it may show some kind
  240.   of an error message. But don't worry. Just read the comment and you will
  241.   find an explanation for the problem (WWPACK has almost 30 error
  242.   messages!).
  243.  
  244.   From time to time you may see some question also (it depends on a
  245.   configuration that you have chosen).
  246.  
  247.   Here is a list of important questions and messages that you may meet when
  248.   working with WWPACK:
  249.  
  250.    CRC status: OK
  251.      File CRC is OK. It means that the file isn't damaged nor infected
  252.      by a virus. This massage appears while unpacking the file packed
  253.      with WWPACK version 3.03 or later.
  254.  
  255.    Delete FILENAME file to make a new backup file [Y/n]?
  256.      WWPACK must know if the old backup file can be deleted.
  257.      Press 'Y' key to continue processing or 'N' to quit (and save an old
  258.      backup).
  259.  
  260.    Enter password:
  261.      This message appears when the 'PP' or 'U' command is used.
  262.      Please enter the password required to run the packed file
  263.      ('PP' command) or enter the password required to unpack the
  264.      compressed file ('U' command).
  265.  
  266.    File not processed.
  267.      You didn't let WWPACK process the file (for example you didn't let
  268.      WWPACK delete an old backup file).
  269.  
  270.    Relocation table is already packed.
  271.      You can't use 'PR' command because the relocation table is already
  272.      packed. Please try the 'P' command to get a higher compression ratio.
  273.  
  274.    The file FILENAME has set attribute READ ONLY. Change file attribute [Y/n]?
  275.      The file has set the READ ONLY attribute. To process it the attribute
  276.      must be deleted. Press 'Y' key to continue packing or 'N' to stop WWPACK.
  277.  
  278.    The file contains Debug_Info. Do you want to remove it [Y/n]?
  279.      The file contains some data that aren't required by a program.
  280.      These data can be removed - the file will be much shorter.
  281.      Press 'Y' if you want WWPACK to remove Debug_Info or 'N' to process
  282.      the file without removing it.
  283.  
  284.    The file size stored in the header is bigger then the real file size.
  285.    The processed file may not work properly. Continue [Y/n]?
  286.      The file is probably damaged but you may want WWPACK to pack it.
  287.      This message is rarely seen.
  288.  
  289.    Warning: bad CRC. File probably damaged.
  290.      The file that is being unpacked is damaged. It may not work
  291.      after unpacking!
  292.  
  293.    Warning: the file contains an overlay XXX bytes. Continue [Y/n/r]?
  294.      The file that you want to process contains an overlay.
  295.      Press 'Y' to pack or optimize the file or 'N' if you don't want
  296.      to process it. Press 'R' to process the file and remove an overlay.
  297.  
  298.    Warning: the file is already packed with ....
  299.    Do you want to pack it [Y/n]?
  300.      The file is already packed but WWPACK may try to pack it.
  301.      Press 'Y' if you want WWPACK to process the file or 'N' to quit.
  302.  
  303.    Warning: there are some identical relocation entries.
  304.      This message shows that the file may not work after compression
  305.      because the relocation table contains incorrect data.
  306.  
  307.    Warning: this is COM file. Convert it to EXE format [Y/n]?
  308.      The file you want to process is not an EXE. Press 'Y' if you
  309.      want to convert it to EXE format or 'N' to quit.
  310.  
  311.  
  312. HOW DOES WWPACK WORK?
  313.  
  314.   First it compresses EXE file; then it adds a small extract code.
  315.   When you load the packed file into memory, the computer first runs this
  316.   extract code and then the unpacked program.
  317.  
  318.   It's simple, isn't it?
  319.  
  320.  
  321. HOW DOES WWPACK COMPARE TO THE OTHER COMPRESSORS?
  322.  
  323.   Read this short table and compare:
  324.   (Note: All sizes are in bytes)
  325.  
  326.                      qp.exe       ncmain.exe    ndd.exe       total size
  327.       Unpacked       86,842       212,393       383,874       683,109
  328.  
  329.       TINYPROG       53,520       117,632       225,440       396,592
  330.       LZEXE          52,983       116,980       224,646       394,609
  331.       PKLITE         52,289       115,354       222,995       390,638
  332.       DIET           52,694       116,044       220,799       389,527
  333.       AVPACK         51,943       113,252       217,622       382,817
  334.       AINEXE         51,534       111,350       210,955       373,839
  335.       COMPACK        51,052       111,276       211,148       373,476
  336.       WWPACK         49,817       106,237       200,336       356,390
  337.  
  338.       To make this comparison we used these popular shareware programs:
  339.       AINEXE 2.1 by Transas Marine Ltd.
  340.       AVPACK 1.20 by Andrei Volkov
  341.       COMPACK 4.4 by W.J. Collis
  342.       DIET 1.45 by Teddy Matsumoto
  343.       LZEXE 0.91 by Fabrice Bellard
  344.       PKLITE 1.50 by PKWARE
  345.       TINYPROG 3.9 by Tranzoa, Co.
  346.       and of course our WWPACK 3.03.
  347.  
  348.       List of files we used to compress:
  349.       QP.EXE (Quattro pro 4.0),
  350.       NCMAIN.EXE (Norton Commander 4.0),
  351.       NDD.EXE (Norton Utility 8.0).
  352.  
  353.   Is WWPACK very powerful?  Try it and find out!
  354.  
  355.  
  356. FREQUENTLY ASKED QUESTIONS
  357.  
  358.   Q: Can I use WWPACK instead of PKZIP or RAR?
  359.   A: No. With PKZIP or RAR you can pack all kinds of files but you can't
  360.      normally use the packed programs.
  361.      With WWPACK you can compress only EXE files, however, they will still
  362.      run normally!
  363.      So the best way is to use two compression programs: first use WWPACK
  364.      on all EXE files and then RAR or PKZIP.
  365.  
  366.   Q: Does WWPACK work with Stacker and DoubleSpace?
  367.   A: Sure. We have tested WWPACK with those programs and everything has
  368.      worked correctly. What's more you will have more space on the stacked
  369.      drive when you compress all your EXE files.
  370.  
  371.   Q: Is it possible to detect a virus in a compressed file?
  372.   A: No. You can't check if there is a virus under the WWPACK's code.
  373.      That's why everytime you compress some files you must be sure that
  374.      they are virus free!
  375.  
  376.   Q: Can I run DOS compressed files under Windows?
  377.   A: Sure. You can use Windows or DOS.
  378.  
  379.   Q: Why is the compression ratio of 'PR' so poor?
  380.   A: It isn't poor. This command compresses only relocation tables.
  381.   Q: What's the relocation table?
  382.   A: It's a part of an EXE file. It contains special data that are needed
  383.      to load and then execute program.
  384.  
  385.   Q: Why can't some overlaid files be compressed?
  386.   A: Because when you compress such a file the overlay offset changes
  387.      and the compressed program may not find an overlay.
  388.  
  389.   Q: Can I decompress an EXE file compressed with the 'PP' command?
  390.   A: Sure, but you must know the password.
  391.      To decompress the file, enter:  WWPACK U FILENAME.EXE
  392.      Enter a password and wait momentarily. The file will be unpacked!
  393.  
  394.  
  395. HINTS
  396.  
  397.   o  If you want to compress the file that is already packed with EXEPACK
  398.      you should first unpack it.
  399.      Why? Because you will get a higher compression ratio.
  400.   o  Always make backups (especially when you compress files with overlays).
  401.      Why? To make WWPACK much safer.
  402.   o  Allow WWPACK to remove Debug_Info.
  403.      The file without Debug_Info can be up to 10% smaller.
  404.  
  405.  
  406. Here are some words about us (authors):
  407.  
  408.   We are nineteen. We are students of the University of Lodz.
  409.   Piotr studies computers (first year). Rafal is a student of
  410.   International Economical and Political Relations (first year also).
  411.  
  412.   We will improve our program because we like it and it gives us
  413.   great satisfaction. That's why we are waiting for your suggestions.
  414.  
  415. We would like to thank these people for their suggestions and beta-testing:
  416. Thank you!
  417.  
  418.   Peter Hubinsky (from Slovak Antivirus Center)
  419.   George Jereza (author of SuperCModem! for ideas and suggestions)
  420.   Piotr Kuciel (for everything he has done for us)
  421.   Louis Puccio (for teaching us about USA market and pitching ideas)
  422.   Ralph Roth (author of HackStop and many other useful utilities)
  423.   Johnson Wu (for testing WWPACK with many many programs)
  424.   Grzegorz Zgondek (for testing 'PU' HARD compression method)
  425.   Romuald Zylla (for complete testing and constructive criticism)
  426.  
  427.  
  428. WWPACK'S CODE INFORMATION:
  429.   written in
  430.     Turbo Pascal, ver. 7.0   (source code: 3043 lines)
  431.     assembler 8088   (1269 lines)
  432.   utility package:
  433.     written in Turbo Pascal 7.0
  434. Software we used to create WWPACK:
  435.   Borland Pascal 7.0, Turbo Assembler 2.01, Turbo Debugger 3.2
  436.     by Borland International
  437.   DocGen, FileTime 0.1, FTC 2.1  by Piotr Warezak
  438.   EatMem 1.1c  by TifaWARE
  439.   HackStop 1.02ß  by Ralph Roth - ROSE
  440.   RAR archiver 1.53  by Eugene Roshal
  441.  
  442.  
  443. UPGRADE INFO.
  444.  
  445.     Thanks for registering.
  446.     Are you interested in a new version of our program?  Great!
  447.  
  448.   How can I get the newest version?
  449.  
  450.     Wherever you find a newer downloadable version of WWPACK.
  451.  
  452.   Is that all?
  453.  
  454.     Sure!  The WWPACK.REG file will work with new versions of WWPACK.
  455.  
  456.     See the top of this file to find out where WWPACK can be found!
  457.  
  458.  
  459. All programs mentioned in this documentation are trademarks of their
  460. respective owners. They're used for identification purposes only.
  461.  
  462. End of the WWPACK documentation file.
  463.