<?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[Continuously recording for a day and then removing old recordings automatically.]]></title><description><![CDATA[<p dir="auto">I am interested in My Screen Recorder Pro.</p>
<p dir="auto">I want to have a few full days of capture that I start automatically from my application.  I am going to use the command line to start My Screen Recorder Pro.  I have a limit of 300GB of free space, how many days of recordings can I fit??</p>
<p dir="auto">Two more questions:</p>
<ol>
<li>Can I continuously record the screen for the full day?</li>
<li>Is there automatic way to delete old recordings?</li>
</ol>
<p dir="auto">I appreciate you assistance!</p>
]]></description><link>http://nodebbtest.deskshare.com/topic/22157/continuously-recording-for-a-day-and-then-removing-old-recordings-automatically.</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 17:05:21 GMT</lastBuildDate><atom:link href="http://nodebbtest.deskshare.com/topic/22157.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 07 Sep 2011 12:44:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Continuously recording for a day and then removing old recordings automatically. on Fri, 09 Sep 2011 19:51:28 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://www.deskshare.com/video-screen-capture.aspx" rel="nofollow ugc">My Screen Recorder Pro</a> can capture the screen continuously for a day.  The size of the recording at the default settings is 540MB per hour, or 13GB per day.</p>
<p dir="auto">While there is no function to delete older recordings, you can schedule a simple command line to delete older files.  Here is a batch command to delete files on a Windows PC.</p>
<p dir="auto">Forfiles -pC:\backup -s -m*.* -d-5 -c "cmd /c del /q @path"</p>
<p dir="auto">This will delete all files in my backup directory older than 5 days. To test it first, use this:</p>
<p dir="auto">Forfiles -pC:\backup -s -m*.* -d-5 -c "cmd /C Echo 0x22@Path@File0x22"</p>
<p dir="auto">This will print out each file that the command will be deleting.</p>
]]></description><link>http://nodebbtest.deskshare.com/post/35599</link><guid isPermaLink="true">http://nodebbtest.deskshare.com/post/35599</guid><dc:creator><![CDATA[DeskShare_-_Support]]></dc:creator><pubDate>Fri, 09 Sep 2011 19:51:28 GMT</pubDate></item></channel></rss>