eh.
you need the udf:
MakeCab() - Create windows cabinet file package with specified files included

to use this.
code:
$full_paths_to_Files ="list of files which you generate"
$packagefile = "the_package-file's fullpath"

$returncode=makecab($packagefile,$full_paths_to_Files)
if @error or len($returncode)
"error occured:" $returncode+@error
else
"package created"
endif

_________________________
!

download KiXnet