A C# Windows Forms utility to batch process text files and remove duplicate lines.
- Bulk Processing: Select a root folder to recursively scan all
.txtfiles. - Duplicate Removal: Identifies and removes duplicate lines within each file (case-insensitive).
- Flexible Output:
- Overwrite original files.
- Create new
_cleanedversions.
- Progress Tracking: Visual progress bar and status updates during processing.
- .NET Framework 4.7.2+
- Windows OS
- Build and run the application.
- Click Select Folder to choose the directory containing your text files.
- Toggle Overwrite Original Files as needed.
- Click Clean Files to start.