That seems to work a treat! lol I have no idea how, lol. The "chcp 1252", the "delims= and the "('dir /a-d /b /s *.mkv')" all leave me utterly confused, lol. I guess I'll just have to go off and learn how all these script commands, syntax & arguments all work However, your code seems to do exactly ...
Yes the options.json file is important. It does other things besides populating the title field (though it could). The original code was written by someone to alter various things in the MKV file but it does the same thing to every file it processes. (Things like setting the Language, Default, Forc...
I'm not sure how to change the batch now. Are you suggesting I remove the bit that creates a new destination folder ("mkvmerge_out") altogether. Does this now delete the originals?
Hi Steffen, Thanks for your suggestions. Here is the original code (written by someone else, of course) that I am trying to modify to do what I want. @echo off set mkvmerge="C:\Program Files\MKVToolNix\mkvmerge.exe" if not exist "options.json" ( echo Options file 'options.json' not found. Exiting. ...
Yes, the output path would be the current folder. The idea is to run the batch file in the folder where the videoes are stored (and, hopefully, recurse the operation in any/all sub-folders that are in that dir3ectory too) How would that affect your code suggestion (if at all)? Also, the filenames ar...
INFO.BAT version 1.5 -------------------------------------------------------------------------------- Windows version : Microsoft Windows [Version 10.0.19042.685] Product name : Windows 10 Pro, 64 bit Performance indicators : Processor Cores: 4 Visible RAM: 8268000 kilobytes Date/Time format : (dd/...