Find and replace from a different text document from each new line

Open files.txt with Notepad++

  • Press Ctrl+H
  • Find what: (^.+)\.wav$
  • Replace with: converter.exe $1.wav -o $1_1.wav --ffmpeg "-af volume=0.1"
  • Search mode: Regular Expression
  • Click on Replace All. Save your file.

Before Input file

After Output file