Thanks!
But now I need something else... I've tried to figure this out by myself again. I'm trying to archive specific files types: *.xml, *.ssi, *.spi, *.hdt, *.sst and *.png I was only able to specify 2 files type using
$FileName = $Output & "\*.png"
$sInclude="*.xml"
;Add Files to Archive
$retResult = _7ZipAdd(0, $ArcFile, $FileName, 0, 5, 1, $sInclude)
Any thoughts ?