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