enteo Copy command

User Rating: 5 / 5

Star ActiveStar ActiveStar ActiveStar ActiveStar Active
 

Copy command in enteo

The Copy command will not copy files with a path-lenght over 260 characters.
You get the error:
Error code = -536281083 (The returned path name is longer than 260 characters.).

my solution:
i copy the files with robocopy and start it with ExecuteEx.

Command:
.\Extern$\robocopy.exe ".\Extern$\MyFolder" "%SystemDrive%\" /e /zb /mir /r:0 /w:0 /np