Search found 3 matches

by dlang123
Wed Dec 21, 2011 3:11 am
Forum: General MakeMKV discussion
Topic: How can I create a .bat file for making mkv files?
Replies: 9
Views: 15850

Re: How can I create a .bat file for making mkv files?

Might want to take a look here too, either of these would split a string for you.

http://stackoverflow.com/questions/1707 ... batch-file
by dlang123
Wed Dec 21, 2011 2:45 am
Forum: General MakeMKV discussion
Topic: How can I create a .bat file for making mkv files?
Replies: 9
Views: 15850

Re: How can I create a .bat file for making mkv files?

Hmm trying to automate it like that is a good question... I normally do most of my programming on linux and not in Windows bat files, so you could capture the whole string to multiple variables, and then split on the , token Then you just find the proper first token that matches your DVD player.. wh...
by dlang123
Thu Dec 15, 2011 3:37 am
Forum: General MakeMKV discussion
Topic: How can I create a .bat file for making mkv files?
Replies: 9
Views: 15850

Re: How can I create a .bat file for making mkv files?

I was thinking about doing the same thing... Did you ever get this to work? From the looks of it, are you trying to automate it from you disc drive or from files on your computer? What are your errors? makemkvcon mkv disc:0 all c:\folder should be the normal line to use for this I would think.. C:\P...