Using 4NT and Info-ZIP:

for /a:D/H %f in ( * ) ( echo %f %+ zip -9 -r -! -D "%f.zip" "%f\*" )

This will create one zip file for each folder in the current one with the same name as the folder using max compression (-9), recursion (-r), NT file attributes (-!), and not storing the "folder" entries (-D).

I know this isn't Kix, but NTDOC and others will gladly "KiX" it... [Smile]

The advantage of this Zip is that it is free...
_________________________
Later,   [b]Mad[/b]ruga