xcopy version for XP?

  • Thread starter Thread starter Jeff Malka
  • Start date Start date
Aha!

I just typed xcopy in run and nothing happened. I then looked for it in
Help and there was nothing.

Thanks. Now I have to figure out the right command syntax to use it to copy
an entire disk partition (data files only) to another external HD so it will
do it automatically overwriting any files that are different and maintaining
the directory structure without asking. Sort of as a backup of data files.
 
Jeff said:
Aha!

I just typed xcopy in run and nothing happened. I then looked for it in
Help and there was nothing.

Thanks. Now I have to figure out the right command syntax to use it to copy
an entire disk partition (data files only) to another external HD so it will
do it automatically overwriting any files that are different and maintaining
the directory structure without asking. Sort of as a backup of data files.

When you did this, did the command prompt box "flash" by?

Open a command prompt box, then type "xcopoy /?" without the quotes.
This will give you the command syntax.

If it doesn't work, as suggested by others, your path is messsed up or
hte program is mysteriously missing.

Use windows search to find "xcopy.exe"
 
Thanks.

I want to use it to copy all files from a data partition (F:) to an external
HD (H:)maintaining directory structure, etc and doing it automatically every
night (I'll schedule it as a batch file). Does this sound like the correct
command to use?

xcopy F:\*.* H:\ /D /E /V /I /H /R /Y /Z

Thanks.
 
You can use any of the switches, Jeff,
You may have to experiment a little, but it looks like it should work.

Just for a simple disk copy to another disk, I use: /H/I/C/K/E/R/Y

If you want to make a copy of the switches, type the following at the
command prompt:

xcopy /? >prn
 
Jeff said:
Is there a version of xcopy for XP? Where can I find it?

XCOPY.EXE should be in windows\system32 and run when you give the XCOPY
command in All Programs - Accessories - Command Prompt
 

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