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
try to use parameter -file to specify the location of program or script:
-file "C:\Program Files\someting.exe"