First issue with this script and it was all due to missing "quotes" in part of the script. Need to add quotes around Y:\ISO_MAKEMKV\%%~nm so its "Y:\ISO_MAKEMKV\%%~nm". "Makemkvcon" and "makemkvcon64" doesn't like spaces in the output path without quotes. New script code below.
for /r %%m in ...
Search found 2 matches
- Wed Mar 13, 2024 2:07 pm
- Forum: MKV file processing and playback
- Topic: Batch processing of ISO to MKV
- Replies: 2
- Views: 30075
- Tue Mar 12, 2024 1:03 am
- Forum: MKV file processing and playback
- Topic: Batch processing of ISO to MKV
- Replies: 2
- Views: 30075
Batch processing of ISO to MKV
Hello all. I thought I might share my new method of processing ISO files to MKVs. You will need update the paths to your system but this has worked perfectly for my needs. Its a "for" loop that will run across all ISO files in the folder the script is located in.
Save the below code as a ...
Save the below code as a ...