Search found 2 matches

by yaronkle
Sat Jan 24, 2009 3:32 pm
Forum: Txt2Vobsub
Topic: batch conversion .srt to .sub (vobsub)
Replies: 12
Views: 30382

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.
by yaronkle
Fri Jan 16, 2009 2:43 pm
Forum: Txt2Vobsub
Topic: batch conversion .srt to .sub (vobsub)
Replies: 12
Views: 30382

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.