home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Patches / CopyReplace.lha / CopyReplace.readme < prev   
Text File  |  1998-05-08  |  3KB  |  61 lines

  1. Short:    V1.15 powerful Copy replacement
  2. Uploader: stoecker@amigaworld.com (Dirk Stoecker)
  3. Author:   stoecker@amigaworld.com (Dirk Stoecker)
  4. Type:     util/sys
  5. Version:  1.15
  6. Kurz:     V1.15 Copy Ersatz mit vielen Funktionen
  7.  
  8. Advantages of this Copy:
  9.   - can be called like original Copy - complete replacement
  10.   - replaces programs Copy, MakeLink, Delete, Rename, MakeDir (and Move)
  11.   - has option to delete source-file (MOVE)
  12.   - can rename the files instead of moving (when on same device)
  13.   - can produce hardlinks and softlinks
  14.   - has 3 different grades of beeing quiet
  15.   - able to copy protection bits, comments, dates
  16.   - processes directories recursive
  17.   - may turn off overwrite mode
  18.   - may force overwriting (unprotect destination)
  19.   - may force deletion (unprotect source)
  20.   - produces destination directories recursiv! (Not only the last one)
  21.  
  22. New for V1.15:
  23.   - now can delete ALL softlinks with DIRECT keyword
  24.   - most cases where DIRECT was needed are detected now automatically,
  25.     e.g. Copy #? TO PRT: is possible now to print multiple files.
  26.  
  27. Copy needs OS 37 (2.0) or later OS versions!
  28. Of course this Copy is reentrant (pure bit) like the original one.
  29.  
  30. Useful aliases you may add to S:User-StartUp:
  31.  
  32. Alias Delete   Copy [] DELETE
  33. Alias MakeDir  Copy [] MAKEDIR SILENT
  34. Alias MakeLink Copy TO [] HARDLINK SILENT
  35. Alias Move     Copy [] MOVE CLONE
  36. Alias Rename   Copy [] MOVE CLONE SILENT
  37.  
  38. This program is Freeware. Use it as you want, but WITHOUT ANY WARRANTY!
  39. Although you get program and complete sources, this program is still
  40. copyrighted by me. No changes should be done to it or it's distribution
  41. archive contents.
  42.  
  43. When you use this program more than once, you have to contact the author
  44. via e-mail or snail-mail!
  45.  
  46. Please report me bugs, comments, suggestions and problems. If there are
  47. some Enforcer hits or other problems report them as good as possible.
  48.  
  49. Please contact me:
  50.  
  51. ****************************************************************************
  52. * snail-mail:                  * e-mail:                                   *
  53. *   Dirk Stoecker              *   stoecker@rcs.urz.tu-dresden.de          *
  54. *   Geschwister-Scholl-Str. 10 *   stoecker@amigaworld.com                 *
  55. *   01877 Bischofswerda        * world wide web:                           *
  56. *   GERMANY                    *   http://gremlin.home.pages.de/           *
  57. * phone:                       * pgp key:                                  *
  58. *   GERMANY +49 (0)3594/706666 *   get with finger or from WWW pages       *
  59. ****************************************************************************
  60.  
  61.