to create Mirror Folder to specific network folder path or local pc path you can easy handle it by the following steps
1 : create new file name it mirror.bat.
2- past the following line in the folder
robocopy /MIR \\your Network Path here your Local Physical path here (c:/xxfolder)
3- you can easily create schedual task to run the batch file any time you want
exmaples .
robocopy /MIR D:\MWA_STORE\TENDERS_STORE M
break
--pause
1 : create new file name it mirror.bat.
2- past the following line in the folder
robocopy /MIR \\your Network Path here your Local Physical path here (c:/xxfolder)
3- you can easily create schedual task to run the batch file any time you want
exmaples .
robocopy /MIR D:\MWA_STORE\TENDERS_STORE M
break
--pause
Well, you can use Long Path Tool as well, it works for such problems.......
ReplyDelete