Copy doument into other batch programming code example
Example 1: cpoying data in batch
xcopy /s c:\source d:\target
Example 2: copy paste in batch
mv 'file' 'destination'
xcopy /s c:\source d:\target
mv 'file' 'destination'