home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / replace / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  1.4 KB  |  34 lines

  1.                             REPLACE                [new DOS 3.3]
  2.  
  3. The REPLACE external command is used to selectively replace files
  4. on a backup disk that have been modified since being backed up.
  5.  
  6. REPLACE 
  7.     [d1:][pathname1]filename1[.ext1] [d2:][pathname2] [/A][/P][/R][/S][/W] 
  8.                                                      [/U]    [new DOS 4.0]
  9.      \____________________________/   \____________/
  10.              \source/            \destination
  11.  
  12. [d1:][pathname1]filename1[.ext1] is the source of the files that
  13.     will be checked for modification.
  14.  
  15. [d2:][pathname2][filename2[.ext2]] is the destination pathname where
  16.     files will be replaced. 
  17.  
  18. /A causes a file to be copied to the destination if the source file 
  19.     does not exist on the destination. Cannot be used with /S.
  20.  
  21. /P causes REPLACE to ask before replacing or copying each file.
  22.  
  23. /R allows read-only files on the destination to be replaced. 
  24.  
  25. /S causes a source file to replace files with that name in every
  26.     subdirectory on the destination. Source subdirectories are not
  27.     searched.
  28.  
  29. /W causes REPLACE to wait for any key to be pressed before beginning
  30.     to look for files to replace.
  31.  
  32. /U restricts REPLACE to only replace files on the destination that are
  33.     older than the matching files on the source. [new DOS 4.0]
  34.