| 1. |
Solve : Delete Files After X Days? |
|
Answer» I understand this has been covered a lot but i SEEM to be running into a brick wall each time i try this. What I would like to do is: Code: [Select]Forfiles -p e:\path\path -s -m *.* -d -14 -c "cmd /c del /q path My I ask...... How to delete the files that is one year old...... Well what i mean is, I want to delete the files that is one year old. Where to change the script? Is it the "-14" ?Try that. There may also be a -y switch, so you could try -y 1 |
|