As the title suggests i'm trying to move a hidden folder with a batch file, but i get a Access Denied error, and i'm admin to the computer so i'm very confused, so if someone could help me that would be excellent.
Thanks,
Yoda
Here's code:
Thanks,
Yoda
Here's code:
Code:
xcopy/s "C:\Documents and Settings\%username%" "E:\Documents and Settings\%username%" move /y "C:\Documents and Settings\%username%\Local Settings\Application Data\Microsoft\Outlook" "E:\Documents and Settings\%username%\Archieved" pause
Comment