A Windows desktop utility for batch compressing files to .7z or .zip formats and for verifying the integrity of existing compressed archives.
Batch Convert to Compressed File is a Windows application that provides a simple user interface for compressing multiple files into individual archives and verifying the integrity of existing compressed files.
- Batch Compression: Compress multiple files into individual archives in a single operation
- Multiple Format Support: Create
.7zor.ziparchives - Comprehensive Archive Verification: Verify integrity of
.7z,.zip, and.rararchives with detailed CRC checking - Real-time Progress Tracking: Detailed progress indicators, logging, and write speed monitoring
- Flexible File Management:
- Option to delete original files after compression
- Automatically move verified archives to "Success" or "Failed" folders
- User-Friendly Interface: Intuitive, clean Windows application with real-time statistics
- .7z files (7-Zip archives)
- .zip files (ZIP archives)
- .7z files (7-Zip archives)
- .zip files (ZIP archives)
- .rar files (RAR archives)
- Windows 7 or later
- .NET 9.0 Runtime
- Included
7z.dll(multi-architecture support)
- Download the latest release.
- Extract the ZIP file to a folder of your choice.
- Run
BatchConvertToCompressedFile.exe.
- Select the "Compress Files" tab.
- Select Source Files Folder: Click "Browse" next to "Source Files Folder" to select the folder containing files to compress.
- Select Output Folder: Click "Browse" next to "Output Folder" to choose where the compressed files will be saved.
- Choose Output Format: Select either the ".7z" or ".zip" format for the compressed archives.
- Delete Option: Check "Delete original files after successful compression" if you want to remove source files after compression.
- Start Compression: Click "Start Compression" to begin the batch process.
- Monitor Progress: The application displays progress bars, write speed, and detailed log messages for each file during compression.
- Cancel (if needed): Click "Cancel" to stop the ongoing compression process gracefully.
- Select the "Verify Archives" tab.
- Select Archives Folder: Click "Browse" next to "Archives Folder" to select the folder containing the archives to verify.
- Include Subfolders: Check this option to recursively scan subdirectories for archives.
- Move Options: Optionally configure moving successfully verified or failed archives to separate folders.
- Start Verification: Click "Start Verification" to begin the verification process.
- Monitor Progress: The application displays detailed verification results and statistics.
The 7z format is an open-source archive format that offers several advantages:
- Superior Compression: Often achieves better compression ratios than the ZIP and RAR formats.
- Multiple Compression Methods: Supports LZMA, LZMA2, and other advanced compression algorithms.
- Strong Encryption: AES-256 encryption support for secure archives.
- Unicode Support: Proper handling of international filenames.
The ZIP format is a widely supported archive format that provides:
- Universal Compatibility: Supported natively by Windows and most operating systems.
- Fast Compression: Quick compression and decompression using built-in .NET libraries.
- Wide Software Support: Compatible with virtually all archive management tools.
- Save Time: Batch process multiple files instead of compressing them one by one.
- Save Disk Space: Compressed files take up significantly less storage space.
- Verify Integrity: Ensure your archives are not corrupted and can be safely extracted.
- Organize Files: Automatically organize verified archives into "Success" and "Failed" folders.
- Reliability: Built-in error handling and comprehensive logging for troubleshooting.
- Ensure
7z.dllis present in the same directory as the application for .7z compression. - Make sure you have appropriate permissions to read from the input and write to the output directories.
- Review the application log window for detailed error messages during operations.
- Automatic error reports will be sent to the developer if unexpected issues occur.
- For verification issues, ensure the archive files are not in use by other applications.
If you find this tool useful, please consider:
⭐ Star this project on GitHub
💝 If you like this software, consider a donation
Every star and donation is greatly appreciated and motivates us to keep creating helpful tools for the community!
- Uses 7-Zip (
7z.dll) for archive creation and extraction. - Developed by Pure Logic Code.
Thank you for using Batch Convert to Compressed File! For more information and support, visit purelogiccode.com.

