I need help creating a script for my work. Right now I have this script called move scan files.bat and I have it schedled to work at 5 pm every day.* Here is the script
*
@echo off
copy "Y:\Scanned\*.*" "Y:\scanned1\"
End
*
I want to create a new script that will delete files that are older then 7 days in that folder called scanned1.