Quote:
Originally posted by n3uxf When I try that, I get the following error:
Can't read file: \fnsw\dev\1\cache |
Try:
xcopy /exclude:E:\fnsw\dev\1\cache+E:\fnsw\dev\1\TRANSIEN T_
If still nogo, then try:
xcopy /exclude:"E:\fnsw\dev\1\cache"+"E:\fnsw\dev\1\TRANS IENT_" (putting each filename in quotes)
PS: Steve, I read that XCOPY help info too, and had some trouble trying to decipher whether the drive letter "E:" should be excluded. Seems like the * wildcard should not be needed.
I suggested separate lines for each file string just to keep things simple until n3uxf got something that worked.