Support for file names longer than 259 characters (up to 1022) in most file operationsAlso, to avoid the dialog mentioned above, you may set an option called LongNameCopy in its configuration file, as follows:
LongNameCopy: During file operations, warn if target name is longer than 259 characters:Regards, Joe
0=always
1=never
2=if source name isn't longer than 259 characters
3=disallow long names
%Systemroot%\system32\robocopy.exe "C:\Source\Folder" "D:\Target\Folder" *.* /e /r:0 /w:0 ...