<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to delete files older than x days from my recorded files folder]]></title><description><![CDATA[<p dir="auto">I've successfully configured the 24/7 recording and save the hourly videos on an external hard drive.</p>
<p dir="auto">How can I make sure that the disk is not full, preventing new videos from being stored?  Can I automatically delete videos that are older than 30 days?</p>
]]></description><link>http://nodebbtest.deskshare.com/topic/22235/how-to-delete-files-older-than-x-days-from-my-recorded-files-folder</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 15:08:08 GMT</lastBuildDate><atom:link href="http://nodebbtest.deskshare.com/topic/22235.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 13 Jul 2012 16:14:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to delete files older than x days from my recorded files folder on Thu, 19 Jul 2012 06:42:40 GMT]]></title><description><![CDATA[<p dir="auto">If you are using <a href="https://www.deskshare.com/video-screen-capture.aspx" rel="nofollow ugc">My Screen Recorder Pro's</a> scheduling system to create your recordings, you can use a simple command line to remove files older than x number of days from your PC before beginning the recording.</p>
<p dir="auto">Here is an example command line to delete recorded WMV files over 30 days old from the E:\Recordings folder:</p>
<p dir="auto">forfiles /p E:\Recordings /s /m *.wmv /d -30 /c "cmd /c del @file"</p>
<p dir="auto">Change the E:\Recordings to the correct folder name where your recordings are stored.</p>
]]></description><link>http://nodebbtest.deskshare.com/post/35678</link><guid isPermaLink="true">http://nodebbtest.deskshare.com/post/35678</guid><dc:creator><![CDATA[DeskShare_-_Support]]></dc:creator><pubDate>Thu, 19 Jul 2012 06:42:40 GMT</pubDate></item></channel></rss>