What is everyone doing to clean up all the files that are generated each swing?
My first thought is a batch job that runs on boot (I don't leave my PC running when not in use) and deletes files that are X days old
something like " forfiles -p "C:\what\ever" -s -m *.* -d <number of days> -c "cmd /c del path" "
However I may want to historically go back and look at past swings, so thought maybe zip up files and move off primary hard drive might be a better solution.
My first thought is a batch job that runs on boot (I don't leave my PC running when not in use) and deletes files that are X days old
something like " forfiles -p "C:\what\ever" -s -m *.* -d <number of days> -c "cmd /c del path" "
However I may want to historically go back and look at past swings, so thought maybe zip up files and move off primary hard drive might be a better solution.