Hi, Look up ods package. With this you can create a ZIP file and add files into it. It doesn't require a zip app installed, or OS calls: ods package(MyPackage) open nopf; ods package(MyPackage) add file="...\yourfile.log"; ods package(MyPackage) publish archive properties(archive_name="xyzzip" archive_path="c:\temp");
... View more