Copy or Xcopy

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

Guest

A simple instrucion like we use to do before on a batch file, xcopy e:\Os
meus Documentos\A minha música\para já\*.* f:\Os meus Documentos\A minha
música\para já\*. and it doesn't work. Any ideas pls?
Are the names for the directorys corrects?
Tks in advance
Pedro
 
You need to use forward slashes for parameters which are put at the end. For
instance:
xcopy e:\mydir\*.* f:\yourdir\ /O /S
To get all the instructions, enter "xcopy /?" without the quotes at the DOS
command line.
 
Hey Sunny
Got you so far. But the problem is that i have long names and with accents
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top