XCOPY
Learning xcopy from the web is such a fun thing to do. Was doing synching of all my video/music files and the commands are just so simple since copying via a typical folder would take ages! ---------------------------------------------------------------- XCOPY C:\utils\* D:\Backup\utils /s /i The /i defines the destination as a folder. The /I defines that all subfolders are copied as well ---------------------------------------------------------------- http://www.ss64.com/nt/xcopy.html