Sunday, May 19, 2013

Windows command to copy file forcefully when that file is used by another process

Windows command to copy file forcefully when that file is used by another process

I am copy a file using copy command. But its throwing some error.
copy /y ..\BuildLog.htm .
Error is : The process cannot access the file because its used by another process
XCOPY /Y is also throwing error. Is there any way to copy the file successfully. I have checked the other question related to this but this is not helping.
Note : I am doing this on WinXP SP3

No comments:

Post a Comment