BP cache mode, cache clean up.

BatchPatch Forums Home Forums BatchPatch Support Forum BP cache mode, cache clean up.

  • This topic has 1 reply, 2 voices, and was last updated 8 years ago by doug.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #10700
    doug
    Moderator

    The cache does not have any kind of built-in cleaning routine. You can manually clean the cache by simply deleting all of the cache folder contents. If you want to setup a task to do it, then you could use a BatchPatch ‘local command’ under ‘Actions > Local process/command > Create/modify local commands’ such as this, substituting the path to your cache directory:

    cmd.exe /C del "F:Some FolderBatchPatch_Cache" /Q

    Then just create a scheduled task to execute the local command at the desired time.

    -Doug

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.