PACL · Enterprise automation tool

PowerArchiver Command Line

Headless PowerArchiver for Windows automation.

The same archive engine as the GUI — 60+ formats, AES-256, .PA codec, multi-core ZIP — driven by switches. No installation: registration is in the binary, so deployment is a file copy. Designed for Windows server fleets, scheduled tasks, CI/CD pipelines, and centrally-managed endpoints.

$14.95 standalone perpetual · USD · volume discounts on quantity
Or try for free →
Overview

When to deploy PACL across your estate

PACL is the right tool when archive operations must run unattended, at scale, or under audit. Scheduled tasks, server-side automation, CI/CD release packaging, centrally-managed Windows endpoints, server estates that can't run a desktop application.

Deploy PACL when…

Use the GUI instead when…

  • An end user is interactively inspecting or triaging archive content
  • Workflows need preview, dual-panel, drag-and-drop
  • Workflows depend on Microsoft 365 add-ins (Outlook ribbon, etc.)
  • Workflows depend on Cloud connectors interactively
  • Backups are scheduled through the in-GUI Backup module
Tools in the suite

Each archive operation has its own binary

PACL is split into separate executables — copy only the ones your workflow needs onto the target host. An extract-only file-share gets paext.exe; a compression-only batch job gets pacomp.exe. Most workflows use one or two. Full switch reference: the official PACL manual.

PAEXT

Extract from archives

Extract, list, or test integrity on archives in 60+ formats. Supports password decryption, certificate-based decryption, character translations, custom output paths, file-list inputs, and FIPS 140-2 mode for AES-encrypted ZIP archives.

PACOMP

Create & update archives

Compress, update, freshen, move, or delete from archives. Configurable compression methods (Deflate, LZMA, PPMd, BZIP2, WavPack), encryption (default ZIP / AES-128 / AES-256), solid archives for 7Z, exclude lists, Unicode filenames, and Volume Shadow Copy support for locked / open files.

PAENCODE

Email-friendly encoding

Encode files to MIME (Base64), UUencode, XXencode, or yENC formats — the encoding wrappers used in legacy email pipelines and Usenet transports. Supports volume spanning (split output across multiple files at a configurable size).

PASPAN

Spanning across volumes

Split or join archives spanned across multiple removable volumes. Used when an archive exceeds a single target medium or when distributing large archives across multiple files of fixed size.

PACRYPT

Encryption operations

Apply encryption-specific operations independently of compression. Useful for re-encrypting existing archives or performing crypto operations on file payloads as a discrete step in a pipeline.

PACONV

Format conversion

Convert between archive formats without manual extract-then-recompress. ZIP ↔ 7Z, ZIP ↔ TAR.GZ, and other format pairs supported across the PA-handled format set.

Exit codes (PAEXT and PACOMP): 0 = no errors · 1 = command-line syntax error · 2 = error during operation. Suitable for orchestrator branching, CI gate-keeping, and SIEM alerting on non-zero exit.

Each tool supports fips mode (FIPS 140-2 — ZIP AES archives only), unicode mode for international filenames, q / l<file> quiet modes for unattended runs, and 0 for low-priority process start.

Performance

A multi-core ZIP engine, not a wrapper

PACL uses the same byte-level parallel ZIP engine as the PowerArchiver GUI. On a single large file, every core works in parallel — unlike file-based parallelization where one large file pins one core while everything else idles.
5

ZIP compression methods — Deflate, LZMA, PPMd, BZIP2, WavPack

PACOMP supports the full ZIPX codec set. Pick by file type via the c[l,p,w,b,d,z] switch; cz chooses an optimized method based on file extension automatically.

ZIP 4.5

large-archive format · unlimited size, files, and individual file size

ZIP v4.5 (ZIP64) support across both PAEXT and PACOMP. Multivolume archives are supported across ARJ, CAB, RAR, ACE, ZIP, and 7Z.

VSS

Volume Shadow Copy support in PACOMP (uvss switch)

Snapshot-then-compress for locked / open files via the same Volume Shadow Service mechanism Windows Server Backup uses. Configurable extension filter via uvssext<extlist>.

Format support

Same 60+ formats as the GUI

Active formats below cover what PACOMP creates and PAEXT extracts. The read-only column lists formats PAEXT can ingest but PACOMP does not write. ZIP AES encryption is compatible with the WinZip / PKZIP AES standard.

Extract / read with PAEXT

PAEXT extracts from all PACOMP-written formats plus a long tail of legacy and uncommon formats — 60+ in total.

  • All PACOMP formats above, plus:
  • RAR (v3, v4, v5) · ACE (v2) · ARJ
  • MSI · NSIS · CHM
  • DMG · RPM · CPIO
  • ISO9660 / UDF · BIN · IMG · NRG · VHD
  • SquashFS · CramFS · LHA · ZOO · LZMA
  • Multivolume ARJ, CAB, RAR, ACE, ZIP, 7Z

