crp Posted March 4, 2010 Posted March 4, 2010 using XPcommand is:xcopy \\prog3\c\*.* e:\disk1\prog3\c\ /c /s /v /h /d:03-03-2010 /EXCLUDE:c:\bu\nocopying.txtcontents of c:\bu\nocopying.txt pagefile.sys.tmp.dmp.lnk"\FRISK Software\"\"FRISK Software"\"\Program Files\"\"Program Files"\\Recent\\Recycler\\mount_bu\\Favorites\\TEMP\\opcache\\_ocr\\Cache\"\Temporary Internet Files\"\"Temporary Internet Files"\\Windows\\WINNT\"\System Volume Information\"\"System Volume Information"\ The problem: the directories with space(s) in the name are not getting excluded.(also having a problem in that chaining exclusion files on the command line does not seem to work)Anyone doing this successfully? Quote
kkehoe Posted March 4, 2010 Posted March 4, 2010 Try the 8.3 file format, i.e., "Program Files" would be "Progra~1". If the space comes before the 6th character, eliminate the space and use the first 6 actual characters. "Frisk Software" would be "Frisks~1".Kevin Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.