Available for hire Phone: +44(0)121 288 8400 me@geraint.co

XCOPY

Business Technology Tools on February 2nd, 2007 no comments

The greatest tool created by microsoft for transfering a large number of files from one location to another..
@ECHO OFF
ECHO.
XCOPY "k:\docs\*.*" c:\SHARE\DOCS\ /D /Y /S /C /k /h /a

ECHO "BACKUP COMPLETE"
PAUSE

Don’t leave home without it!!

Leave a Reply