Hi folks, I can't seem to figure out why my batch file does not work anymore after I have upgraded from WinXp 32bit. I prefer xcopy vs Windows backup due to ease of accessing my files.
Batch file called xcopy.bat
placed to C:\Users\MyUserID when executed dose nothing but displays the same line and hogs CPU.Code:xcopy c:\backupsource\*.* d:\backupdest\*.* /d /e /v /y
If I start cmd console and type in the same exact code it works.
Help is much appreciated.




Reply With Quote

Bookmarks