I'm checking a lot of files and deleting some of them via cmd. Actually I'm not using the 'del' command, but I've downloaded CmdUtils for using its 'recycle' utility, for moving files into the Recycle Bin.
For some of those files, the cmd stops with an unexpected error:
An unexpected error is keeping you from deleting the file.
If you continue to receive this error you can use the error code to search for help with this problem.
Error 0x80070050: The file exists.
And then I have three buttons: Try again - Skip - Cancel. Is there a way for avoiding this error or at least to have the 'Skip' chosen automatically? Cause else the cmd stops until I click on it...
Thanks.
User contributions licensed under CC BY-SA 3.0