Robocopy.exe Microsoft Robocopy 46fa820758aea75a061f434e4b71f273

File info

File name: Robocopy.exe.mui
Size: 21504 byte
MD5: 46fa820758aea75a061f434e4b71f273
SHA1: 4aead1189c7bbd3e16665b00b6f9f630793d63da
SHA256: 097684b13ece1776983ac35bead440ad89ab5397c9a00ed5b3d8d1e0b9bab9dd
Operating systems: Windows 10
Extension: MUI
In x64: Robocopy.exe Microsoft Robocopy (32 位)

Translations messages and strings

If an error occurred or the following message in Chinese (Simplified) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Chinese (Simplified) English
1

3-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
5ROBOCOPY :: Windows 的可靠文件复制 ROBOCOPY :: Robust File Copy for Windows
7
------------------------------------------------------------------------------

------------------------------------------------------------------------------
12错误: 指定了 /SECFIX,但未指定要复制的安全信息。
ERROR : /SECFIX specified, without specifying WHICH security info to copy.
14退出: 在命令行上指定了 /QUIT。
Quitting : /QUIT Specified on Command Line.
16错误: 未指定源目录。
ERROR : No Source Directory Specified.
18错误: 未指定目标目录。
ERROR : No Destination Directory Specified.
20注意: 可能无法复制 NTFS 安全 - 源可能不是 NTFS。
NOTE : NTFS Security may not be copied - Source may not be NTFS.
22注意: 可能无法复制 NTFS 安全 - 目标可能不是 NTFS。
NOTE : NTFS Security may not be copied - Destination may not be NTFS.
24错误: 你没有管理审核的用户权限。 ERROR : You do not have the Manage Auditing user right.
25***** 你要有此权限才能复制审核信息(/COPY:U 或 /COPYALL)。
***** You need this to copy auditing information (/COPY:U or /COPYALL).
27错误: 你没有备份和还原文件的用户权限。 ERROR : You do not have the Backup and Restore Files user rights.
28***** 你要有这些权限才能备份副本(/B 或 /ZB)。
***** You need these to perform Backup copies (/B or /ZB).
29错误: Robocopy 内存不足,正在退出。 ERROR : Robocopy ran out of memory, exiting.
30错误: 无效参数 #%d:“%s”
ERROR : Invalid Parameter #%d : "%s"
31错误: 无效的作业文件,第 #%d 行:“%s”
ERROR : Invalid Job File, Line #%d :"%s"
32
开始时间: %s %s

Started : %s %s
33
源%c

Source %c
34
目标%c

Dest %c
71
文件:

Files :
73Exc 文件: Exc Files :
75执行目录: Exc Dirs :
81选项: Options :
91日志文件: Log File :
93作业文件: Job File :
152总数 Total
153复制 Copied
154跳过 Skipped
155不匹配 Mismatch
156失败 FAILED
157其他 Extras
158目录: Dirs :
159文件: Files :
160字节: Bytes :
161时间: Times :
162速度: Speed :
163字节/秒。 Bytes/sec.
164MB/分钟。 MegaBytes/min.
165时间:%*s%*s%*s%*s%*s%*s Times :%*s%*s%*s%*s%*s%*s
166%I64u %I64u
167%I64u.%03u %I64u.%03u
168
结束时间: %s %s

Ended : %s %s
170%9s %9s
176
%*s%*s%*s%*s%*s%*s
目录 :%*s%*s%*s%*s%*s%*s

%*s%*s%*s%*s%*s%*s
Dirs :%*s%*s%*s%*s%*s%*s
177文件:%*s%*s%*s%*s%*s%*s Files :%*s%*s%*s%*s%*s%*s
178字节:%*s%*s%*s%*s%*s%*s Bytes :%*s%*s%*s%*s%*s%*s
181%lu:%02lu:%02lu %lu:%02lu:%02lu
182184
速度:%*s%*s 字节/秒。
速度:%*s%*s 兆字节/分钟。
184
Speed :%*s%*s Bytes/sec.
Speed :%*s%*s MegaBytes/min.
185

