Hello scurvysauce,
Thank you for your post.
This task can be done via Batch console of the Video Splitter Business Edition.
Please find below the example of code of .jxtl file.
<timelines version="2" >
<timeline>
<group output="C:\Test_full.mp3">
<task type="joining" />
<track video="-1" audio="-1" >
<clip src="C:\Test_part0.mp3" />
<clip src="C:\Test_part1.mp3" />
<clip src="C:\Test_part2.mp3" />
</track>
</group>
</timeline>
<timeline>
<group output="C:\1Test_full.mp3">
<task type="joining" />
<track video="-1" audio="-1" >
<clip src="C:\1Test_part0.mp3" />
<clip src="C:\1Test_part1.mp3" />
<clip src="C:\1Test_part2.mp3" />
</track>
</group>
</timeline>
<timeline>
<group output="C:\2Test_full.mp3">
<task type="joining" />
<track video="-1" audio="-1" >
<clip src="C:\2Test_part0.mp3" />
<clip src="C:\2Test_part1.mp3" />
<clip src="C:\2Test_part2.mp3" />
</track>
</group>
</timeline>
</timelines>
Regrettably we have got such tutorial at the present time, but here you can view how to use Batch console:
http://www.solveigmm.com/en/howto/how-to-delete-sound-from-mpeg-1-mpeg-2-files-in-batch-or-console-mode-with-video-splitter/Please feel free to ask if there are any further questions.