Memorise

Archive for December 17th, 2012

Robocopy syntex

robocopy “M:\Sourcefolder” “H:\destination” /S /E /COPYALL /ZB /NP /MT:20 /R:3 /W:30 /LOG:”c:\logfolder\failingdrive.log” Mapp Network drives i.e  Z: then open command prompt as Administrator, modify the drive letter and folder location as per requirement then paste them to command prompt window. robocopy “C:\Company Files” “Z:\Company Files” /S /E /COPYALL /ZB /NP /R:3 /W:5 /LOG:”c:\companyfile.log” robocopy “C:\Users […]