home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / z / zipr30.zip / ZIPR.REV < prev    next >
Text File  |  1993-03-09  |  29KB  |  778 lines

  1.                            ZIP'R Revision History
  2.  
  3.  
  4. 03-09-93 ■ Version 3.0
  5.  
  6.            . Released to public as version 3.0.
  7.  
  8.  
  9. 03-09-93 ■ Version 2.6
  10.  
  11.            . Fixed problem with ZIP'R finding compression programs
  12.              located in the \ZIPR sub-directory if no path was
  13.              specified in the ZIPR.INI.
  14.  
  15.            . Added initial "NO" value to SortedExtraction variable.
  16.  
  17.  
  18. 03-08-93 ■ Version 2.5
  19.  
  20.            . Added .ZIF file example to ZIP'R help screens.
  21.            
  22.            . Removed unnecessary variable declarations from 
  23.              ZIPR??.OBJ.
  24.            
  25.            . Fixed problem where DOS would report a "Path not
  26.              found." error message if there was no path.
  27.            
  28.            . Fixed potential problem with closing files that
  29.              may not have been opened.
  30.            
  31.            . Fixed problem with shifting and unshifting non-
  32.              existent DOS variables.  (Compiler corruption
  33.              problem.)
  34.            
  35.            . Compressed executable files to minimize disk space
  36.              used by ZIP'R.  ZIP'R executables now consume about
  37.              140K, instead of 790K!  In addition, the program 
  38.              loads more quickly on my test system.  Your mileage
  39.              may vary.
  40.              
  41.            . Streamlined code in ZIPR module to reduce program
  42.              size by about 1K.  (Moved percent variables to 
  43.              common section.)
  44.            
  45.  
  46. 03-05-93 ■ Version 2.4
  47.  
  48.            . Unreleased internal version, in preparation for
  49.              ZIP'R v3.0.
  50.            
  51.            . Streamlined code in EXEC module to reduce program
  52.              size by about 1K.
  53.  
  54.            . Streamlined code in INI and REGA modules to reduce
  55.              program size.  Code size reduced by about 2K.
  56.            
  57.            . Modified conventional memory calculation to 
  58.              calculate available memory after ZIP'R swaps to
  59.              EMS or disk.
  60.            
  61.            . Added support to ZIP'R to read alternate program
  62.              directory information from a .ZIF file.
  63.            
  64.            . Worked around a problem where "Compression in 
  65.              progress..." and "Decompression in progress..."
  66.              error messages were being overwritten by ARJ and 
  67.              SQZ.  (Problem related to Use Direct command.)
  68.  
  69.            . Added temporary registration numbers to ZIP'R code
  70.              to allow phone registrations.
  71.            
  72.            . Removed ZIP'R feature matrix variables from ZIP'R, 
  73.              since they are not presently being used.  
  74.            
  75.            . Added check for a non-existent .ZIF file.  Display
  76.              error message if file can not be found.
  77.            
  78.            . Added "ParameterCount" variable to indicate the 
  79.              number of command line parameters.  This variable
  80.              is modified directly when a .ZIF "Parameters" 
  81.              string is used.
  82.            
  83.            . Added support to read "Parameters" string generated
  84.              by the ZIF Editor.
  85.            
  86.            . Added command line processing to detect whether 
  87.              .ZIF file information should be used instead of
  88.              the command line parameters.
  89.  
  90.            . Modified ProcessCommandLine sub-routine to reduce 
  91.              dependence on DOS % variables.
  92.  
  93.            . Moved common routines from ZIPR??.OBJ and
  94.              ZIPRN??.OBJ to EXEC??.OBJ.
  95.            
  96.  
  97. 02-22-93 ■ Version 2.3
  98.  
  99.            . Removed extraneous variable declarations from ARJ,
  100.              LHA, SQZ, ZIP, ERROR, EXEC, and INI modules.
  101.            
  102.            . Added passed parameters P4 - P8 to help screens.
  103.            
  104.            . Added support to handle the display of extremely long 
  105.              ZIP'R command lines on the prelog screen.  Lines 
  106.              longer than 75 characters are truncated, and a 
  107.              warning message is displayed.  The actual command 
  108.              line is not affected by this truncation, only the 
  109.              display on the prelog screen.
  110.  
  111.            . Moved part of the code in the EXEC??.OBJ module to
  112.              the newly created INI??.OBJ module.
  113.            
  114.            . Added the capability to pass up to eight parameters
  115.              to a program being executed through ZIP'R.  Previous
  116.              versions were limited to four.
  117.            
  118.            . DESQview users must check the setting of:
  119.              Writes text directly to screen.......: [Y]
  120.              Since ZIP'R now uses direct screen writes to perform
  121.              some of its screen operations, this must be set to
  122.              "Y".
  123.                  
  124.            . Added code to work around a problem with using direct
  125.              screen writes in combination with box drawing routines.
  126.              Boxes would be drawn incorrectly if BIOS mode was not 
  127.              used for these routines.
  128.            
  129.            . Enabled direct video writes if a VGA adaptor is detected.
  130.              This increases the screen display speed under Windows and
  131.              DESQview.
  132.            
  133.            . Added check for /h, /H, or /? as the first parameter on
  134.              the command line, and if so, display the help screen.
  135.              Example:  ZIPR /H
  136.  
  137.            . Changed help screen text color to Bright White to allow 
  138.              screen captures to work properly.
  139.            
  140.            . Added check to see if ARJ.EXE, LHA.EXE, SQZ.EXE, PKZIP.EXE,
  141.              or PKUNZIP.EXE are available when needed.  ZIP'R will now
  142.              issue an error message if the proper file can not be found
  143.              in the ZIP'R sub-directory or in the directory specified 
  144.              in the ZIPR.INI file (registered versions only).
  145.            
  146.            . Corrected NoZipType error message display when %3 is not
  147.              specified on the command line.
  148.  
  149.            . Added path options for compression programs.  Registered
  150.              users may now specify a path for each compression program
  151.              used by ZIP'R.  These paths are specified under the 
  152.              [OPTIONS] section of the ZIPR.INI file.  Each path must
  153.              be on a separate line, and must be followed by a backslash.
  154.              
  155.              Example:  ARJ=C:\COMPRESS\ARJ\
  156.                        LHA=C:\COMPRESS\LHA\
  157.                        SQZ=C:\COMPRESS\SQZ\
  158.                        ZIP=C:\COMPRESS\ZIP\
  159.  
  160.  
  161. 02-14-93 ■ Version 2.2
  162.  
  163.            . Moved CompressionInProgress, DecompressionInProgress,
  164.              DontInterruptCompMessage, and DontInterruptDecompMessage
  165.              subroutines to ERROR??.OBJ file.
  166.            
  167.            . Modified command line display area on the prelog and
  168.              error message screens to only show "ZIPR" or "ZIPRN" 
  169.              instead of the fully qualified path.
  170.            
  171.            . Added SQZ to error messages and help screens.
  172.  
  173.            . Added check for invalid compression type.
  174.            
  175.            . Added command line display to all error message screens.
  176.  
  177.            . Corrected NoCommandProcessorOnPath error message, which
  178.              was referencing CONFIG.SYS instead of AUTOEXEC.BAT.
  179.            
  180.            . ZIP'R can now be located in any sub-directory desired.  
  181.              Set the ZIPR environment variable to the location of 
  182.              the ZIP'R files.  Example:  SET ZIPR=D:\ZIPR
  183.  
  184.  
  185. 02-07-93 ■ Version 2.1
  186.            
  187.            . Added SortedExtraction= option to ZIPR.INI file to allow      
  188.              files to be extracted in alphabetical order.  Registered
  189.              users may add the line SortedExtraction=YES to the 
  190.              [OPTIONS] section of the ZIPR.INI file.  This feature 
  191.              will have the effect of sorting all extracted files by 
  192.              name during the extraction process.  This feature works
  193.              with PKZIP/PKUNZIP v1.1, 2.04c, and 2.04e.  It does not
  194.              work with ARJ, LHA, or SQZ at this time.  If future 
  195.              versions of these archivers support this option, ZIP'R 
  196.              will be updated accordingly.
  197.  
  198.            . Improved AccurateFileSizeCalculation routine to 
  199.              compensate for wasted space due to cluster size 
  200.              (allocation units) when files are decompressed.  The
  201.              default cluster size used for these calculations is
  202.              4096 bytes.  Registered users may add the statement
  203.              ClusterSize= to the [OPTIONS] section of the ZIPR.INI
  204.              file.  The default value is ClusterSize=4096.  Valid 
  205.              cluster sizes are 512, 1024, 2048, 4096, and 8192.
  206.  
  207.            . Added CLS to DontInterruptCompMessage and 
  208.              DontInterruptDecompMessage sections.  This eliminated a
  209.              problem where the "Decompression in progress.  Do NOT  
  210.              interrupt!" warning message was overwriting the 
  211.              "Calculating disk space required for decompression.  
  212.              Please wait!" warning message.
  213.  
  214.            . Changed PKUNZIP command line to use the "brief" method
  215.              when calculating the disk space required for successful
  216.              decompression.  This increases the speed of this 
  217.              calculation slightly.
  218.            
  219.            . Changed "Calculating required disk space.  Please wait!"
  220.              error message to read, "Calculating disk space required
  221.              for decompression.  Please wait!"
  222.            
  223.            . Added the ability to execute programs that are
  224.              located one sub-directory below the compressed file.
  225.              To utilize this feature, specify the sub-directory 
  226.              (enclosed in backslashes) immediately prior to the
  227.              executable file name on the ZIP'R command line.  
  228.              Example:  ZIPR C: \TEST TEST ZIP \SUBTEST\PCSHELL
  229.            
  230.            . Added the ability to detect VCPI memory if running
  231.              under MS-DOS 5 with EMM386.EXE loaded.
  232.  
  233.            . Moved prelog and epilog display routines to separate
  234.              PRE??.OBJ module.
  235.  
  236.  
  237. 01-31-93 ■ Version 2.0
  238.            
  239.            . Fixed a bug that would cause ZIP'R to hang if no EMS
  240.              memory manager was present.  (Now detects if QEMM, 
  241.              386MAX, or EMM386 is present before checking for EMS
  242.              memory.)
  243.            
  244.            . Fixed a bug that would cause ZIP'R to hang if no VCPI 
  245.              provider was present.  (Now detects if QEMM or 386MAX
  246.              is present before checking for VCPI memory.)
  247.            
  248.            . Added support for registered users to defeat the
  249.              accurate file size calculation if disk space is not
  250.              a problem.  The following line should be added 
  251.              under the [OPTIONS] section of the ZIPR.INI file:
  252.              AccurateFileSizeCalculation=NO
  253.              
  254.            . Added [OPTIONS] section to the ZIPR.INI file.           
  255.            
  256.            . Changed ARJ and LHA command lines to use the shorter
  257.              "List" command instead of "View".  (Speeds up the
  258.              file size calculation.)
  259.  
  260.            . Corrected a problem in the CalculateExactFileSize
  261.              subroutine, where a string variable was being used
  262.              in an "Open" command, causing a myriad of problems.
  263.  
  264.            . Changed logic for more accurate detection of .ARJ, .LZH,
  265.              .SQZ, and .ZIP file information.
  266.  
  267.            . Added code to calculate the exact amount of disk space
  268.              needed to decompress .ARJ, .LZH, and .SQZ files.
  269.            
  270.            . Moved CheckSpaceForDecompression subroutine to EXEC.OBJ.
  271.  
  272.            . Added /x$QZ$$ZQ$.LST switch to SQZ command line to 
  273.              prevent error message when attempting to move that file.
  274.            
  275.            . Added CLS to clear the screen before displaying the 
  276.              warning message screens.
  277.            
  278.            . Added warning message to wait for disk space calculation.
  279.            
  280.            . Added code to calculate the exact amount of disk space
  281.              needed to decompress a .ZIP file.
  282.  
  283.            . Added code to generate psuedo-random filename for 
  284.              temporary token file.  (.TK3)
  285.  
  286.            . Added preliminary support for SQZ.  (Version 1.08.03
  287.              or higher required for "Move" operation.  Does not
  288.              support errorlevels, so use is risky at this time.)
  289.  
  290.  
  291. 01-28-93 ■ Version 1.9
  292.            
  293.            . Added 386MAX installed and version number information           
  294.              to prelog screen.
  295.              
  296.            . Added VCPI installed and version number information to 
  297.              prelog screen.
  298.  
  299.            . Enhanced prelog screen with additional information.
  300.              (QEMM installed and version, DPMI installed and version,
  301.              EMS version, and XMS version.)
  302.  
  303.            . Added check to see if XMS memory is installed prior to
  304.              evaluating the amount of memory installed.  (Compiler
  305.              documentation recommends this.)
  306.  
  307.            . Now swapping ZIP'R to EMS/Disk to provide additional room           
  308.              for compression programs.  (No known problems have been 
  309.              encountered, but this step was taken as a precaution.)
  310.  
  311.            . Now swapping ZIP'R to EMS/Disk to provide additional room
  312.              for decompression programs.  (Fixes problem where compressed
  313.              file could get deleted when running under DESQview with very 
  314.              small windows.  DOS would issue an out of memory error, but
  315.              no errorlevel would be set because the decompression program 
  316.              would not run.)
  317.  
  318.            . Added textured background to error message screens.
  319.  
  320.  
  321. 01-23-93 ■ Version 1.8
  322.  
  323.            . Changed format of ZIPRN.REV file.
  324.  
  325.            . Updated ZIPR.DOC file with ZIPR.INI related information.
  326.  
  327.            . Convert PrelogDelay= and EpilogDelay= statements in ZIPR.INI
  328.              to upper case.
  329.  
  330.            . Moved PrelogDelay and EpilogDelay to separate [DELAYS] section
  331.              in ZIPR.INI.  [DELAYS] section contains PrelogDelay=?? and
  332.              EpilogDelay=?? delays.
  333.  
  334.            . Shortened variable names in ERROR?? module.
  335.  
  336.            . Added "Delaying... ??" message to epilog screen.
  337.  
  338.            . Added registration information to epilog screen.
  339.  
  340.            . Added "Delaying... ??" message to prelog screen.
  341.  
  342.            . Shortened ProcessZIPRINI... variables.
  343.  
  344.            . Isolated problem with opening a non-existent .IN or .OUT
  345.              file.  (LPT1: Not printing.)
  346.  
  347.            . Added EpilogDelay and PrelogDelay options to ZIPR.INI file.
  348.              (Registered version only.)
  349.  
  350.            . Updated prelog to contain additional information about EMS,
  351.              Environment, XMS, DESQview, Windows, and a "Future" section.
  352.  
  353.            . Added compression and decompression in progress warning
  354.              messages.
  355.  
  356.            . Moved individual ARJ, LHA, and ZIP compression routines to
  357.              separate .OBJs.
  358.  
  359.            . Added encryption to COMP??.OBJ file.
  360.  
  361.            . Added [REGISTRATION] section, containing registration name
  362.              and number, to ZIPR.INI file.
  363.  
  364.            . Eliminated unnecessary strings and declarations in various
  365.              modules.
  366.  
  367.            . Reduced code size by using new centering routines.
  368.  
  369.            . Shortened background display routines for all screens.
  370.  
  371.            . Convert ZIPR.INI [-------] statements to uppercase before
  372.              processing.
  373.  
  374.            . Now closing .IN, .OUT, and .INI files after reading.
  375.  
  376.            . Added support to read ZIPR.INI file.
  377.  
  378.            . Added copyright notice to prelog screen and documentation.
  379.  
  380.            . Added ZIPREnvironment internal variable.
  381.  
  382.            . Combined COMP.OBJ and COMPN.OBJ routines into single
  383.              COMP??.OBJ file.
  384.  
  385.  
  386. 01-09-93 ■ Version 1.7
  387.  
  388.            . Increased non-registered delays to 10 seconds for prelog and
  389.              epilog.
  390.  
  391.            . Changed order of ZIP options to go from least to most
  392.              compression.
  393.  
  394.            . Located and worked around "tilde problem" in compiler.
  395.  
  396.            . Moved compression subroutines into a separate COMPN??.OBJ
  397.              file.
  398.  
  399.            . Added support for PKZIP 2.04c command line troubleshooting
  400.              parameters.  Extended PKZIP parameters can be used by
  401.              selecting codes from a chart shown in the ZIPR.DOC file.
  402.  
  403.            . Some advanced ZIP options have changed: ZIP0, ZIP2, and ZIP3
  404.              can ONLY be used for PKZIP 2.0.  Removed support for old PKZIP
  405.              1.1 -ei parameter. (ZIP2)   ZIP1 and ZIP4 are compatible with
  406.              both PKZIP 1.1 and 2.0.  See ZIPR.DOC for more information.
  407.  
  408.            . Added support for new PKZIP 2.04c command line compression
  409.              parameters.  Be cautious when upgrading, as this version of
  410.              PKZIP has some documented problems.  Read the trouble-shooting
  411.              section of the PKZIP documentation for more information.
  412.  
  413.            . Added trailing backslash to internal ZIPRPath variable.
  414.  
  415.            . Updated help screen display and information.
  416.  
  417.            . Clear screen prior to compression and after decompression.
  418.  
  419.            . Display COMSPEC path to command processor on prelog screen.
  420.  
  421.            . Display error message if COMMAND.COM is not on the path.
  422.              (DR DOS Problem.)
  423.  
  424.            . Revamped error message display routines and screens.
  425.  
  426.            . Changed the order that ZIP'R looks for executables to match
  427.              DOS.  (.COM, .EXE, .BAT)
  428.  
  429.            . Display help screen after all error messages.
  430.  
  431.  
  432. 01-03-93 ■ Version 1.6
  433.  
  434.            . Added code to center registered and non-registered text.
  435.  
  436.            . Improved insufficient disk space logic when compressed file
  437.              doesn't exist.
  438.  
  439.            . Adjusted insufficient disk space check up to 2.5.
  440.              (60% compression)
  441.  
  442.            . Added check for insufficient disk space before decompression
  443.              begins.
  444.  
  445.            . Added check for a non-existent program name.
  446.  
  447.            . Moved common code from ZIPR.OBJ and ZIPRN.OBJ to EXEC.OBJ.
  448.  
  449.            . Disabled Prelog screen if PrelogDelayTime is 0.
  450.  
  451.            . Disabled Epilog screen if EpilogDelayTime is 0.
  452.  
  453.            . Corrected minor centering problem on prelog screen.
  454.  
  455.            . Added separate delay times for Prelog and Epilog Screens.
  456.  
  457.            . Added Environment Space Available and EMS Memory Available
  458.              display.
  459.  
  460.            . Encrypted text messages in ERROR.OBJ.
  461.  
  462.  
  463. 12-26-92 ■ Version 1.5
  464.  
  465.            . First non-beta release!  All known bugs have been squashed.
  466.  
  467.            . Corrected minor centering problem when displaying command
  468.              line.
  469.  
  470.            . ZIP'R now checks to see if the proper decompression program is
  471.              available.
  472.  
  473.            . Added safety check to log to proper directory after program
  474.              execution.
  475.  
  476.            . Added safety check to log to proper directory prior to program
  477.              execution.
  478.  
  479.            . Added code to perform operations prior/subsequent to program
  480.              execution.  ZipFile.IN commands are passed to COMMAND.COM
  481.              prior to program.  ZipFile.OUT commands are passed to
  482.              COMMAND.COM subsequent to program.
  483.  
  484.            . Added check to prevent compressing the \ZIPR sub-directory.
  485.  
  486.            . Removed unnecessary variable declarations.
  487.  
  488.            . Added TokenName variable to reduce code size and complexity.
  489.  
  490.            . Removed internal dependence on %1 and %2 variables.
  491.  
  492.            . Moved CheckCommandLineLength subroutine to ERROR??.OBJ.
  493.  
  494.            . Split main program and message screens into separate modules.
  495.              (<64K .OBJ)
  496.  
  497.            . Removed internal dependence on %3 and %5 variables.
  498.  
  499.            . Solved cursor problems using a combination of methods.  Re-
  500.              enabled cursor after prelog, epilog, help, and error
  501.              screens.  Eliminated cursor prior to prelog, epilog, help, and
  502.              error screens.  Positioned cursor at the bottom of the screen
  503.              during ZIP'R messages.
  504.  
  505.            . Re-enabled cursor during prelog, epilog, help, and error
  506.              screens.  Stowaway would not display the cursor when run
  507.              through ZIP'R.  Rolodex Live! would not display the cursor
  508.              when run through ZIP'R.
  509.  
  510.  
  511. 12-16-92 ■ Version 1.4ß
  512.  
  513.            . If you are updating ZIP'R from a version older than
  514.              1.2ß, rename the file ZIPR.COM to ZIPR.OLD, and the file
  515.              ZIPRN.COM to ZIPRN.OLD.  Copy the new files into the
  516.              \ZIPR sub-directory.  You may have to update menu
  517.              programs, Windows, and DESQview to reflect the new .EXE
  518.              extensions for ZIPR.EXE and ZIPRN.EXE.
  519.  
  520.            . Added subroutine to center command line display.
  521.  
  522.            . Added command line display to prelog screen.
  523.  
  524.            . Removed trailing spaces at the end of some statements.
  525.  
  526.            . Replaced %ZIPR% environment variable with internal ZIPRPath
  527.              variable.
  528.  
  529.            . Eliminated cursor during prelog, epilog, help and error
  530.              screens.
  531.  
  532.            . Added DelayTime variable to adjust the registered/non-
  533.              registered delays.
  534.  
  535.            . Added ZIPRVersion variable to easily update version numbers.
  536.  
  537.            . Added encryption to variables and command lines.
  538.  
  539.            . Fixed problems with various ZIP'R messages not clearing the
  540.              screen.
  541.  
  542.            . Converted many existing lines of code into various
  543.              subroutines.
  544.  
  545.            . Updated and enhanced prelog, epilog, help, and error message
  546.              screens.
  547.  
  548.            . Fixed missing quotes in ErrorCode variables.
  549.  
  550.            . Incorporated all help/error/prelog/epilog screens into ZIP'R.
  551.              Created subroutines for Prelog, Epilog, Help, and Error
  552.              Messages.  ERRORN.COM file is no longer needed.  ZIP'R version
  553.              1.4ß no longer requires the ERRORN.COM file.  Rename this
  554.              file ERRORN.OLD.
  555.  
  556.            . Corrected help screen (ZIPR.EXE vs ZIPR.COM).
  557.  
  558.  
  559. 12-11-92 ■ Version 1.3ß
  560.  
  561.            . Changed "Done" section to use BLDChDrive and BLDChDir instead
  562.              of "Run".
  563.  
  564.            . Optimized "Quit" section using "Contains" to reduce code size.
  565.  
  566.            . Replaced "Run ERASE ..." statements with "BLDDel" to increase
  567.              speed.
  568.  
  569.            . Now using "RunString" on decompression commands to return
  570.              ERRORLEVEL.
  571.  
  572.            . Added ZipName, ZipType, ProgramName, PP1, PP2, PP3, and PP4
  573.              variables.
  574.  
  575.            . Removed extraneous ^^ symbols from strings.
  576.  
  577.            . Added DecompressZipFile subroutine.
  578.  
  579.            . Added CompressUsingARJ subroutine.
  580.  
  581.            . Added CompressUsingLHA subroutine.
  582.  
  583.            . Added CompressUsingZIP subroutine.
  584.  
  585.            . Fixed problem handling lowercase %4 input using ZipType
  586.              variable.
  587.  
  588.  
  589. 12-05-92 ■ Version 1.2ß
  590.  
  591.            . Now loading secondary command processor to improve
  592.              reliability.
  593.  
  594.            . Changed delay timer to new format (WAIT).
  595.  
  596.            . Use internal CHDIR and CHDRIVE commands to increase speed.
  597.  
  598.            . Swap ZIP'R to EMS/Disk to reduce overhead when running
  599.              .COM/.EXE.  After swapping, only about 2.5K of ZIP'R remains.
  600.  
  601.            . Now counting command line parameters and sending only those
  602.              needed.
  603.  
  604.            . Added LogToDriveAndDirectory Subroutine.
  605.  
  606.            . Command line parameters now converted to UPPERCASE.
  607.  
  608.            . New ZIP'R files are .EXEs.  ZIPR.COM and ZIPRN.COM should be
  609.              deleted.
  610.  
  611.            . Changed to totally new compiler.  (Many nagging bugs fixed!)
  612.  
  613.  
  614. 11-28-92 ■ Version 1.1ß
  615.  
  616.            . Removed %5 vs %5 %6 %7 %8 %9 statements.  (New compiler fixes
  617.              this.)
  618.  
  619.            . Recompiled with new compiler.  (Fixes passed parameter
  620.              problems.)
  621.  
  622.  
  623. 11-15-92 ■ Version 1.0ß
  624.  
  625.            . Added ERROR.COM file for ZIPR specific error/help messages.
  626.  
  627.            . Removed delays after HELP, PATHERR, and ROOTERR messages.
  628.  
  629.            . Positioned cursor at bottom of screen after error/help
  630.              messages.
  631.  
  632.            . Enhanced error screens with color.
  633.  
  634.            . Moved help screens and error messages to external file.
  635.  
  636.            . Updated ZIP'R help screen to show version number.
  637.  
  638.  
  639. 11-06-92 ■ Version 0.9ß
  640.  
  641.            . Corrected mistake in PATHERR error message.
  642.  
  643.            . Recompiled with new compiler.  (ZIPR.COM size is now
  644.              smaller.)
  645.  
  646.            . Shortened ARJ, LHA, and ZIP decompression routines.
  647.  
  648.  
  649. *** Created Network/Multitasker version of ZIP'R ***
  650.     Standard version of ZIP'R = ZIPR.COM
  651.     Network/Multitasker version of ZIP'R = ZIPRN.COM
  652.  
  653.  
  654. 10-27-92 ■ Version 0.8ß
  655.  
  656.            . Extended non-registered delay to 8 seconds.
  657.  
  658.            . Separated DRIVE: and \PATH command line parameters.
  659.  
  660.            . Updated documentation with DoorWay information.
  661.  
  662.            . Added support for various ZIP compression levels.
  663.  
  664.            . Tightened up ARJ command line code to reduce program size.
  665.  
  666.            . Re-worded help screen to reduce program size.
  667.  
  668.  
  669. 10-25-92 ■ Version 0.7ß
  670.  
  671.            . Added support for various ARJ compression levels.
  672.  
  673.            . Removed support for lower case letters on command line.
  674.  
  675.            . Removed support for mixed upper/lower case letters on command
  676.              line.
  677.  
  678.            . Added ARJT command line option to invoke archive integrity
  679.              check for ARJ.
  680.  
  681.            . Added /z2 option to LHA command line, disabling archived file
  682.              compression.
  683.  
  684.            . Added -js option to ARJ command line, disabling archived file
  685.              compression.
  686.  
  687.            . Updated ZIPR help screen examples to match ZIPR.DOC file.
  688.  
  689.            . Updated ZIPR.DOC file with DESQview information.
  690.  
  691.            . Added additional information to ZIPR.DOC file.
  692.  
  693.  
  694. 10-24-92 ■ Version 0.6ß
  695.  
  696.            . First version released to the general public via The Bertha
  697.              BBS.
  698.  
  699.            . Extended non-registered delay to 7 seconds.
  700.  
  701.            . Updated ZIPR.DOC file.
  702.  
  703.            . Updated command line examples.
  704.  
  705.            . Added ZIP'R version number to delay screen.
  706.  
  707.            . Changed Par1 - Par5 to P1 - P5.
  708.  
  709.            . Updated help screen to correct command line sequence.
  710.  
  711.  
  712. 10-22-92 ■ Version 0.5ß
  713.  
  714.            . Added commands to "bail out" if incorrect parameter %4 is
  715.              entered.
  716.  
  717.            . Changed order of command line parameters to a more logical
  718.              order.
  719.  
  720.            . Updated help screens.
  721.  
  722.            . Added a check for no/incorrect path entered.
  723.  
  724.  
  725. 10-21-92 ■ Version 0.4ß
  726.  
  727.            . Updated compiler commands for faster text display.
  728.  
  729.            . Added a root directory check to prevent compressing the entire
  730.              drive.
  731.  
  732.            . Added help screen when no parameters are entered on the
  733.              command line.
  734.  
  735.            . Added a check for passed parameter %5, disabling parameters
  736.              when blank.
  737.  
  738.  
  739. 10-21-92 ■ Version 0.3ß
  740.  
  741.            . Centered ANSI registration screens.
  742.  
  743.            . Added support for passing parameters to applications.
  744.  
  745.            . Changed name to ZIP'R to avoid conflicts with existing
  746.              software.
  747.  
  748.            . Added automatic batch file detection, eliminating %4.
  749.              (Performs CALL)
  750.  
  751.            . Changed compression type from NUL to NONE.
  752.  
  753.            . %4 now indicates the type of compression desired (ARJ, LHA,
  754.              ZIP, NONE).
  755.  
  756.            . Added ANSI registration screen when exiting ZIP'R.
  757.  
  758.            . Updated internal paths to reflect the new name (ZIPR vs
  759.              ZIPPER).
  760.  
  761.  
  762. 10-20-92 ■ Version 0.2ß
  763.  
  764.            . Added ANSI registration screen when ZIP'R (ZIPPER) begins.
  765.  
  766.  
  767. 10-20-92 ■ Version 0.1ß
  768.  
  769.            . Changed format to circumvent MS-DOS / DR-DOS compatibility
  770.              problem.
  771.  
  772.            . Altered parameter order to a more logical sequence.
  773.  
  774.  
  775. 10-20-92 ■ Version 0.0ß
  776.  
  777.            . Initial version of ZIP'R (ZIPPER) compiled.
  778.