home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / z / zipr15.zip / ZIPR.REV < prev    next >
Text File  |  1992-12-26  |  8KB  |  150 lines

  1. ZIP'R Revision History
  2.  
  3. Version 1.5 - December 26, 1992
  4.    First non-beta release!  All known bugs have been squashed.
  5.    Corrected minor centering problem when displaying command line.
  6.    ZIP'R now checks to see if the proper decompression program is available.
  7.    Added safety check to log to proper directory after program execution.
  8.    Added safety check to log to proper directory prior to program execution.
  9.    Added code to perform operations prior/subsequent to program execution.
  10.    ..ZipFile.IN commands are passed to COMMAND.COM prior to program.
  11.    ..ZipFile.OUT commands are passed to COMMAND.COM subsequent to program.
  12.    Added check to prevent compressing the \ZIPR sub-directory.
  13.    Removed unnecessary variable declarations.
  14.    Added TokenName variable to reduce code size and complexity.
  15.    Removed internal dependence on %1 and %2 variables.
  16.    Moved CheckCommandLineLength subroutine to ERROR??.OBJ.
  17.    Split main program and message screens into separate modules.  (<64K .OBJ)
  18.    Removed internal dependence on %3 and %5 variables.
  19.    Solved cursor problems using a combination of methods.
  20.    ..Re-enabled cursor after prelog, epilog, help, and error screens.
  21.    ..Eliminated cursor prior to prelog, epilog, help, and error screens.
  22.    ..Positioned cursor at the bottom of the screen during ZIP'R messages.
  23.    Re-enabled cursor during prelog, epilog, help, and error screens.
  24.    ..Stowaway would not display the cursor when run through ZIP'R.
  25.    ..Rolodex Live! would not display the cursor when run through ZIP'R.
  26.    Corrected ZIPRTAME.BAT statement.  (Extra spaces in "SET ZIPR=C:\ZIPR")
  27.  
  28. Version 1.4ß - December 16, 1992
  29.    Added subroutine to center command line display.
  30.    Added command line display to prelog screen.
  31.    Replaced errant %ZIPR% variable in some statements with C:\ZIPR.
  32.    Removed trailing spaces at the end of some statements.
  33.    Eliminated cursor during prelog, epilog, help and error screens.
  34.    Added DelayTime variable to adjust the registered/non-registered delays.
  35.    Added ZIPRVersion variable to easily update version numbers.
  36.    Added encryption to variables and command lines.
  37.    Fixed problems with various ZIP'R messages not clearing the screen.
  38.    Converted many existing lines of code into various subroutines.
  39.    Updated and enhanced prelog, epilog, help, and error message screens.
  40.    Fixed missing quotes in ErrorCode variables.
  41.    Incorporated all help/error/prelog/epilog screens into ZIP'R.
  42.    ..Created subroutines for Prelog, Epilog, Help, and Error Messages.
  43.    ..ERROR.COM file is no longer needed.
  44.    Corrected help screen (ZIPR.EXE vs ZIPR.COM).
  45.  
  46. Version 1.3ß - December 11, 1992
  47.    Changed "Done" section to use BLDChDrive and BLDChDir instead of "Run".
  48.    Optimized "Quit" section using "Contains" to reduce code size.
  49.    Replaced "Run ERASE ..." statements with "BLDDel" to increase speed.
  50.    Now using "RunString" on decompression commands to return ERRORLEVEL.
  51.    Added ZipName, ZipType, ProgramName, PP1, PP2, PP3, and PP4 variables.
  52.    Removed extraneous ^^ symbols from strings.
  53.    Added DecompressZipFile subroutine.
  54.    Added CompressUsingARJ subroutine.
  55.    Added CompressUsingLHA subroutine.
  56.    Added CompressUsingZIP subroutine.
  57.    Fixed problem handling lowercase %4 input by using ZipType variable.
  58.  
  59. Version 1.2ß - December 5, 1992
  60.    Now loading secondary command processor to improve reliability.
  61.    Changed delay timer to new format.
  62.    Use internal CHDIR and CHDRIVE commands to increase speed.
  63.    Swap ZIP'R to EMS/Disk to reduce overhead when running .COM/.EXE.
  64.    Now counting command line parameters and sending only those needed.
  65.    Added LogToDriveAndDirectory Subroutine.
  66.    Command line parameters now converted to UPPERCASE.
  67.    New ZIP'R files are .EXEs.  ZIPR.COM and ZIPRN.COM should be deleted.
  68.    Changed to totally new compiler.  (Many nagging bugs fixed!)
  69.  
  70. Version 1.1ß - November 28, 1992
  71.    Removed %5 vs %5 %6 %7 %8 %9 statements.  (New compiler fixes this.)
  72.    Recompiled with new compiler.  (Fixes passed parameter problems.)
  73.  
  74. Version 1.0ß - November 15, 1992
  75.    Added ERROR.COM file for ZIPR specific error/help messages.
  76.    Removed delays after HELP, PATHERR, and ROOTERR messages.
  77.    Positioned cursor at bottom of screen after error/help messages.
  78.    Enhanced error screens with color.
  79.    Moved help screens and error messages to external file.
  80.    Updated ZIP'R help screen to show version number.
  81.  
  82. Version 0.9ß - November 4, 1992
  83.    Corrected mistake in PATHERR error message.
  84.    Recompiled with new compiler.  (ZIPR.COM size is now smaller.)
  85.    Shortened ARJ, LHA, and ZIP decompression routines.
  86.  
  87. ** Created Network/Multitasker version of ZIP'R **
  88.    Standard version of ZIP'R = ZIPR.COM
  89.    Network/Multitasker version of ZIP'R = ZIPRN.COM
  90.  
  91. Version 0.8ß - October 27, 1992
  92.    Extended non-registered delay to 8 seconds.
  93.    Separated DRIVE: and \PATH command line parameters.
  94.    Updated documentation with DoorWay information.
  95.    Added support for various ZIP compression levels.
  96.    Tightened up ARJ command line code to reduce program size.
  97.    Re-worded help screen to reduce program size.
  98.  
  99. Version 0.7ß - October 25, 1992
  100.    Added support for various ARJ compression levels.
  101.    Removed support for lower case letters on command line.
  102.    Removed support for mixed upper/lower case letters on command line.
  103.    Added ARJT command line option to invoke archive integrity check for ARJ.
  104.    Added /z2 option to LHA command line, disabling archived file compression.
  105.    Added -js option to ARJ command line, disabling archived file compression.
  106.    Updated ZIPR help screen examples to match ZIPR.DOC file.
  107.    Updated ZIPR.DOC file with DESQview information.
  108.    Added additional information to ZIPR.DOC file.
  109.  
  110. Version 0.6ß - October 24, 1992
  111.    First version released to the general public via The Bertha BBS.
  112.    Extended non-registered delay to 7 seconds.
  113.    Updated ZIPR.DOC file.
  114.    Updated command line examples.
  115.    Added ZIP'R version number to delay screen.
  116.    Changed Par1 - Par5 to P1 - P5.
  117.    Updated help screen to correct command line sequence.
  118.  
  119. Version 0.5ß - October 22, 1992
  120.    Added commands to "bail out" if incorrect parameter %4 is entered.
  121.    Changed order of command line parameters to a more logical order.
  122.    Updated help screens.
  123.    Added a check for no/incorrect path entered.
  124.  
  125. Version 0.4ß - October 21, 1992
  126.    Updated compiler commands for faster text display.
  127.    Added a root directory check to prevent compressing the entire drive.
  128.    Added help screen when no parameters are entered on the command line.
  129.    Added a check for passed parameter %5, disabling parameters when blank.
  130.  
  131. Version 0.3ß - October 21, 1992
  132.    Centered ANSI registration screens.
  133.    Added support for passing parameters to applications.
  134.    Changed name to ZIP'R to avoid conflicts with existing software.
  135.    Added automatic batch file detection, eliminating %4.  (Performs CALL)
  136.    Changed compression type from NUL to NONE.
  137.    %4 now indicates the type of compression desired (ARJ, LHA, ZIP, NONE).
  138.    Added ANSI registration screen when exiting ZIP'R.
  139.    Updated internal paths to reflect the new name (ZIPR vs ZIPPER).
  140.  
  141. Version 0.2ß - October 20, 1992
  142.    Added ANSI registration screen when ZIP'R (ZIPPER) begins.
  143.  
  144. Version 0.1ß - October 20, 1992
  145.    Changed format to circumvent MS-DOS / DR-DOS compatibility problem.
  146.    Altered parameter order to a more logical sequence.
  147.  
  148. Version 0.0ß - October 20, 1992
  149.    Initial version of ZIP'R (ZIPPER) compiled.
  150.