I\'m trying to use 7-Zip to backup some files inside a Powershell (v2) script.
I have:
$zipPath = \"C:\\Program Files\\7-Zip\\7z.exe\" [Array]$zipArg
Maybe a simpler solution is to run 7-zip on your Powershell via cmd:
cmd
cmd /c 7za ...