xcopy is one of the most powerful dos commands. It is mainly used for copying files, but arguments create a monster of it :P
To use xcopy to update a folder from another you need to use :
xcopy H:\somefolder\*.* C:\updating\ /s/d/y/h/r
xcopy is one of the most powerful dos commands. It is mainly used for copying files, but arguments create a monster of it :P
To use xcopy to update a folder from another you need to use :
xcopy H:\somefolder\*.* C:\updating\ /s/d/y/h/r