0
Simply put, I'm trying to move two folders from my Dropbox folder to my desktop.
Sometimes it works, sometimes it says, "Access is denied".
This is the code for the batch:
@echo off
:start
move "C:\Users\x\Dropbox\MC_Servers\ec2\Server\backups" "C:\Users\x\Desktop\Server Backups\"
move "C:\Users\x\Dropbox\MC_Servers\ec2\Server\logs" "C:\Users\x\Desktop\Server Backups\"
timeout /t 7200
goto start
I have tried running as admin, changing UAC to th lowest setting, and changing folder permissions.
Thanks for any help.
What is your question? – Sun – 2015-03-10T16:09:38.383
How do get rid of the restriction and stop it from denying access. – Quelklef – 2015-03-10T23:14:31.343