Encryption & compatibility

ZIP AES encryption is compatible with the WinZip and PKZIP AES standards. PACOMP writes AES-128 or AES-256 via the e1 / e2 switches; PAEXT decrypts both. FIPS 140-2 mode (the fips switch) supports ZIP AES archives only — non-AES algorithms are rejected.

Certificate-based decryption is supported via PAEXT's cert<file> switch. ZIP methods supported on extract: Deflate, Deflate64, LZMA, PPMd, BZIP2, WavPack, JPEG.

For PA's validated FIPS 140-2 / HIPAA / DFARS compliance certifications on the end product (audit logging, IT-policy enforcement, GSA / SEWP procurement support), see PowerArchiver Enterprise.

Licensing

Two paths to PACL

Most customers get PACL bundled with the desktop product (Professional Toolbox or Enterprise) — same install, same license code unlocks both. Standalone PACL licensing is for environments where the desktop GUI is unnecessary.
Bundled — included with desktop product
  • PowerArchiver Professional Toolbox ($49.95) — PACL ships in the same install as the desktop GUI; same license code unlocks both
  • PowerArchiver Enterprise ($59.95) or Enterprise Unlimited (from $4,995) — PACL included for all covered users; FIPS 140-2 / HIPAA / DFARS compliance documentation applies
  • FAQ

    Common PACL questions

    Is PACL one program or several?

    Six. The PACL suite includes PAEXT (extract), PACOMP (compress / update), PAENCODE (MIME / Base64 / UUencode / XXencode / yENC), PASPAN (spanning), PACRYPT (encryption operations), and PACONV (format conversion). They share the PowerArchiver archive engine and ship together. Each has its own switch set documented in the official manual.

    Does PACL run on Linux / macOS?

    No. PACL is Windows-only — same as the desktop PowerArchiver product line. Supports Windows 7 through 11 and Windows Server (2008 R2 through 2025). For Linux automation, the 7z CLI or zip / unzip system utilities are the standard. For cross-platform CI archive operations, a Windows runner is the supported path.

    What are PACL's exit codes?

    For PAEXT and PACOMP: 0 = no errors found, 1 = command-line syntax error / no action taken, 2 = error during operation. Suitable for orchestrator branching, CI gate-keeping, and SIEM alerting on non-zero exit. Per the PACL manual.

    Can PACL be deployed silently via MSI / Intune / SCCM?

    Yes. The bundled Toolbox or Enterprise MSI silent-installs PACL alongside the desktop product. For server-fleet deployments via standalone PACL licensing, a slim CLI-only installer is available — installs just the PACL binaries, no shell extensions, no GUI components. Supports standard MSI properties for unattended deployment via SCCM, Microsoft Intune, GPO software install, Ansible, Chef, or Salt.

    Does PACL respect Windows FIPS mode?

    Yes. Each PACL tool supports a fips switch that enables FIPS 140-2 mode. FIPS mode supports ZIP AES archives only — non-FIPS-approved algorithms (e.g., legacy ZIP scramble, non-AES ZIP encryption) are rejected. PACL also inherits the OS-level FIPS policy flag (HKLMSystemCurrentControlSetControlLsaFipsAlgorithmPolicy = 1).

    How is VSS (Volume Shadow Copy) used with PACL?

    PACOMP has a uvss switch that enables Volume Shadow Copy support — Windows takes a snapshot of locked / in-use files (databases, log files, mail stores) so PACOMP can read them consistently while another process holds them open. The uvssext<extlist> switch lets you restrict VSS to specific file extensions. Same VSS API the in-GUI Backup module uses.

    Where is the PACL reference manual?

    The full reference is on the PowerArchiver wiki — covers every switch on PAEXT, PACOMP, PAENCODE, PASPAN, PACRYPT, and PACONV. The install bundle includes a copy of the same content offline (PDF + CHM in the install directory).

    PACL — for the workflows that run without a window

    PACL is included with Professional Toolbox ($49.95) and Enterprise. For standalone server-fleet licensing — Windows server estates, regulated environments, headless deployments — request a quote sized to your server count and compliance scope. Standalone licenses from $14.95.
    Six-tool suite · Same archive engine as the GUI · 60+ formats · Windows server fleets · Compliance certifications via Enterprise
    Need help?

    Get unstuck

    🛟

    Support

    Installation issues, license activation, registration recovery — submit a ticket through the support form and we'll respond within one business day.
    Open the support form →
    📚

    Wiki

    Feature documentation, command-line reference (PACL), MSI deployment notes, FAQ archives, and configuration guides for IT.
    Browse the Wiki →
    🔑

    Order Recovery

    Lost your license key, need to re-download an old purchase, or want to update billing details? Manage everything from your ConeXware account.
    Recover an order →