Computing.net: Question & Answers Forum Latest Questions

computing
  • 6
  • 6

Hi All, I have a script that deletes files in folder that are older than 1 year. FORFILES /P D:Doc\ /M *.txt /D -366 /C “cmd /c del @path” It works good, except when it does not find any files older than ...