i am using windows 7 32 bit ultimate, i want to know if anyone can use cmd or command prompt (move command) and fix this problem :
i have folder (mypro) on drive (C) and i also have same folder on (D) drive. now when i use cmd like the following it says "access denied"
c:> move mypro d:\
access denied
c:>
c:> move/y mypro d:\
access denied
c:>
c:> move/-y mypro d:\
access denied
c:>
also i i run with administration rights but its not working again
In case there are no subfolders in your
c:\mypro\
-folder, try this:move /y mypro\* d:\mypro\
In case you've got subfolders the solution seems to require a BAT-file. If you need that, let me know.