I would like to use robocopy with the /BYTES
parameter. When I use it I receive an invalid parameter error:
ERROR : Invalid Parameter #6 : "/BYTES"
I am using Windows 7. When I do a robocopy /?
I get this:
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows :: Version XP010
-------------------------------------------------------------------------------
Version XP010 does not have the /BYTES
parameter, but Windows 7 was supposed to ship with version XP027, which does. When I check the version of robocopy.exe it says 5.1.10.1057
, which I believe is XP027.
What gives? Can anyone help me out with this?
References:
Edit:
I found a hotfix for robocopy and updated to version 6.1.7601.22012
, but the error still occurs.