Xcopy problem

T

TonyCzar

When I enter this command into a command prompt:

xcopy \Documents and Settings\Tony\My Documents R:\My Documents /d /v /f

I get the error message: "Insufficient parameters"

I don't see the error. Can anyone?
 
T

Twayne

When I enter this command into a command prompt:
xcopy \Documents and Settings\Tony\My Documents R:\My Documents /d /v
/f

I get the error message: "Insufficient parameters"

I don't see the error. Can anyone?

Try adding C: before the \Documents... and use quotes.

xcopy "C: \Documents and Settings\Tony\My Documents" "R:\My Documents"
/d /v /f

HTH
 

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

Similar Threads

xcopy help 1
XCOPY - Insufficient Memory Error 5
XCOPY command problem 1
xcopy file with time stamp 1
XCOPY fails in Vista 12
XP SP2 xcopy 4
%SystemRoot% does seem to be handled correctly 1
xCopy and Vista Profiles 12

Top