You can run ExpressZip from the command line. Any or all options can be used and repeated as needed. No prompts occur when using command line options. The following options are available:

zip: Archive files/folders into a zip.

Example: "C:\Program Files\NCH Software\expresszip.exe" zip -a "C:\MyDocuments\archive.zip" -f "C:\MyDocuments\Music" "C:\MyDocuments\Pictures\sample.jpg" -cn -o

extract: Extract files from any of the archives supported by ExpressZip.

Example: "C:\Program Files\NCH Software\expresszip.exe" extract -a "C:\MyDocuments\archive.zip" -d "C:\MyDocuments" -m

convert: Convert any of the archives supported by ExpressZip to a zip archive.

Example: "C:\Program Files\NCH Software\expresszip.exe" convert -a "C:\MyDocuments\archive.rar" -d "C:\MyDocuments"

encrypt: Add encryption to a zip archive.

Example: "C:\Program Files\NCH Software\expresszip.exe" encrypt -a "C:\MyDocuments\archive.zip" -p "myPassword"

decrypt: Remove encryption from a zip archive.

Example: "C:\Program Files\NCH Software\expresszip.exe" decrypt -a "C:\MyDocuments\archive.zip" -p "archivePassword"