You need to build a JAL script that searches files and then loops through found file names and for every found file, gets file date and if it is older than system time less 24 hours, delets the file Here is the template Dir ..., list IsEqual list, "", done LoopUntil done, ... GetToken ",", list, file FileGetTime ... IsMore ..., new_file IfThen new_file, CHECK_NEXT FileDelete file CHECK_NEXT: END_LOOP: : Greetings all... How can I set up 24x7 to delete files after they have been : around for 24 hours? : Any hints, help, will be greatly appreciated...
|