BatchMergeSubtitleswithMKVMerge #125

Merged
Ghost merged 4 commits from BatchMergeSubtitleswithMKVMerge into master 2021-10-31 11:09:19 +01:00
Showing only changes of commit bb32617942 - Show all commits

View File

@ -400,4 +400,5 @@ Foreach ($MKV_1 in $MKV_1_List) {
write-host "File NON-EXISTANT - $Output" -foreground "red"
"File NON-EXISTANT - $Output" | Out-File "$destinationDirectory\Errors.txt" -Append
}
$compteur++
}