Melville
Member
Registered: 4th Jun 03
Location: Newcastle upon Tyne
User status: Offline
|
As title really.
Need something that will auto delete files after they become x days old. I dont have a clue about scripts but if thats the best way then I would appreciate pointing in the right direction
Thanks, Mark
|
Dan B
Member
Registered: 25th Feb 01
User status: Offline
|
Would the Windows scheduler be able to do this? Not really looked at it, in any great detail...
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
create a batch file, and put some delete lines in there, then add it as a windows schedule task
|
Dan B
Member
Registered: 25th Feb 01
User status: Offline
|
The more difficult part would be getting it to compare the current date against the creation-date of the file, and working out if it's more than x days old......am sure it's possible, though.
|