i'm trying to set up a batch script that will auto-write .avs files for encoding video.<BR><BR>.avs is an avisynth script. it's used for (among other things) overlaying subtitles onto video for ...
You need <B>for</B>:<BR><pre class="ip-ubbcode-code-pre">Runs a specified command for each file in a set of files. FOR %variable IN (set) DO command [command ...