v1.3.0: Fixed header UI + auto-elevate to Administrator

- GE Aerospace ASCII banner stays fixed at top of console
- Live status line updates (Processing, Cleaned, Failed, etc.)
- Live stats counter in header (Cleaned/Failed counts)
- Batch file auto-elevates to Administrator via UAC

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
cproudlock
2025-12-12 08:40:35 -05:00
parent ba2dbbefda
commit 9a8b16e0d4
3 changed files with 125 additions and 28 deletions

View File

@@ -21,7 +21,9 @@ This utility monitors a folder for DNC files and automatically strips specified
1. Copy the project folder to your DNC workstation
2. Edit `eDNC-SpecialCharFix.ps1` to set your watch folder (default: `C:\Dnc_Files\Q`)
3. Run `Run-eDNCFix.bat` or create a shortcut
3. Run `Run-eDNCFix.bat` - it will auto-elevate to Administrator
**Note:** The batch file automatically requests Administrator privileges via UAC prompt.
### Run at Startup (Optional)
@@ -129,6 +131,7 @@ The script uses exponential backoff (500ms → 1s → 2s → 4s → up to 16s) f
| Version | Date | Changes |
|---------|------|---------|
| 1.3.0 | 2025-12-12 | Fixed header UI, live status/stats, auto-elevate to Administrator |
| 1.2.1 | 2025-12-12 | Added GE Aerospace ASCII banner |
| 1.2.0 | 2025-12-12 | Immediate processing: 50ms delay, aggressive retry (100ms+), 15 attempts |
| 1.1.0 | 2025-12-12 | Improved file locking: stability check, exponential backoff, debouncing |