home *** CD-ROM | disk | FTP | other *** search
- 1 \n
- 16 -------------------------------------------------------------------------------\n
- 18 ROBOCOPY v 1.71 : Robust File Copy for Windows
- 20 95
- 22 NT
- 24 : by kevina@microsoft.com
- 26 \n------------------------------------------------------------------------------\n
- 32 ERROR : No Source Directory Specified.
- 33 ERROR : No Destination Directory Specified.\n
- 34 Usage : ROBOCOPY source destination [file [file]...] [options]\n
- 35 source : Source Directory (drive:\path or \\server\share\path).
- 36 destination : Destination Dir (drive:\path or \\server\share\path).
- 37 file : File(s) to copy (names/wildcards - default is "*.*").\n
- 38 options : /S : copy Subdirectories, but not empty ones.
- 39 /E : copy subdirectories, including Empty ones.\n
- 40 /T : Timestamp all destination files, including skipped files.\n
- 41 /R:n : number of Retries on failed copies - default is 1 million.
- 42 /W:n : Wait time between retries - default is 30 seconds.
- 43 /REG : Save /R:n and /W:n in the Registry as default settings.\n
- 44 /TBD : wait for sharenames To Be Defined (retry error 67).
- 45 /FAT : create destination files using 8.3 FAT file names only.\n
- 46 /X : report all eXtra files, not just those selected.
- 47 /V : produce Verbose output, showing skipped files.
- 48 /L : List only - don't copy, timestamp or delete any files.\n
- 49 /A+:[R][A][S][H] : add the given Attributes to copied files.
- 50 /A-:[R][A][S][H] : remove the given Attributes from copied files.\n
- 51 /XA:[R][A][S][H] : eXclude files with any of the given Attributes
- 52 /A : copy only files with the Archive attribute set.
- 53 /M : like /A, but remove Archive attribute from source files.\n
- 54 /XF file [file]... : eXclude Files matching given names/paths/wildcards.
- 55 /XD dirs [dirs]... : eXclude Directories matching given names/paths.\n
- 56 /XC | /XN | /XO : eXclude Changed | Newer | Older files.
- 57 /XX | /XL : eXclude eXtra | Lonely files and dirs.
- 58 /IS : Include Same files.\n
- 59 /Z : Copies files in restartable mode.
- 60 /NP : No Progress - don't display % copied.
- 61 /ETA : show Estimated Time of Arrival of copied files.
- 62 /MOVE : Move files and dirs (delete from source after copying).
- 63 /PURGE : delete dest files/dirs that no longer exist in source.\n
- 80 /reco : do a Recoverable run or (on its own) Recover a failed one.
- 81 /block:n : block size for block copies. Default is the whole file.
- 96 ERROR : Invalid Parameter #%d : "%s"\n
- 129 \n Started : %hs
- 130 Source : %s\n Dest : %s\n Files : %s
- 131 Exc Files : %s
- 132 Exc Dirs : %s
- 133 Options :
- 144 %s%12d %hs
- 145 %s %12d %hs
- 146
- %3d%%
- 147
- %3d.%1d%%
- 160 \n Total Copied Skipped Mismatch FAILED Extras\n Dirs :%10d%10d%10d%10d%10d%10d
- 161 Files :%10d%10d%10d%10d%10d%10d
- 162 Bytes :%10s%10s%10s%10s%10s%10s
- 163 Times :
- 165 \n\n Ended : %hs
- 176 %4ld:%02ld:%02ld
- 177 %3ld:%02ld.%03ld
- 178
- 192 ERROR %d (0x%08X) %s %hs
- 193 Accessing Source Directory
- 194 Accessing Destination Directory
- 195 Scanning Source Directory
- 196 Scanning Destination Directory
- 197 Deleting Source Directory
- 198 Deleting Destination Directory
- 199 Creating Destination File
- 200 Creating Destination Directory
- 201 Copying File
- 202 Copying Directory
- 203 Time-Stamping Destination File
- 204 Time-Stamping Destination Directory
- 205 Expanding Source Pathname
- 206 Expanding Destination Pathname
- 207 Deleting Source File
- 208 Changing File Attributes
- 209 Deleting Extra File
- 210 Deleting Extra Directory
- 211 Scanning Extra Directory
- 224 Waiting %d seconds...
- 225 Retrying...
- 227 ERROR: RETRY LIMIT EXCEEDED.\n
- 240 <NOT SET C>
- 241 New File
- 242 <MISMATCH C>
- 243 Same
- 244 Newer
- 245 Older
- 246 Changed
- 247 <ATTRIB C>
- 248 <ARCHIVE C>
- 249 <NAMED C>
- 256 <NOT SET S>
- 257 lonely
- 258 *MISMATCH
- 259 same
- 260 newer
- 261 older
- 262 changed
- 263 attrib
- 264 archive
- 265 named
- 272 <NOT SET W>
- 273 New Dir
- 274 <MISMATCH W>
- 275
- 276
- 277
- 278
- 279 <ATTRIB W>
- 280 <ARCHIVE W>
- 281 named dir
- 288 <NOT SET X>
- 289 *EXTRA Dir
- 290 <MISMATCH X>
- 291 <SAME X>
- 292 <NEWER X>
- 293 <OLDER X>
- 294 <CHANGED X>
- 295 <ATTRIB X>
- 296 <ARCHIVE X>
- 297 *named dir
- 304 <NOT SET Y>
- 305 *EXTRA File
- 306 <MISMATCH Y>
- 307 <SAME Y>
- 308 <NEWER Y>
- 309 <OLDER Y>
- 310 <CHANGED Y>
- 311 <ATTRIB Y>
- 312 <ARCHIVE Y>
- 313 *named file
-