1

I am using this code for delete a particular folder(@RD /S /Q "D:\Remove a particular files\Test")

But how i will delete data only last 15-days data I want to delete data between dates

Madhava
  • 21
  • 1
  • What have you tried? This is not a free coding-site... And I highly recommend taking the [tour]. – geisterfurz007 Jul 27 '17 at 07:55
  • If "last 15-days data" means files last modified 15 days ago or later, then take a look at [this answer](https://stackoverflow.com/a/36585535); alternatively, you could use [`robocopy`](http://ss64.com/nt/robocopy.html) to move away matching files into some temporary directory, then deleting this using `rd /S /Q`... – aschipfl Jul 27 '17 at 08:02

0 Answers0