User Activity

  • Posted a comment on discussion Open Discussion on 7-Zip

    Is there a time frame when the next release will be available?

  • Modified a comment on discussion Open Discussion on 7-Zip

    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...

  • Posted a comment on discussion Open Discussion on 7-Zip

    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?

  • Posted a comment on discussion Open Discussion on 7-Zip

    Yes, it works:

  • Posted a comment on discussion Open Discussion on 7-Zip

    Same as you (Windows 10 with latest updates), Powershell Build 18362.

  • Posted a comment on discussion Open Discussion on 7-Zip

    Hahaha :) You are right - would be cool if they add something like that.

  • Posted a comment on discussion Open Discussion on 7-Zip

    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...

  • Posted a comment on discussion Open Discussion on 7-Zip

    This thread should be deleted because its a fake alert, which could alarm people who only read headlines/titles.

View All

Personal Data

Username:
generic-hell
Joined:
2019-12-07 01:17:43

Projects

  • No projects to display.

Personal Tools