Search found 3 matches
- 30 Sep 2011 14:07
- Forum: DOS Batch Forum
- Topic: Delete Any Zip or Txt by Modified Time
- Replies: 3
- Views: 3377
Re: Delete Any Zip or Txt by Modified Time
Thank you. I got it working but I discovered that one minute is too long and I need to get down to seconds. Maybe start with 20 seconds. How can I bump this into seconds. Also I took your advice and for now went down to one directory, which seems good for now. Thank you. Line 1 @echo off Line 2 cd &...
- 26 Sep 2011 14:17
- Forum: DOS Batch Forum
- Topic: Delete Any Zip or Txt by Modified Time
- Replies: 3
- Views: 3377
Re: Delete Any Zip or Txt by Modified Time
Even something simpler would be better! My ears are open!
- 26 Sep 2011 13:50
- Forum: DOS Batch Forum
- Topic: Delete Any Zip or Txt by Modified Time
- Replies: 3
- Views: 3377
Delete Any Zip or Txt by Modified Time
I'm trying to delete any zip or txt file that is less than or equal to one minute old. This file can be located anywhere on my hard drive, (don't know where it is or will be). I have this code but it always tells me path not found. Any help is appreciated. Thank you. @echo off cd "C:\" set...