04-23-2023, 04:21 PM
Foobar extracted them best for me! The problem is that when Foobar extracts, it adds a [1] at the end.
But it's easy to bypass. Once you extract them, open Powershell 7.
Type "Set-Location "C:\File Directory""
Then Type "get-childitem *.wav | foreach { rename-item $_ $_.Name.Replace(" [1]", "") }"
But it's easy to bypass. Once you extract them, open Powershell 7.
Type "Set-Location "C:\File Directory""
Then Type "get-childitem *.wav | foreach { rename-item $_ $_.Name.Replace(" [1]", "") }"