Thanks for the reply. All of the other parameters worked fine, and even if I removed all the additional ones and used your example above, adding only exclude, it still failed. I did eventually figure it out though, and I suppose the fault was mine. The issue was in the type of collection I was using in PowerShell. I was storing the options in an "array list" which for some reason worked with every other option except exclude. Changing the variable type to a "generic list" of type string somehow works....
Hi I've been working on a PowerShell script to batch compress files/folders into 7z and I can not for the life of me get the exclude command to work. For some reason 7-Zip is telling me that it's "unsupported". Was it removed in recent versions or something? Here is a capture of what I'm talking about. The arguments are assembled and then fed into 7-Zip, but it's telling me the exclude command is not supported. Any help is appreciated. I've tried all kinds of variations such as (-x), (-x!), (-xr),...
Hi I've been working on a PowerShell script to batch compress files/folders into 7z and I can not for the life of me get the exclude command to work. For some reason 7-Zip is telling me that it's "unsupported". Was it removed in recent versions or something? Here is a capture of what I'm talking about. The arguments are assembled and then fed into 7-Zip, but it's telling me the exclude command is not supported. Any help is appreciated. I've tried all kinds of variations such as (-x), (-xr), (-xr!),...
Hi I've been working on a PowerShell script to batch compress files/folders into 7z and I can not for the life of me get the exclude command to work. For some reason 7-Zip is telling me that it's "unsupported". Was it removed in recent versions or something? Here is a capture of what I'm talking about. The arguments are assembled and then fed into 7-Zip, but it's telling me the exclude command is not supported. Any help is appreciated.
Hi I've been working on a PowerShell script to batch compress files/folders into 7z and I can not for the life of me get the exclude command to work. For some reason 7-Zip is telling me that it's "unsupported". Was it removed in recent versions or something? Here is a capture of what I'm talking about. The arguments are assembled and then fed into 7-Zip, but it's telling me the exclude command is not supported. Any help is appreciated. http://https://i.imgur.com/ghki3Bc.png
Hi I've been working on a PowerShell script to batch compress files/folders into 7z and I can not for the life of me get the exclude command to work. For some reason 7-Zip is telling me that it's "unsupported". Was it removed in recent versions or something? Here is a capture of what I'm talking about. The arguments are assembled and then fed into 7-Zip, but it's telling me the exclude command is not supported. Any help is appreciated.
Not sure why I didn't think of that. :P Anyway, it works perfect! Many thanks!
Awesome! Is there somewhere that lists the arguments (like xBRZ strength) and how...