Answer the question
In order to leave comments, you need to log in
How to delete files from a folder with the same items in the name?
I have a folder, there are 10000 files. It is necessary to delete files that have the "~" sign in their names.
How can I do this through the console?
Answer the question
In order to leave comments, you need to log in
DEL *~* /Q
Doesn't work on Windows 10:
C:\Temp>DEL *~*
C:\Temp\aria-debug-10644.log
Процесс не может получить доступ
C:\Temp\~DF5C54CE55B6D3C54A.TMP
C:\Temp>DEL ~*
C:\Temp\~DF5C54CE55B6D3C54A.TMP
Отказано в доступе.
C:\Temp>DEL *~
Не удается найти C:\Temp\*~
C:\Temp>del *~*
Не удается найти C:\Temp\*~*
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question