I download quite a lot of torrents and the torrent list in uTorrent gets filled very quickly. Most of those torrents I'd like to keep on my HDD but there some which I'd like to be removed automatically by date. Say if a torrent is older than 2 months, then automatically delete it.
How do I do that?
My current thinking is to wipe out resume.dat but this clears out everything.
Thank youCode:copy /y NUL resume.dat >NUL copy /y NUL resume.dat.old >NUL
Bookmarks