Postgresql – Filtering FORFILES in batch files
I'm trying to write a batch file to run on Task Scheduler on Windows server to delete some PostgreSQL archived files. Thought I use FORFILES and the following will list all the .backup files in the archived folders. SET "log=%USERPROFILE%tempdelete.log"…