Batch File to Copy Files

Sunday, September 18, 2011

Batch File can copy files in computer easily. If we can have a good idea, we can develop to make advance batch tool to copy more files quickly. the following is the basic simple code :
copy D:\LearnBatCode.doc E:\
Other example code from directory to other directory on different drive:
copy D:\PrivatDirectory\LearnBatCode.doc E:\NewDirectory
Write it into Notepad, then save it and give .bat extension, example: copyFiles.bat you can combine this code with more batch/cmd code, like a rename files.