home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / sqz1083e.zip / WHATSNEW.DOC < prev    next >
Text File  |  1993-01-24  |  4KB  |  179 lines

  1. Program:    SQZ - Squeeze.
  2. Function:   Combined file compresser and archiver.
  3. Version:    1.08.3
  4. Datum:        1993/01/24
  5. Copyright:  Jonas I Hammarberg
  6. By:        Jonas I Hammarberg
  7. -------------------------------------------------------------------------------
  8.  
  9.     *    Support for MOVE;
  10.  
  11.         Add and move:
  12.  
  13.         SQZ AM archive filespec
  14.         SQZ MA archive filespec
  15.         SQZ A /Z4 archive filespec
  16.  
  17.  
  18.         Update and move:
  19.  
  20.         SQZ UM archive filespec
  21.         SQZ MU archive filespec
  22.         SQZ M archive filespec
  23.         SQZ U /Z4 archive filespec
  24.  
  25.  
  26.     *    Another type of listing.
  27.  
  28.         SQZ LB archive filespec    -   Brief listing
  29.  
  30.         or
  31.  
  32.         SQZ L  /z5 archive filespec
  33.  
  34.  
  35.         Modification Date    Uncompressed size   Path and filename
  36.         1992-02-15 12.13    .......563        SQZ1083\TEST.TXT
  37.         1992-02-15    5.23    .....10233        SQZ1083\SVEN.TXT
  38.         2 files.        =10796
  39.  
  40.  
  41.     *    Some speed improvments over 1.08.2, particular in smaller files, eg.
  42.     less than 30000 bytes.
  43.  
  44.  
  45.     *    Fixed an error in SFX, which extracted to the root, not the current
  46.     directory.
  47.  
  48.  
  49.     *    Some text were changed.
  50.  
  51.  
  52.     *    Use of Q (capital q) to gain higher speed.
  53.     The speed, during my testing anyway, equals ARJ 2.30 for q and
  54.     ARJ 2.39a for Q. Default are still q5 (lower case q).
  55.     The speed improvents are higher in the lower speeds, i.e. the
  56.     differance between q9 and Q9 are less than between Q0 and q0.
  57.  
  58.     "SQZ A /q5 ARC *.*" will compress more than "SQZ A /Q5 ARC *.*", but
  59.     will take more time (10% to 20% more) to give some 2% better
  60.     compression.
  61.  
  62.  
  63.     *    Added support for volume label, /$
  64.     Doesn't allow extraction of volume label.
  65.  
  66.  
  67.     *    Prohibits extraction to CLOCK$/CON/AUX/COM0..9.
  68.  
  69.  
  70.     *    *.* will be used if there's no file specification when issuing Add or
  71.     Update.
  72.  
  73.     *    Assignment of work-directory.
  74.  
  75.     /W, pick work-directory from environment-variable TMP. if TMP doesn't
  76.     exist SQZ will look for TEMP instead. If none of them exist than the
  77.     current directory will be used.
  78.  
  79.     /w<work-directory>, work-directory should follow directly after /w.
  80.  
  81.     If there's no ending '\', then will it be added.
  82.  
  83.     *    Storeage for directory if /S used. This can be used for storing
  84.     empty directories. Date are set to date of extraction, not creation
  85.     of directory, but attributes are kept.
  86.  
  87.     To include directories in listings use /s or /S.
  88.  
  89.  
  90.     *    # - current date.
  91.  
  92.     #Y#M#D#H  creates a archive name from the current date.
  93.  
  94.  
  95.     #Y gives current year with two digits.
  96.  
  97.     #M gives current month with two digits.
  98.  
  99.     #D gives current day of month with two digits.
  100.  
  101.     #H gives current hour in 24-hour format (00 to 23).
  102.  
  103.  
  104.     #M_#D_#Y creates the name, if current date are 30th october 1992,
  105.     10_30_92.
  106.  
  107.  
  108.     The use of this function might be to split all post into one archive
  109.     for each day.
  110.  
  111.  
  112.     SQZ M \PKT\OUT\PKT_#M#D     - will move all files into the archive of
  113.                       the current date and you don't have to
  114.                       worry where all files went.
  115.  
  116.  
  117.     *    Extended the 'E' command to include embedded path information when
  118.     extracting, if used in conjuction with /S, i.e. E + /S --> /X
  119.  
  120. SQZ - Squeeze it, version 1.08.2, release date 1992/09/13
  121. -------------------------------------------------------------------------------
  122.     What's new from 1.08.1, 1992/08/22?
  123.  
  124.     /Z3    Switch which gives a better ratio when packing text-files.
  125.         Will perform rather poorly on C-files, but ok on TXT/DOC.
  126.  
  127.  
  128.     The order of options and arcspec is now more free than it used
  129.     to be, i.e. all below are correct and will work;
  130.  
  131.  
  132.         sqz a tcinc /sp1z01 tcinc\*.*
  133.  
  134.         sqz a /sp1 tcinc /z01 tcinc\*.*
  135.  
  136.         sqz a /sp1z01 tcinc tcinc\*.*
  137.  
  138.  
  139.     The first parameter, excluding command, without a leading '/' or '-'
  140.     are considered to be an archive specification.
  141.  
  142.  
  143.     Support for both '/' and '-' as switchars. The one first occuring
  144.     will be used, i.e.:
  145.  
  146.  
  147.         sqz a tcinc /sp1z01 tcinc\*.*    -   Ok, use /
  148.                             add tcinc\*.*
  149.  
  150.         sqz a tcinc -sp1z01 tcinc/*.*    -   Ok, use -
  151.                             add tcinc/*.*
  152.  
  153.         sqz a tcinc /sp1 -z01 tcinc\*.*    -   Ok, uses /
  154.                             add -z01. and tcinc\*.*
  155.  
  156.     Yes, use of '-' as switchar forces use of '/' as directory char.
  157.  
  158.  
  159.  
  160.     Comments are now implemented.
  161.  
  162.         SQZ C archive filespec
  163.  
  164.             or
  165.  
  166.         SQZ C archive CON        to read from stdin.
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.             ---<end of "WHATSNEW.DOC">---
  179.