结束时间: %hs


Ended : %hs
224正在等待 %d 秒... Waiting %d seconds...
225正在重试... Retrying...
227错误: 超过重试限制。
ERROR: RETRY LIMIT EXCEEDED.
229
监视器: 正在等待 %d 分钟和 %d 个更改...

Monitor : Waiting for %d minutes and %d changes...
231%4d 分钟: %d 个更改。 %4d mins : %d changes.
233
小时: 在 %02d:%02d 时开始暂停,直到 %02d:%02d...

Hours : Paused at %02d:%02d until %02d:%02d...
320
::
:: Robocopy 作业 %s
::
:: 由 %s 在 %s (位于 %s)上创建
::

::
:: Robocopy Job %s
::
:: Created by %s on %s at %s
::
321
::
:: 源目录:
::

::
:: Source Directory :
::
323
::
:: 包含这些文件:
::
/IF :: 包含匹配这些名称的文件

::
:: Include These Files :
::
/IF :: Include Files matching these names
324
::
:: 排除这些目录:
::
/XD :: 排除匹配这些名称的目录

::
:: Exclude These Directories :
::
/XD :: eXclude Directories matching these names
325
::
:: 排除这些文件:
::
/XF :: 排除匹配这些名称的目录

::
:: Exclude These Files :
::
/XF :: eXclude Files matching these names
326:: *.* :: 包括所有名称(当前 - 命令行可能覆盖) :: *.* :: Include all names (currently - Command Line may override)
327:: :: 不排除任何名称(当前 - 命令行可能覆盖) :: :: eXclude no names (currently - Command Line may override)
328:: :: 将在命令行上指定 :: :: To Be Specified on the Command Line
1101简单用法:: ROBOCOPY source destination /MIR
Simple Usage :: ROBOCOPY source destination /MIR
1102源:: 源目录(驱动器:\路径或\\服务器\共享\路径)。 source :: Source Directory (drive:\path or \\server\share\path).
1103目标:: 目标目录(驱动器:\路径或\\服务器\共享\路径)。 destination :: Destination Dir (drive:\path or \\server\share\path).
1104/MIR :: 镜像完整目录树。
/MIR :: Mirror a complete directory tree.
1105有关用法的详细信息,请运行 ROBOCOPY /?
For more usage information run ROBOCOPY /?
11061107 **** /MIR 可以删除文件也可以复制文件!
1107 **** /MIR can DELETE files as well as copy them !
1110/EFSRAW 选项不能与 /MT 选项一起使用。 The /EFSRAW option cannot be used with the /MT option.
1111/IPG 选项不能与 /MT 选项一起使用。 The /IPG option cannot be used with the /MT option.
1201用法 :: ROBOCOPY source destination [file [file]...] [options]
Usage :: ROBOCOPY source destination [file [file]...] [options]
1202源 :: 源目录(驱动器:\路径或\\服务器\共享\路径)。 source :: Source Directory (drive:\path or \\server\share\path).
1203目标 :: 目标目录(驱动器:\路径或\\服务器\共享\路径)。 destination :: Destination Dir (drive:\path or \\server\share\path).
1204文件 :: 要复制的文件(名称/通配符: 默认为 "*.*")。
file :: File(s) to copy (names/wildcards: default is "*.*").
1300::
:: 复制选项:
::
::
:: Copy options :
::
1301/S :: 复制子目录,但不复制空的子目录。 /S :: copy Subdirectories, but not empty ones.
1302/E :: 复制子目录,包括空的子目录。 /E :: copy subdirectories, including Empty ones.
1303/LEV:n :: 仅复制源目录树的前 n 层。
/LEV:n :: only copy the top n LEVels of the source directory tree.
1304/Z :: 在可重新启动模式下复制文件。 /Z :: copy files in restartable mode.
1305/B :: 在备份模式下复制文件。 /B :: copy files in Backup mode.
1306/ZB :: 使用可重新启动模式;如果拒绝访问,请使用备份模式。 /ZB :: use restartable mode; if access denied use Backup mode.
1307/J :: 复制时使用未缓冲的 I/O (推荐在复制大文件时使用)。 /J :: copy using unbuffered I/O (recommended for large files).
1308/EFSRAW :: 在 EFS RAW 模式下复制所有加密的文件。
/EFSRAW :: copy all encrypted files in EFS RAW mode.
1309/COPY:复制标记:: 要复制的文件内容(默认为 /COPY:DAT)。 /COPY:copyflag[s] :: what to COPY for files (default is /COPY:DAT).
1310(复制标记: D=数据,A=属性,T=时间戳)。 (copyflags : D=Data, A=Attributes, T=Timestamps).
1311(S=安全=NTFS ACL,O=所有者信息,U=审核信息)。
(S=Security=NTFS ACLs, O=Owner info, U=aUditing info).
13121313 /SEC :: 复制具有安全性的文件(等同于 /COPY:DATS)。 1313 /SEC :: copy files with SECurity (equivalent to /COPY:DATS).
1314/COPYALL :: 复制所有文件信息(等同于 /COPY:DATSOU)。 /COPYALL :: COPY ALL file info (equivalent to /COPY:DATSOU).
1315/NOCOPY :: 不复制任何文件信息(与 /PURGE 一起使用)。 /NOCOPY :: COPY NO file info (useful with /PURGE).
1316/SECFIX :: 修复所有文件的文件安全性,即使是跳过的文件。 /SECFIX :: FIX file SECurity on all files, even skipped files.
1317/TIMFIX :: 修复所有文件的文件时间,即使是跳过的文件。
/TIMFIX :: FIX file TIMes on all files, even skipped files.
1318/PURGE :: 删除源中不再存在的目标文件/目录。 /PURGE :: delete dest files/dirs that no longer exist in source.
1319/MIR :: 镜像目录树(等同于 /E 加 /PURGE)。
/MIR :: MIRror a directory tree (equivalent to /E plus /PURGE).
1320/MOV :: 移动文件(复制后从源中删除)。 /MOV :: MOVe files (delete from source after copying).
1321/MOVE :: 移动文件和目录(复制后从源中删除)。
/MOVE :: MOVE files AND dirs (delete from source after copying).
1322/A+:[RASHCNET] :: 将给定的属性添加到复制的文件。 /A+:[RASHCNET] :: add the given Attributes to copied files.
1323/A-:[RASHCNET] :: 从复制的文件中删除给定的属性。
/A-:[RASHCNET] :: remove the given Attributes from copied files.
1324/CREATE :: 仅创建目录树和长度为零的文件。 /CREATE :: CREATE directory tree and zero-length files only.
1325/FAT :: 仅使用 8.3 FAT 文件名创建目标文件。 /FAT :: create destination files using 8.3 FAT file names only.
1326/256 :: 关闭超长路径( 256 个字符)支持。
/256 :: turn off very long path ( 256 characters) support.
1327/MON:n :: 监视源;发现多于 n 个更改时再次运行。 /MON:n :: MONitor source; run again when more than n changes seen.
1328/MOT:m :: 监视源;如果更改,在 m 分钟时间后再次运行。
/MOT:m :: MOnitor source; run again in m minutes Time, if changed.
1329/RH:hhmm-hhmm :: 可以启动新的复制时运行的小时数 - 时间。 /RH:hhmm-hhmm :: Run Hours - times when new copies may be started.
1330/PF :: 基于每个文件(而不是每个步骤)来检查运行小时数。
/PF :: check run hours on a Per File (not per pass) basis.
1331/IPG:n :: 程序包间的间距(ms),以释放低速线路上的带宽。
/IPG:n :: Inter-Packet Gap (ms), to free bandwidth on slow lines.
1332/SL :: 对照目标复制符号链接。
/SL :: copy symbolic links versus the target.
1333/MT[:n] :: 使用 n 个线程进行多线程复制(默认值为 8)。 /MT[:n] :: Do multi-threaded copies with n threads (default 8).
1334n 必须至少为 1,但不得大于 128。 n must be at least 1 and not greater than 128.
1335该选项与 /IPG 和 /EFSRAW 选项不兼容。 This option is incompatible with the /IPG and /EFSRAW options.
1336使用 /LOG 选项重定向输出以便获得最佳性能。
Redirect output using /LOG option for better performance.
1337/DCOPY:复制标记:: 要复制的目录内容(默认为 /DCOPY:DA)。 /DCOPY:copyflag[s] :: what to COPY for directories (default is /DCOPY:DA).
1338(复制标记: D=数据,A=属性,T=时间戳)。
(copyflags : D=Data, A=Attributes, T=Timestamps).
1339/NODCOPY :: 不复制任何目录信息(默认情况下,执行 /DCOPY:DA)。
/NODCOPY :: COPY NO directory info (by default /DCOPY:DA is done).
1342/NOOFFLOAD :: 在不使用 Windows 复制卸载机制的情况下复制文件。
/NOOFFLOAD :: copy files without using the Windows Copy Offload mechanism.
1401::
:: 文件选择选项:
::
::
:: File Selection Options :
::
1402/A :: 仅复制具有存档属性集的文件。 /A :: copy only files with the Archive attribute set.
1403/M :: 仅复制具有存档属性的文件并重置存档属性。 /M :: copy only files with the Archive attribute and reset it.
1404/IA:[RASHCNETO] :: 仅包含具有任意给定属性集的文件。 /IA:[RASHCNETO] :: Include only files with any of the given Attributes set.
1405/XA:[RASHCNETO] :: 排除具有任意给定属性集的文件。
/XA:[RASHCNETO] :: eXclude files with any of the given Attributes set.
1406/XF 文件[文件]... :: 排除与给定名称/路径/通配符匹配的文件。 /XF file [file]... :: eXclude Files matching given names/paths/wildcards.
1407/XD 目录[目录]... :: 排除与给定名称/路径匹配的目录。
/XD dirs [dirs]... :: eXclude Directories matching given names/paths.
1408/XC :: 排除已更改的文件。 /XC :: eXclude Changed files.
1409/XN :: 排除较新的文件。 /XN :: eXclude Newer files.
1410/XO :: 排除较旧的文件。 /XO :: eXclude Older files.
1411/XX :: 排除多余的文件和目录。 /XX :: eXclude eXtra files and directories.
1412/XL :: 排除孤立的文件和目录。 /XL :: eXclude Lonely files and directories.
1413/IS :: 包含相同文件。 /IS :: Include Same files.
1414/IT :: 包含已调整的文件。
/IT :: Include Tweaked files.
1415/MAX:n :: 最大的文件大小 - 排除大于 n 字节的文件。 /MAX:n :: MAXimum file size - exclude files bigger than n bytes.
1416/MIN:n :: 最小的文件大小 - 排除小于 n 字节的文件。
/MIN:n :: MINimum file size - exclude files smaller than n bytes.
1417/MAXAGE:n :: 最长的文件存在时间 - 排除早于 n 天/日期的文件。 /MAXAGE:n :: MAXimum file AGE - exclude files older than n days/date.
1418/MINAGE:n :: 最短的文件存在时间 - 排除晚于 n 天/日期的文件。 /MINAGE:n :: MINimum file AGE - exclude files newer than n days/date.
1419/MAXLAD:n :: 最大的最后访问日期 - 排除自 n 以来未使用的文件。 /MAXLAD:n :: MAXimum Last Access Date - exclude files unused since n.
1420/MINLAD:n :: 最小的最后访问日期 - 排除自 n 以来使用的文件。 /MINLAD:n :: MINimum Last Access Date - exclude files used since n.
1421(If n (If n
1422/XJ :: 排除接合点。(默认情况下通常包括)。
/XJ :: eXclude Junction points. (normally included by default).
1423/FFT :: 假设 FAT 文件时间(2 秒粒度)。 /FFT :: assume FAT File Times (2-second granularity).
1424/DST :: 弥补 1 小时的 DST 时间差。
/DST :: compensate for one-hour DST time differences.
1425/XJD :: 排除目录的接合点。 /XJD :: eXclude Junction points for Directories.
1426/XJF :: 排除文件的接合点。
/XJF :: eXclude Junction points for Files.
1501::
:: 重试选项:
::
::
:: Retry Options :
::
1502/R:n :: 失败副本的重试次数: 默认为 1 百万。 /R:n :: number of Retries on failed copies: default 1 million.
1503/W:n :: 两次重试间的等待时间: 默认为 30 秒。
/W:n :: Wait time between retries: default is 30 seconds.
1504/REG :: 将注册表中的 /R:n 和 /W:n 保存为默认设置。
/REG :: Save /R:n and /W:n in the Registry as default settings.
1505/TBD :: 等待定义共享名称(重试错误 67)。
/TBD :: wait for sharenames To Be Defined (retry error 67).
1601::
:: 日志记录选项:
::
::
:: Logging Options :
::
1602/L :: 仅列出 - 不复制、添加时间戳或删除任何文件。 /L :: List only - don't copy, timestamp or delete any files.
1603/X :: 报告所有多余的文件,而不只是选中的文件。 /X :: report all eXtra files, not just those selected.
1604/V :: 生成详细输出,同时显示跳过的文件。 /V :: produce Verbose output, showing skipped files.
1605/TS :: 在输出中包含源文件的时间戳。 /TS :: include source file Time Stamps in the output.
1606/FP :: 在输出中包含文件的完整路径名称。 /FP :: include Full Pathname of files in the output.
1607/BYTES :: 以字节打印大小。
/BYTES :: Print sizes as bytes.
1608/NS :: 无大小 - 不记录文件大小。 /NS :: No Size - don't log file sizes.
1609/NC :: 无类别 - 不记录文件类别。 /NC :: No Class - don't log file classes.
1610/NFL :: 无文件列表 - 不记录文件名。 /NFL :: No File List - don't log file names.
1611/NDL :: 无目录列表 - 不记录目录名称。
/NDL :: No Directory List - don't log directory names.
1612/NP :: 无进度 - 不显示已复制的百分比。 /NP :: No Progress - don't display percentage copied.
1613/ETA :: 显示复制文件的预期到达时间。
/ETA :: show Estimated Time of Arrival of copied files.
1614/LOG:文件 :: 将状态输出到日志文件(覆盖现有日志)。 /LOG:file :: output status to LOG file (overwrite existing log).
1615/LOG+:文件 :: 将状态输出到日志文件(附加到现有日志中)。
/LOG+:file :: output status to LOG file (append to existing log).
1616/UNILOG:文件 :: 以 UNICODE 方式将状态输出到日志文件(覆盖现有日志)。 /UNILOG:file :: output status to LOG file as UNICODE (overwrite existing log).
1617/UNILOG+:文件 :: 以 UNICODE 方式将状态输出到日志文件(附加到现有日志中)。
/UNILOG+:file :: output status to LOG file as UNICODE (append to existing log).
1618/TEE :: 输出到控制台窗口和日志文件。
/TEE :: output to console window, as well as the log file.
1619/NJH :: 没有作业标头。 /NJH :: No Job Header.
1620/NJS :: 没有作业摘要。
/NJS :: No Job Summary.
1621/UNICODE :: 以 UNICODE 方式输出状态。
/UNICODE :: output status as UNICODE.
1701::
:: 作业选项 :
::
::
:: Job Options :
::
1702/JOB:作业名称 :: 从命名的作业文件中提取参数。 /JOB:jobname :: take parameters from the named JOB file.
1703/SAVE:作业名称 :: 将参数保存到命名的作业文件 /SAVE:jobname :: SAVE parameters to the named job file
1704/QUIT :: 处理命令行后退出(以查看参数)。 /QUIT :: QUIT after processing command line (to view parameters).
1705/NOSD :: 未指定源目录。 /NOSD :: NO Source Directory is specified.
1706/NODD :: 未指定目标目录。 /NODD :: NO Destination Directory is specified.
1707/IF :: 包含以下文件。
/IF :: Include the following Files.
1801/SD:路径 :: 源目录。 /SD:path :: Source Directory.
1802/DD:路径 :: 目标目录。 /DD:path :: Destination Directory.
1803::
:: 备注:
::
::
:: Remarks :
::
1804在卷的根目录上使用 /PURGE 或 /MIR 将 Using /PURGE or /MIR on the root directory of the volume will
1805导致 robocopy 也对“系统卷信息”目录内的 cause robocopy to apply the requested operation on files inside
1806文件应用所请求的操作。如果这不是 the System Volume Information directory as well. If this is not
1807预期目的,则可以使用 /XD 开关指示 robocopy intended then the /XD switch may be used to instruct robocopy
1808跳过该目录。
to skip that directory.
4001%s%s%s%s %s%s%s%s
4011%s %s%s%s %s %s%s%s
4021%3d.%1d%% %3d.%1d%%
4031%3d%% %3d%%
4101
4102新文件 New File
4105较新的 Newer
4106较旧的 Older
4107已更改的 Changed
4108已调整 Tweaked
4109已修改 Modified
4110相同的 Same
4202孤立的 lonely
4203*不匹配 *MISMATCH
4210相同 same
4211属性 attrib
4212存档 archive
4213已命名 named
4214 large
4215 small
4216太旧 too old
4217太新 too new
4218接合 junction
4302新目录 New Dir
43054306 4306
43074308 4308
43094310 4310
4313命名的目录 named dir
4402*多余目录 *EXTRA Dir
4413*命名的目录 *named dir
4502*多余文件 *EXTRA File
4513*命名的文件 *named file
4605修复 较新的 fix newer
4606修复 较早的 fix older
4607修复 已更改的 fix changed
4609修复 已修改的 fix modified
4610修复 相同的 fix same
9001%d/%02d/%02d %02d:%02d:%02d 错误 %d (0x%08X) %s %d/%02d/%02d %02d:%02d:%02d ERROR %d (0x%08X) %s
9101正在访问源目录 Accessing Source Directory
9102正在访问目标目录 Accessing Destination Directory
9103正在扫描源目录 Scanning Source Directory
9104正在扫描目标目录 Scanning Destination Directory
9105正在删除源目录 Deleting Source Directory
9106正在删除目标目录 Deleting Destination Directory
9107正在创建目标文件 Creating Destination File
9108正在创建目标目录 Creating Destination Directory
9109正在复制文件 Copying File
9110正在复制目录 Copying Directory
9111正在给目标文件添加时间戳 Time-Stamping Destination File
9112正在给目标目录添加时间戳 Time-Stamping Destination Directory
9113正在展开源路径名称 Expanding Source Pathname
9114正在展开目标路径名称 Expanding Destination Pathname
9115正在删除源文件 Deleting Source File
9116正在更改文件属性 Changing File Attributes
9117正在删除多余文件 Deleting Extra File
9118正在删除多余目录 Deleting Extra Directory
9119正在扫描多余目录 Scanning Extra Directory
9120正在打开日志文件 Opening Log File
9121正在展开日志文件路径名称 Expanding Log File Pathname
9122正在将 NTFS 安全复制到目标目录中 Copying NTFS Security to Destination Directory
9123正在将 NTFS 安全复制到目标文件中 Copying NTFS Security to Destination File
9124正在打开作业文件 Opening Job File
9125正在获取源的系统文件类型 Getting File System Type of Source
9126正在获取目标的系统文件类型 Getting File System Type of Destination
9127正在等待源目录中的更改 Waiting for Changes in Source Directory
9128正在获取文件时间 Getting File Time

EXIF

File Name:Robocopy.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-robocopy.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_256502af105f14e2\
File Size:21 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:20992
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:Chinese (Simplified)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Microsoft Robocopy
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:robocopy
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:robocopy.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-robocopy.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_c946672b5801a3ac\

What is Robocopy.exe.mui?

Robocopy.exe.mui is Multilingual User Interface resource file that contain Chinese (Simplified) language for file Robocopy.exe (Microsoft Robocopy).

File version info

File Description:Microsoft Robocopy
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:robocopy
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:robocopy.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x804, 1200