Search found 2 matches

by steff
28 Dec 2015 05:00
Forum: DOS Batch Forum
Topic: last access file
Replies: 3
Views: 2709

Re: last access file

hey aGerman

thanks a lot it works perfekt.

oder auf deutsch...
besten dank... es funktioniert einwandfrei
by steff
22 Dec 2015 03:07
Forum: DOS Batch Forum
Topic: last access file
Replies: 3
Views: 2709

last access file

Hi i use a .cmd file to delete all files older than 20days in a drive. set PFAD=T:\ set TAGE=20 forfiles -p %PFAD% -s -m *.* /D -%TAGE% /C "cmd /c del /Q /F @path" the problem is that this use the modification date of the file. is it possible to delete files with the last access is older t...