{"id":400,"date":"2016-07-25T08:24:59","date_gmt":"2016-07-25T07:24:59","guid":{"rendered":"https:\/\/solidt.eu\/blog\/?p=400"},"modified":"2016-07-25T08:24:59","modified_gmt":"2016-07-25T07:24:59","slug":"clean-old-log-files","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/clean-old-log-files\/","title":{"rendered":"Clean old log files"},"content":{"rendered":"<p>Original source: http:\/\/stackoverflow.com\/questions\/51054\/batch-file-to-delete-files-older-than-n-days<\/p>\n<p>(Cleans log files in the same directory as the bat file, named *.log* at least 14 days old)<\/p>\n<pre lang=\"batch\" title=\"clean-logfiles.bat\">\r\n@echo off\r\npushd \"%~dp0\"\r\nset CMD1=forfiles -p \"%CD%\" -s -m *.log* \/D -14 \/C \"cmd \/c del @path\"\r\nREM echo %CMD1%\r\nstart \"\" %CMD1%\r\npopd\r\necho %CD%\r\npause\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Original source: http:\/\/stackoverflow.com\/questions\/51054\/batch-file-to-delete-files-older-than-n-days (Cleans log files in the same directory as the bat file, named *.log* at least 14 days old) @echo off pushd &#8220;%~dp0&#8221; set CMD1=forfiles -p &#8220;%CD%&#8221; -s -m *.log* \/D -14 \/C &#8220;cmd \/c del @path&#8221; REM echo %CMD1% start &#8220;&#8221; %CMD1% popd echo %CD% pause<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[8],"tags":[],"class_list":["post-400","post","type-post","status-publish","format-standard","hentry","category-other-scripts"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/400","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=400"}],"version-history":[{"count":1,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/400\/revisions"}],"predecessor-version":[{"id":401,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/400\/revisions\/401"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=400"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=400"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=400"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}