Page 2 of 2

Posted: Fri Jan 16, 2009 2:43 pm
by yaronkle
Hi,
Trying to follow this thread but still don't understand what is the recommended method to batch process?
In my case I want to batch process srt files spread out on several directories.

Can someone supply an example?
Thanks.

Posted: Sat Jan 24, 2009 1:26 pm
by trustfm
the easiest way is to load ene subtitle then instead of pressing Generate Vobsub you just press the Add to batch button.
Then keep loading all the srt with the same method (Add to batch button).
When you load all the srts you want to convert then just close txt2vobsub.
Find the bat file and just run it.

Posted: Sat Jan 24, 2009 3:32 pm
by yaronkle
Thanks, but my subs are on a numerous directories.

I was thinking of doing the following:

for /f %%a IN ('dir /b /w /s *.srt') do srtconv.bat %%a

srtconv.bat would convert each file.

Am hoping for an easier method instead.