Overdrive80
16th February 2013, 03:36
Hi guys, actually I need extract .rar files attachments on 153 mkv files. I know how extract one-by-one:
@echo off
Extract attachments
cd "C:\Program Files (x86)\MKVToolNix"
mkvextract attachments 001.mkv 3:001.rar
If I want extract all in one operation, I think that should manipulate mkvinfo. Maybe so:
mkvinfo 001.mkv | findstr *.rar
Somebody help me??
@echo off
Extract attachments
cd "C:\Program Files (x86)\MKVToolNix"
mkvextract attachments 001.mkv 3:001.rar
If I want extract all in one operation, I think that should manipulate mkvinfo. Maybe so:
mkvinfo 001.mkv | findstr *.rar
Somebody help me??