copy problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have attempted to copy some files from one drive/folder to another
drive/folder but get an error msg "cannot copy." Attributes do not show
"read only." Problem seems to be limited to one file extension *.dbm (an old
database mgmt sys). Any suggestions?
 
Are you trying to copy from a cd because some cd's are copy-protected.
And there is no relation between "Attributes" and Copy.You can copy the file
even if the file is read-only.
 
Ed said:
I have attempted to copy some files from one drive/folder to another
drive/folder but get an error msg "cannot copy." Attributes do not show
"read only." Problem seems to be limited to one file extension *.dbm (an old
database mgmt sys). Any suggestions?

You might get some more explicit messages when copying
from a Command Prompt:
- Click Start / Run / cmd {OK}
- Type this command:
xcopy /s /d /y "d:\Some Source Folder" "d:\Some Destination Folder\"

What do you see?
 
No I am trying to copy file and it gives me another page and copies in onto
other page not under the position I want
 
No I don't want to copy from there
--
summer


Pegasus (MVP) said:
You might get some more explicit messages when copying
from a Command Prompt:
- Click Start / Run / cmd {OK}
- Type this command:
xcopy /s /d /y "d:\Some Source Folder" "d:\Some Destination Folder\"

What do you see?
 
Sorry, I can't make sense of your reply.


Summer said:
No I am trying to copy file and it gives me another page and copies in onto
other page not under the position I want
 
The command

xcopy /s /d /y "d:\Some Source Folder" "d:\Some Destination Folder\"

uses sample names. You must, of course, supply your
own drive, folder and file names!
 
Back
Top