Copy command doesn't work with batch file in windows 7
I have recently installed Windows 7 but not able to run the copy command at the command prompt.
For example if I enter
copy abc c:\
It copies the abc file to c:\. Now when I create a batch file from this command and run it with administrative rights, I get the error “cannot find the file”! And when I run the batch file without administrator privileges, I get the message” 'access denied”, How to solve this issue?
For example if I enter
copy abc c:\
It copies the abc file to c:\. Now when I create a batch file from this command and run it with administrative rights, I get the error “cannot find the file”! And when I run the batch file without administrator privileges, I get the message” 'access denied”, How to solve this issue?