home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ZSYS / ZNODE-12 / I / RCOPY24.LBR / RCOPYCF.TZT / RCOPYCF.TXT
Text File  |  1992-09-14  |  2KB  |  41 lines

  1.  
  2. Option N -- NO STAMP attribute.  If "Yes" is selected, the "no stamp" 
  3. attribute will be set by default on each destination file.  This attribute 
  4. suppresses access date stamping under ZSDOS to speed operations.  The 
  5. default can be toggled with the "N" command line option.
  6.  
  7. Option S -- SYSTEM attribute.  The system attribute will be set by default 
  8. on each destination file if this option is "Yes".  System (hidden) files 
  9. are invisible to many programs.  The default can be toggled with the 
  10. command line "S" option.
  11.  
  12. Option A -- ARCHIVE attribute.  "Yes" here causes the archive attribute to 
  13. be set on each destination file by default.  This attribute can be an aid 
  14. to copying modified files back to the source directory.  The default can be 
  15. toggled with the command line "A" option.
  16.  
  17. Option E -- Overwrite existing files.  As distributed, RCOPY asks the user 
  18. by default whether to erase an existing read-write file with the same name 
  19. in the destination directory.  Setting this option to "Yes" will cause 
  20. existing files to be erased without warning.  The default can be toggled 
  21. with the "E" command line option.  (Note that read-only files are never 
  22. erased.)
  23.  
  24. Option Q -- Quiet mode.  This option determines whether RCOPY by default 
  25. prints the name of each file as it is copied, or defaults to quiet mode.  
  26. (The ZCPR3 quiet flag puts RCOPY into quiet mode without regard for this 
  27. configuration selection.)  The default (and the quiet flag) can be toggled 
  28. by using the command line "Q" option.
  29.  
  30. Option D -- Quiet mode display.  In quiet mode, RCOPY as distributed 
  31. displays "Copying to DU:" on the console, and then two dots as each file is 
  32. copied.  If you had rather not see the dots, choose "Target DU" and only 
  33. the "Copying to" message will be displayed in quiet mode.  If you prefer 
  34. absolute silence, with nothing but error messages displayed in quiet mode, 
  35. choose "Nothing".
  36.  
  37. Option F -- Include System Files.  This configuration option determines 
  38. whether RCOPY includes system files in wildcard matches.  Only ambiguous 
  39. filespecs are affected; unambiguous files are always found, even if their 
  40. system attributes are set.
  41.