批处理/DOS命令删除文件夹下某类型的文件

del /S /F /Q *.aspx.cs
del /S /F /Q *.aspx.resx
del /S /F /Q *.ascx.cs

原文地址:https://www.cnblogs.com/dashi/p/4034708.html