Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Windows >> Command Line >> How to synchronize folders and files using xcopy

Assuming folder A is the master and folder B is the slave such that updates always done at folder A, synchronization is A->B xcopy \A \B /M /E /Y /F /M => copy only files with archive attribute set and turns bits off /E => copy subdirs including empty ones /Y => suppresses prompting to overwrite existing file /F => displays full source and destination path
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]