An Excel Based File Management utility for Windows Operating System
- Recursive Tracing of all files within a given folder and its sub folders
- Recursive Extraction of all the zip files (including nested zip files) within a given folder and its sub folders
- Matches file descriptions to the traced files when a file description index is provided
- Copy filtered subset of traced files (with / without the folder structure + optional rename functionality)
- Bulk convert Office files to PDF / HTML formats
- Duplicate detection and Change tracking based on File hashes
A one-time setup of pre-requisites must be done in-order to use this utility.
- Open the windows Command Prompt (Start -> cmd)
- Copy and Paste the below mentioned one time setup script into the command prompt and hit Enter key
- Accept the terms for du.exe (Disk Usage)
powershell -command Invoke-WebRequest https://github.com/engineered-in/FileManager/releases/latest/download/Utils.zip -OutFile "%temp%\Utils.zip"
powershell -command Expand-Archive "%temp%\Utils.zip" -DestinationPath "%localappdata%" -Force
%localappdata%/Utils/du.exe %temp% > %temp%/du.txt
echo "FileManager > Prerequisite Setup Successful! > ☺" & timeout 5 > NUL & exit
echo "."
Id. | Prerequisite | Description | Publisher | About the Prerequisite |
---|---|---|---|---|
1. | du.exe | Disk Usage | Microsoft | Used to compute folder size |
2. | fciv.exe | File Checksum Integrity Verifier | Microsoft | Used to generate SHA512 File Digest (Hash) |
3. | 7z.exe | 7-Zip | Open Source | Used to extract zip files |
4. | 7z.dll | 7-Zip | Open Source | Used to extract zip files |