Batch file to delete files older than n day in a directory

forfiles -p "Path" -s -m . -d -(no of days) -c "cmd /c del @path"


Popular posts from this blog

cognos content store database tables

How to fix: User, group, or role '*' already exists in the current database. (Microsoft SQL Server, Error: 15023)