Delete all files of specific type (extension) recursively down a directory using a batch file

前端 未结 0 867
既然无缘
既然无缘 2020-12-23 02:56

I need to delete all .jpg and .txt files (for example) in dir1 and dir2.

What I tried was:

@echo off
FOR %%p IN (C:\\testFolder D:\\testFolder) DO F         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题