Specialized Administration > Working with Properties and Command Line Utilities > Windchill Replication Package Command Line Utility > Windchill Replication Package ZIP Delivery Command Line Utility > Windchill Replication Package ZIP Delivery Command Line Utility Example
  
Windchill Replication Package ZIP Delivery Command Line Utility Example
The following example shows how you might use the Windchill Replication Package ZIP Delivery command line utility from a windchill shell. In this example, the sending system previously sent three iterations of the replication package to the target system and is planning to send another iteration using an incremental delivery.
java com.ptc.windchill.rd.cli.WindchillPackage zip-delivery -u rsimon -z -n 1234567 -l "D:\exportFiles\packageDeliveries\20131201"
In this example command, the user who is completing the command is Reuben Simon. He will be listed as the user who last modified package number 1234567. The package 1234567 will be iterated to the next version in the versioning scheme and a delivery will be created based on the new package iteration. After the delivery is created, the package iteration will be locked and the delivery ZIP files will be created based on the package content that is new, changed, or removed since the previous delivery. Once the ZIP files are ready, they will be downloaded to the D:\exportFiles\packageDeliveries\20131201 directory on the server where the utility is run.