XCOPY

  • Thread starter Thread starter ECL
  • Start date Start date
E

ECL

Hi,

I'm getting this error message "Can't read file:
filename.txt" when command

xcopy c:\test\*.*
c:\test2 /d /s /a /f /exclude:\folder\filename.txt

Why is it so? Am using Windows 2000 and XP. Is there any
others parameters I need to add
in this command?

I need this command to add in my batchfile to be able to
copy the newer file with archive attribute to other
directory except "filename.txt". Can anyone provide me an
example.

Any help would be great.

thanks in advance:)
 
Back
Top