Hi. I have been using a simple BAT file in the Events of the Workflow Configuration to remove the *.xlsx.bak files with no problems. Now I am being asked to also remove all Excel file 5 days and older from the same folder.
My current BAT file has this:
del "\\main\obx\lifeline\*.xlsx.bak"
Would I be wise to add a second event BAT file and if so, what would be the logic to delete anything five days and older? I have tried different suggestions with FORFILEs and I get errors running the file.