how check all of my file copy correctly by batch file?
Posted
by
rima
on Super User
See other posts from Super User
or by rima
Published on 2011-01-12T04:38:22Z
Indexed on
2011/01/12
4:55 UTC
Read the original article
Hit count: 210
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
© Super User or respective owner