home *** CD-ROM | disk | FTP | other *** search
/ Tools en Utilities / CDASS_5.ISO / shell / file / ccopy093.arj / CC.REV < prev    next >
Encoding:
Text File  |  1994-09-17  |  4.0 KB  |  84 lines

  1. Controlled Copy revision history
  2. --------------------------------
  3.  
  4. Version 0.93: Enhancement
  5. ------------
  6.     + unrecognized command line options now generate a warning error
  7.     - /N (no copy) didn't work with /M (move), fixed
  8.     - append warning rephrased
  9.     + optimization (/O) now writes files in descending order of size, which
  10.       gives better optimization - requires 5 bytes/file of additional memory
  11.       and only works with one source mask
  12.     + /M (move) and /A (append) are no longer accepted together for security
  13.       reasons
  14.     - now capable of creating more than one step of subdirectories
  15.     - disk changes (when out of free space) resulted in a disk write error
  16.       if CCopy had created a directory structure on the previous disk - fixed
  17.     - manual updated
  18.     + support for 4DOS's extra long command lines added - command line is read
  19.       from enviroment variable CMDLINE, so using '@' in front of the command
  20.       clears it and forces CCopy to use the conventional method (max. length
  21.       128 characters)
  22.     + support for 4DOS include lists added - e.g. CC D:\TEMP\*.exe;*.com will
  23.       copy all EXEs and COMs from that directory
  24.     + support for 4DOS date and time ranges finally added
  25.     + /Vx now accepts option 4 (/V4), which shows only one progress indicator
  26.       and doesn't change lines between files - use with /T0 (/v4t0) to show
  27.       progress during copy and still leave screen untouched afterwards
  28.  
  29.  
  30. Version 0.92: Expansion
  31. ------------
  32.     - /I-option (ignore) removed
  33.     + /O-option (optimization) added
  34.     - copying to PRN and COMx didn't work properly, fixed
  35.     + file mask recognition enhanced to 4dos level
  36.     - fixed a bug that prevented /N-option from working
  37.     + added contents list to documents
  38.     + file transfer rates shown with more precision and in several
  39.       different units when needed (kB/sec,B/sec,B/min)
  40.     + added abort/retry prompts to file open errors
  41.     + added size range support from 4DOS
  42.     + when checking for free space CCopy now takes into account the files
  43.       that will be overwritten
  44.     + you can now abort copying from overwrite-prompts by pressing ESC,
  45.       Ctrl-C or Ctrl-Break
  46.     + exclude masks added, used in brackets (e.g: CC *.* [ *.zip] [*.arj] a: 
  47.       copies all files except .zips and .arjs
  48.     + you can now have options and/or file masks in read from files by using
  49.       the '@' character (e.g: CC @CCBACKUP.LST /Q)
  50.     + added support for shared file access (under SHARE.EXE or OS/2)
  51.     + extra spaces between brackets (exclude masks and selection ranges) are
  52.       ignored, so they can be freely entered when needed (for 4DOS users)
  53.  
  54.  
  55. Version 0.91: Compatibility
  56. ------------
  57.     - enviroment variable accepts options in lower case
  58.     + overwrite prompt enhanced
  59.     + Ctrl-Break handler installed
  60.     - free space check disabled when copying to NUL, PRN or COMx
  61.     + zap-option now retains files' attributes while non-zap-option (default)
  62.       changes all read-only files into normal archive files
  63.     - options must now be preceded by a slash (/), a dash (-) is no longer
  64.       valid as a file name could also start with a dash
  65.     + /V[-] option added to temporarily set or unset DOS verify flag (notice 
  66.       difference from /Vx option which sets viewing options (x={0,1,2,3}))
  67.     - /Z-option (zap) is changed into /H (hidden), the effect is identical
  68.       but the change is made to improve compatibility with 4DOS
  69.     + you can now use plus-signs (+) between file names to append them 
  70.       together like in MS- and 4dos copiers
  71.     + console can be used as a source mask (CC CON file.ext) to activate
  72.       the new enhanced console interface which allows you to write ANY
  73.       characters to the destination
  74.     + default read/write block size raised to 48kB to improve performance
  75.       (about 15% increase)
  76.     + "No files found" message improved and corrected
  77.  
  78.  
  79. Version 0.90: Creation
  80. ------------
  81.     + first official release
  82.  
  83.  
  84.