Batch delete files in a certain suffix format in the windows environment (take the xml format file as an example)

Requirement: On the Windows system, want to delete files in a certain format in batches
Implementation: Take xml format files as an example

@echo on

del *.xml

pause

Friends, have you lost your studies?
See you next time, bye!

Guess you like

Origin blog.csdn.net/frdevolcqzyxynjds/article/details/123252530