home *** CD-ROM | disk | FTP | other *** search
/ Micro R&D 1 / MicroRD-CD-ROM-Vol1-1994.iso / os20 / cli / move17.readme < prev    next >
Text File  |  1993-12-04  |  2KB  |  65 lines

  1. Short: UNIX-Style Move command.
  2. Type: os20/cli
  3. Uploader: kai@iske.adsp.sub.org
  4. Author: kai@iske.adsp.sub.org
  5.  
  6. This is not just another Move command it features more: Recursive directory
  7. movements (including creation of destination dir), pattern support, and
  8. command line flags like those known from e.g. C:Rename
  9.  
  10. PUBLIC DOMAIN, includes source...
  11.  
  12. Fixed since Version 1.6 (Yep, even a small program may have bugs ;)
  13.  
  14.    - Error while moving to a "device full" disk
  15.      (Reported by : Chris Conger)
  16.    - FileName length-bug fixed
  17.      (Reported by : Juergen Lang)
  18.    - Recompiled using SAS 6.50
  19.    - Stack usage reduced
  20.  
  21. Fixed since Version 1.5 (Yep, even a small program may have bugs ;)
  22.  
  23.    - Move got screwed up, when attempting to move a
  24.      zero size file
  25.    - Added Buffer Keyword to specify the maximum buffer
  26.      size for an inter device move. Normally Move would have used
  27.      the max amount of available free memory in order to
  28.      accomplish the move, or the size needed by the file...
  29.      (Suggested by : Christof Damian)
  30.    - One couldn`t rename a file using move, because the
  31.      "destination" file was removed before doing the rename,
  32.      ie. the source file was deleted.
  33.      (Reported by : Chris Conger)
  34.  
  35. Fixed since Version 1.4 (Yep, even a small program may have bugs ;)
  36.  
  37.   - Freed the FileInfoBlock _BEFORE_ setting the Bits, Comment
  38.     etc. This lead to MungWall hits (of course it did)
  39.     (Reported by Nico Francois)
  40.   - Exidentially called one ExAll() without ED_SIZE
  41.     This lead to some calls to DoTheMove without the Size set ;)
  42.     (Reported by  Karsten Weiss)
  43.  
  44. Fixed since Version 1.3 (Yep, even a small program may have bugs ;)
  45.  
  46.   - Now uses Rename() when source and dest are on the same
  47.     device. This is faster ;) Why haven`t I thought of that
  48.     earlier ??? ;)
  49.  
  50. Fixed since Version 1.2 (Yep, even a small program may have bugs ;)
  51.  
  52.   - UnLock Problem solved when doing recursive Dir-Moves
  53.     This bug lead to "Object in use" error messages
  54.  
  55. Fixed since Version 1.1 (Yep, even a small program may have bugs ;)
  56.  
  57.   - Added CTRL-C checking
  58.   - Added FORCE Flag in order to move read/deleteprotected or
  59.     to overwrite a delete/writeprotected files
  60.  
  61. Fixed since Version 1.0 (Yep, even a small program may have bugs ;)
  62.  
  63.   - Added well known CLONE, DATES, COM, NOPRO,
  64.     QUIET and NOREQ options also used by e.g. Rename
  65.