home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / cpm / alphatronic / ZSDOS2.ZIP / COPY.UPD < prev    next >
Text File  |  1999-01-09  |  2KB  |  43 lines

  1.                                                         11 Dec 88
  2.  
  3. Some changes have been made to COPY since the manual was written.  
  4. Comparison of dates with Existence testing ON has been changed to 
  5. use the Creation date when no Modified date exists, and print 
  6. "Undated" when neither exists, yet both source and destination 
  7. disks support file date stamping.  Additionally, the /X option 
  8. has been re-defined, and a new /R option has been added to 
  9. Version 1.4.  Please replace Paragraph 4.1.2.9 on page 55 of your 
  10. ZSDOS manual with the following two paragraphs describing the new 
  11. options.
  12.  
  13.  
  14. 4.1.2.9.1  ERASE SOURCE FILE AFTER COPY.
  15.  
  16. When you want to "move" a file from one area to another, the "X" 
  17. option may be used.  This option causes a file or group of files 
  18. to be copied in the manner described by the default or specified 
  19. options, but after the copy and optional verify, the source file 
  20. or files are erased.  You will be notified that the file has been 
  21. erased by the status "(X)" being printed on your console.  To 
  22. minimize the possibility of deleting a good file when errors 
  23. exist in the copy, the Verify option should always be active, 
  24. either by default, or specified.  When Verify is active, any 
  25. errors detected will disable the "X" option for that file so that 
  26. a good source file will not be deleted.  The "X" option has no 
  27. configurable value, and is always assumed to be "Off" requiring 
  28. the option in the command line list to be effective.
  29.  
  30.  
  31. 4.1.2.9.2  COPY ONLY FILES WHICH EXIST (REPLACE).
  32.  
  33. Occasionally, you may wish to update selected files to a destina- 
  34. tion in a simpler manner than naming each file, or using the 
  35. Inspect option.  The "R" (Replace) option, when active, tells 
  36. COPY to transfer only files which exist on the destination direc- 
  37. tory.  If the Archive option (A) is added in conjunction with the 
  38. Replace option, only files which have not been archived, AND 
  39. already exist on the destination will be archived.  It should be 
  40. noted that the No Replacement (N) option is incompatible with 
  41. both the Replace and Archive options, and is disabled when either 
  42. "R" or "A" are active.
  43.