Quote Originally Posted by zanzabar View Post
try redoing it in powershell
Outstanding! Thanks for your help. For those who care, you only need to add powershell.exe to you .bat file
Code:
powershell.exe xcopy c:\backupsource\*.* d:\backupdest\*.* /d /e /v /y