abacabb Posted October 28, 2010 Report Share Posted October 28, 2010 I have the directories:c:\a d:\aI want to move the contents of c:\a into the folder d:\a. When I try to execute:move c:\a d:\I receive the error "Access Denied". I'm logged in as administrator.Any ideas?I can't use the GUI since I am writing a batch script to move the folders at a specific time. Quote Link to comment Share on other sites More sharing options...
Digerati Posted October 28, 2010 Report Share Posted October 28, 2010 Well, you failed to say what version of Windows you are using so that makes it bit difficult. Nevertheless, I think the move command is for files, not folders. I suggest you check out the xcopy command instead. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.