You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update ReadMe and project version; add new screenshots
- Refine ReadMe content for improved clarity and consistency.
- Replace outdated screenshot with two new images.
- Update project version from 1.0 to 1.1 in `csproj` file.
A Windows desktop utility for batch compressing files to `.7z` or `.zip` formats and for verifying the integrity of existing compressed archives.
4
3
5
-

4
+

5
+

6
6
7
7
## Overview
8
-
9
-
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. It uses **7-Zip** for `.7z` compression and built-in .NET libraries for `.zip` compression, while providing a user-friendly interface for batch processing.
8
+
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.
10
9
11
10
## Features
12
-
13
11
-**Batch Compression**: Compress multiple files into individual archives in a single operation.
14
-
-**Multiple Format Support**: Create `.7z` archives using 7-Zip or `.zip` archives using built-in .NET compression.
12
+
-**Multiple Format Support**: Create `.7z` archives or `.zip` archives.
15
13
-**Archive Verification**: Verify the integrity of `.7z`, `.zip`, and `.rar` archives with comprehensive CRC checking.
16
14
-**Progress Tracking**: Detailed progress indication, real-time logging, and write speed monitoring during operations.
17
15
-**Delete Original Option**: Option to remove source files after successful compression.
18
-
-**File Organization**: Automatically move verified archives to success or failed folders.
19
-
-**Global Error Reporting**: Automatic bug reporting to the developer with comprehensive error details.
16
+
-**File Organization**: Automatically move verified archives to "Success" or "Failed" folders.
20
17
-**User-Friendly Interface**: Simple and intuitive tabbed Windows interface with real-time statistics.
21
18
22
19
## Supported File Formats
@@ -31,34 +28,30 @@ Batch Convert to Compressed File is a Windows application that provides a simple
0 commit comments