title
Products            Buy            Support Forum            Professional            About            Codec Central
 

DSP Settings - how to delete specified file(s) using external program

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alec Tronic
    • Nov 2008
    • 7

    DSP Settings - how to delete specified file(s) using external program

    Source folders contain playlist files named like
    -=[album].m3u8

    I want to delete these files using an external command and have set it up like this:



    But it doesn't work... how would I set this correctly?

    Thanks in advance for any useful hint.
  • Spoon
    Administrator
    • Apr 2002
    • 43930

    #2
    Re: DSP Settings - how to delete specified file(s) using external program

    You would have to extract the path from infile, and the only way you can do this is with a batch file. I am sure searching on google will show how.

    So you run cmd.exe which runs the batch file with something like:

    c:\folder\work.bat "[infile]"

    Then in work.bat you use the %1 param and extract the path and del extractedpath.m3u8
    Spoon
    www.dbpoweramp.com

    Comment

    • Alec Tronic
      • Nov 2008
      • 7

      #3
      Re: DSP Settings - how to delete specified file(s) using external program

      Thanks, I will try that (unfortunately no skills in scripting here...)

      Comment

      Working...

      ]]>