What is the command to unzip a file using 7z in powershell?
set-alias sz "$env:ProgramFiles7-Zip7z.exe"
sz x $zipfilePath $destinationUnzipPath -aoa -r;
The command works fine but it says no files to process, everything is Ok rather than unzipping the file?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…