I can't use this command in win 7 when want to move a directory if the destination exists. It says Access denied. Why hapens this? It worked in XP.
move /y "%1" c:\mydir\
I can use robocopy, but then it will move only the contents of the folder. not the folder completly.
robocopy "%1" c:\mydir /E /IS /MOVE
How can I solve this problem?