how check all of my file copy correctly by batch file?
- by rima
Dear all friends
I have a batch file that copy all the files from src place to dest place.
I used xcopy command.
Now I want to make sure all of my file copy correctly and delete all the files in src folder, do you have any idea?
I dont know is there any command for delete the folder with all the files and folder inside it?
please advise me....
my source folder has below structure
> root |
> [sub folder1]
> |
> filex.s
> filei.z
> [sub folder2]
> |
> filep.a
> fileq.q
> [sub folder3]
> |
> filex.s
> filei.z
> filsi.w
> file1.xx
> file2.cc
> file3.ss