четверг, 27 августа 2020 г.

Two Programs For Copying files

TeraCopy - convenient for everyday use.|
It's not super fast, nor have advanced features, as copying file/folder permissions (ACL) 
or copying locked files, or even solving long path/file named problem, but nice for casual use without special demands.

FastCopy - very good program because it's fast on local drives and have possibility for copying ACL (which we not meet frequently)


Copying files with ROBOCOPY batch file

 :=ROBOCOPY=
@ECHO OFF
MD c:\Robolog
Robocopy /S /r:1 /J /Z /XO /np /COPY:DT /W:1 /tee /V /LOG+:c:\Robolog\robolog.txt /ETA E:\ P:\