Jump to content

kblazk

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by kblazk

  1. need to automate creating recording folder every day, becuse we recording 16 chanells 24 hours per date, then when the folder get too big, it take too much to open for review.

    Any body has a solution for this problem?

     

    I created a batch file to do this , this is what my batch file looks like.

     

    ==============================

     

     

    cd\Inetpub\ftproot\FIRE_DISPATCH

     

    DEL *.vrd

     

    MD FIRE_DISPATCH_%Date:~-4,4%%Date:~-10,2%%Date:~-7,2%

     

    MOVE *.mp3 FIRE_DISPATCH_%Date:~-4,4%%Date:~-10,2%%Date:~-7,2%

     

     

     

    cd\Inetpub\ftproot\FIRE_REPEATER

     

    DEL *.vrd

     

    MD FIRE_REPEATER_%Date:~-4,4%%Date:~-10,2%%Date:~-7,2%

     

    MOVE *.mp3 FIRE_REPEATER_%Date:~-4,4%%Date:~-10,2%%Date:~-7,2%

     

     

     

     

    cd\Inetpub\ftproot\LIFESTAR

     

    DEL *.vrd

     

    MD LIFESTAR_%Date:~-4,4%%Date:~-10,2%%Date:~-7,2%

     

    MOVE *.mp3 LIFESTAR_%Date:~-4,4%%Date:~-10,2%%Date:~-7,2%

     

    ============================================

     

    I have it scheduled in the windows task manager to run every night at 23:59

×
×
  • Create New...