home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / W2KPRK.iso / filedisk.cab / robocopy.exe / string.txt < prev    next >
Text File  |  1999-12-21  |  7KB  |  182 lines

  1. 1    \n
  2. 16    ----------------------------------------------------------------------\n
  3. 18    ROBOCOPY v 1.96  :  Robust File Copy for Windows 
  4. 20    95
  5. 22    NT
  6. 24     
  7. 26    \n---------------------------------------------------------------------\n
  8. 28    NOTE: NTFS Security will NOT be copied - Source may not be NTFS.\n
  9. 30    NOTE: NTFS Security will NOT be copied - Destination may not be NTFS.\n
  10. 32    ERROR : Invalid Parameter #%d : "%s"\n
  11. 33     Log File : 
  12. 35    \n  Started : %hs
  13. 36       Source %c %s\n     Dest %c %s\n    Files : %s
  14. 37    Exc Files : %s
  15. 38     Exc Dirs : %s
  16. 39      Options : 
  17. 41        %s%12d  %hs
  18. 42          %s        %12d  %hs
  19. 43    %3d%%  
  20. 44    %3d.%1d%%
  21. 48    ERROR : No Source Directory Specified.
  22. 49    ERROR : No Destination Directory Specified.\n
  23. 50           Simple Usage : ROBOCOPY source destination /MIR\n
  24. 51                 source : Source Directory (drive:\path or \\server\share\path).
  25. 52            destination : Destination Dir  (drive:\path or \\server\share\path).
  26. 53                   /MIR : Mirror a complete directory tree.\n
  27. 54        For more usage information run ROBOCOPY /??? or read Robocopy.Doc.\n
  28. 55    NOTE: Read "True Replication" in Robocopy.Doc prior to first use of /MIR !
  29. 56    ****  /MIR can DELETE files as well as copy them !\n
  30. 64                  Usage : ROBOCOPY source destination [file [file]...] [options]\n
  31. 65                 source : Source Directory (drive:\path or \\server\share\path).
  32. 66            destination : Destination Dir  (drive:\path or \\server\share\path).
  33. 67                   file : File(s) to copy  (names/wildcards: default is "*.*").\n
  34. 80    Copy options:    /S : copy Subdirectories, but not empty ones.
  35. 81                     /E : copy subdirectories, including Empty ones.
  36. 82                 /LEV:n : only copy the top n LEVels of the source directory tree.\n
  37. 83                     /Z : copy files in restartable mode.\n
  38. 84                   /SEC : copy SECurity info (both source and dest must be NTFS).
  39. 85                /SECFIX : FIX SECurity info on existing files and dirs.
  40. 86                /TIMFIX : FIX TIMestamps on existing destination files.\n
  41. 87                   /MOV : MOVe files (delete from source after copying).
  42. 88                  /MOVE : MOVE files AND dirs (delete from source after copying).\n
  43. 89                 /PURGE : delete dest files/dirs that no longer exist in source.
  44. 90                   /MIR : MIRror a directory tree (equivalent to /E plus /PURGE).\n
  45. 91       /A+:[R][A][S][H] : add the given Attributes to copied files.
  46. 92       /A-:[R][A][S][H] : remove the given Attributes from copied files.\n
  47. 93                /CREATE : CREATE directory tree structure + zero-length files only.
  48. 94                   /FAT : create destination files using 8.3 FAT file names only.\n
  49. 96    File Selection:  /A : copy only files with the Archive attribute set
  50. 97                     /M : like /A, but remove Archive attribute from source files.
  51. 98       /IA:[R][A][S][H] : Include only files with some of the given Attributes set.
  52. 99       /XA:[R][A][S][H] : eXclude files with any of the given Attributes set.\n
  53. 100     /XF file [file]... : eXclude Files matching given names/paths/wildcards.
  54. 101     /XD dirs [dirs]... : eXclude Directories matching given names/paths.\n
  55. 102        /XC | /XN | /XO : eXclude Changed | Newer | Older files.
  56. 103              /XX | /XL : eXclude eXtra | Lonely files and dirs.
  57. 104                    /IS : Include Same files.\n
  58. 105                 /MAX:n : MAXimum file size - exclude files bigger than n bytes.
  59. 106                 /MIN:n : MINimum file size - exclude files smaller than n bytes.\n
  60. 107              /MAXAGE:n : MAXimum file AGE - exclude files older than n days/date.
  61. 108              /MINAGE:n : MINimum file AGE - exclude files newer than n days/date.
  62. 109                          (If n < 1900 then n = n days, else n = YYYYMMDD date).\n
  63. 128    Retry Options: /R:n : number of Retries on failed copies: default is 1 million.
  64. 129                   /W:n : Wait time between retries: default is 30 seconds.\n
  65. 130                   /REG : Save /R:n and /W:n in the Registry as default settings.\n
  66. 131                   /TBD : wait for sharenames To Be Defined (retry error 67).\n
  67. 144    Logging Options: /L : List only - don't copy, timestamp or delete any files.
  68. 145                     /X : report all eXtra files, not just those selected.
  69. 146                     /V : produce Verbose output, showing skipped files.\n
  70. 147                    /NP : No Progress - don't display % copied.
  71. 148                   /ETA : show Estimated Time of Arrival of copied files.\n
  72. 149              /LOG:file : output status to LOG file (overwrite existing log).
  73. 150             /LOG+:file : output status to LOG file (append to existing log).\n
  74. 176    \n        Total    Copied   Skipped  Mismatch    FAILED    Extras\n     Dirs :%10d%10d%10d%10d%10d%10d
  75. 177        Files :%10d%10d%10d%10d%10d%10d
  76. 178        Bytes :%10s%10s%10s%10s%10s%10s
  77. 179        Times :
  78. 181    %4ld:%02ld:%02ld
  79. 182              
  80. 184    \n    Speed :          %10d bps.\n    Speed :          %6d.%03d mb/min.
  81. 185    \n\n    Ended : %hs
  82. 192    ERROR %d (0x%08X) %s %hs
  83. 193    Accessing Source Directory
  84. 194    Accessing Destination Directory
  85. 195    Scanning Source Directory
  86. 196    Scanning Destination Directory
  87. 197    Deleting Source Directory
  88. 198    Deleting Destination Directory
  89. 199    Creating Destination File
  90. 200    Creating Destination Directory
  91. 201    Copying File
  92. 202    Copying Directory
  93. 203    Time-Stamping Destination File
  94. 204    Time-Stamping Destination Directory
  95. 205    Expanding Source Pathname
  96. 206    Expanding Destination Pathname
  97. 207    Deleting Source File
  98. 208    Changing File Attributes
  99. 209    Deleting Extra File
  100. 210    Deleting Extra Directory
  101. 211    Scanning Extra Directory
  102. 212    Opening Log File
  103. 213    Expanding Log File Pathname
  104. 214    Copying NTFS Security to Destination Directory
  105. 215    Copying NTFS Security to Destination File
  106. 216    Opening Job File
  107. 217    Getting File System Type of Source
  108. 218    Getting File System Type of Destination
  109. 224    Waiting %d seconds...
  110. 225     Retrying...
  111. 227    ERROR: RETRY LIMIT EXCEEDED.\n
  112. 240    <NOT SET C> 
  113. 241      New File  
  114. 242    <MISMATCH C>
  115. 243      Same      
  116. 244      Newer     
  117. 245      Older     
  118. 246      Changed   
  119. 247    <ATTRIB C>  
  120. 248    <ARCHIVE C> 
  121. 249    <NAMED C>   
  122. 250    <LARGE C>
  123. 251    <SMALL C>
  124. 252    <MAXAGE C>
  125. 253    <MINAGE C>
  126. 256    <NOT SET S> 
  127. 257          lonely
  128. 258    *MISMATCH   
  129. 259            same
  130. 260           newer
  131. 261           older
  132. 262         changed
  133. 263          attrib
  134. 264         archive
  135. 265           named
  136. 266           large
  137. 267           small
  138. 268         too old
  139. 269         too new
  140. 272    <NOT SET W> 
  141. 273      New Dir   
  142. 274    <MISMATCH W>
  143. 275                
  144. 276                
  145. 277                
  146. 278                
  147. 279    <ATTRIB W>  
  148. 280    <ARCHIVE W> 
  149. 281       named dir
  150. 282    <LARGE W>
  151. 283    <SMALL W>
  152. 284    <MAXAGE W>
  153. 285    <MINAGE W>
  154. 288    <NOT SET X> 
  155. 289    *EXTRA Dir  
  156. 290    <MISMATCH X>
  157. 291    <SAME X>    
  158. 292    <NEWER X>   
  159. 293    <OLDER X>   
  160. 294    <CHANGED X> 
  161. 295    <ATTRIB X>  
  162. 296    <ARCHIVE X> 
  163. 297      *named dir
  164. 298    <LARGE X>
  165. 299    <SMALL X>
  166. 300    <MAXAGE X>
  167. 301    <MINAGE X>
  168. 304    <NOT SET Y> 
  169. 305    *EXTRA File 
  170. 306    <MISMATCH Y>
  171. 307    <SAME Y>    
  172. 308    <NEWER Y>   
  173. 309    <OLDER Y>   
  174. 310    <CHANGED Y> 
  175. 311    <ATTRIB Y>  
  176. 312    <ARCHIVE Y> 
  177. 313     *named file
  178. 314    <LARGE Y>
  179. 315    <SMALL Y>
  180. 316    <MAXAGE Y>
  181. 317    <MINAGE Y>
  182.