Delete files in subfolder using batch script - Stack Overflow
I have to delete files from a sub folder with a same name. My filepath is like as follows. d:\test\test1\archive\*.txt d:\test\try\archive\*.txt d:\test\model\archive\*.txt I tried deleting using "del" comma...