the nice thing (!) about batch files is if you havent built in any error handling, then they will just quit without carrying on.
it cant copy one of the files (i assume) , and when it gets to it it will just quit and give up. so when it gets stuck, nothing after that will happen either
normally, you cant copy a file if it is in use...perhaps someone has a file open in e: while the batch file runs?
if not, try copy the files one by one, or folder by folder via windows, until you find the one it errors on, and fix the problem
it cant copy one of the files (i assume) , and when it gets to it it will just quit and give up. so when it gets stuck, nothing after that will happen either
normally, you cant copy a file if it is in use...perhaps someone has a file open in e: while the batch file runs?
if not, try copy the files one by one, or folder by folder via windows, until you find the one it errors on, and fix the problem