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

前端 未结 0 1393
日久生厌
日久生厌 2020-12-23 03:08

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         


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