Is there a time frame when the next release will be available?
Dear Akai, you could use a PowerShell script like this: dir *.7z | ForEach-Object { $name = $_.Name $fullName = $_.FullName Write-Host "Starte: " $name " ..." &'C:\Program Files\7-Zip\7z.exe' x $name Write-Host $p if($LastExitCode -eq 0) { Write-Host "Fehlerfrei => loesche: " $fullName Remove-Item -LiteralPath $fullName } else { Write-Host "ACHTUNG: Fehler" $name " => beenden" exit(-1) } } What this script does: a) It searches for all 7z-files within the folder b) it decompresse one and checks, whether...
Maybe your application path to 7z.exe differs from mine ? (C:\Program Files\7-Zip\7z.exe) Or there are no .7z - files in your folder?
Yes, it works:
Same as you (Windows 10 with latest updates), Powershell Build 18362.
Hahaha :) You are right - would be cool if they add something like that.
Dear Akai, you could use a PowerShell script like this: dir *.7z | ForEach-Object { $name = $_.Name $fullName = $_.FullName Write-Host "Starte: " $name " ..." &'C:\Program Files\7-Zip\7z.exe' x $name Write-Host $p if($LastExitCode -eq 0) { Write-Host "Fehlerfrei => loesche: " $fullName Remove-Item -LiteralPath $fullName } else { Write-Host "ACHTUNG: Fehler" $name " => beenden" exit(-1) } } What this script does: It searches for all 7z-files within the folder and decompresses them. After the decompression...
This thread should be deleted because its a fake alert, which could alarm people who only read headlines/titles.