ZipOne provides a command-line interface (CLI) for programmatic access to archive operations. This reference covers all available commands and options.
ZipOne CLI can be accessed from Command Prompt, PowerShell, or integrated into scripts and applications.
zipone [command] [options] [arguments]Extract files from an archive.
zipone extract <archive> [-d destination] [-p password] [-o overwrite]Options:
-d Destination folder (default: current directory)-p Password for encrypted archives-o Overwrite existing files (yes/no/ask)Create a new archive.
zipone create <archive> [files...] [-f format] [-c level] [-p password]Options:
-f Archive format (zip, 7z, tar, etc.)-c Compression level (0-9, default: 6)-p Password for encryptionList contents of an archive.
zipone list <archive> [-v verbose]Test archive integrity.
zipone test <archive>Attempt to repair a corrupted archive.
zipone repair <archive> [-o output]zipone extract archive.zip -d C:\extractedzipone create backup.zip folder1 folder2 -f zip -c 9zipone extract secure.zip -p mypassword -d outputZipOne CLI returns the following exit codes:
0 - Success1 - General error2 - Invalid arguments3 - Archive not found4 - Corrupted archive5 - Wrong passwordCommon CLI issues and solutions:
For more detailed troubleshooting, see our troubleshooting guide or contact support.