From bb32617942a0b62477ae768967cee38df5ff58e2 Mon Sep 17 00:00:00 2001 From: MilesTEG Date: Sun, 31 Oct 2021 11:06:42 +0100 Subject: [PATCH] =?UTF-8?q?Oubli=20d'incr=C3=A9mentation=20du=20compteur..?= =?UTF-8?q?.=20:D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Batch Merge one MKV Audio with another video MKV.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts-Divers/Batch Merge one MKV Audio with another video MKV.ps1 b/Scripts-Divers/Batch Merge one MKV Audio with another video MKV.ps1 index 821efa8..3977e64 100644 --- a/Scripts-Divers/Batch Merge one MKV Audio with another video MKV.ps1 +++ b/Scripts-Divers/Batch Merge one MKV Audio with another video MKV.ps1 @@ -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++ } \ No newline at end of file