Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
XCopy /v question
Name: WkEndHacker Date: February 29, 2008 at 09:18:33 Pacific OS: XP Pro SP2 CPU/Ram: 3GB RAM Product: Dell Precision 360
Comment:
The help files says the /v switch on Xcopy will "verify each new file"
What does this mean? Does it mean that it will let you know if the copy fails for some reason?
Summary: No need for 3rd party utility. Use XCOPY with /v to verify files written. To make a log: xcopy /v *.* u:\ > log ===================================== If at first you don't succeed, you're about aver...
Summary: Rajesh, This is how it works for me. The only prompt I get is for the pause command. xcopy's question about file or directory is answered automatically by the script as 'f' Is the behaviour different ...
Summary: Just for kicks and giggles, and perhaps others: ===================================================== C:\>COPY /? Copies one or more files to another location. COPY [/D] [/V] [/N] [/Y | /-Y] [/Z] [/A ...