Posts tagged dos

Using xcopy to update/backup your working folders

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

Read More →