deskshare logo
Products
Download
Support
Support Forum

Ask questions and find solutions to common problems.


Technical Support

Your complete reference to product technical support.


Lost License Key

Retrieve your purchase history using our automated system.

Resources
Articles

Read expert insights on how to get the most out of our software.


Video Tutorials and Manuals

Learn new features and functions with our easy to follow videos and guides.

Contact Us
Contact Us

Your direct line to chat with us.


About Deskshare

Discover our story and values

| My Account -->
    Deskshare Support Forums
    • Recent
    • Popular
    • Login

    Continuously recording for a day and then removing old recordings automatically.

    Scheduled Pinned Locked Moved My Screen Recorder
    2 Posts 2 Posters 7.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F Offline
      fresh2012
      last edited by

      I am interested in My Screen Recorder Pro.

      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??

      Two more questions:

      1. Can I continuously record the screen for the full day?
      2. Is there automatic way to delete old recordings?

      I appreciate you assistance!

      1 Reply Last reply Reply Quote 0
      • D Offline
        DeskShare_-_Support
        last edited by

        My Screen Recorder Pro 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.

        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.

        Forfiles -pC:\backup -s -m*.* -d-5 -c "cmd /c del /q @path"

        This will delete all files in my backup directory older than 5 days. To test it first, use this:

        Forfiles -pC:\backup -s -m*.* -d-5 -c "cmd /C Echo 0x22@Path@File0x22"

        This will print out each file that the command will be deleting.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post