So here's the code
cd C:\Users\%USERNAME% G: md backup cd backup c: xcopy *.* /e /h g: pause While the Xcopy is trying to copy certain files it runs into an error, and stops copying, how do I force it to skip the current file and copy the next one?
xcopy /?is your friend.