Automation scripts for Melissa's patient export workflow.
## Rename and Move PT STMT.bat
Scans a root folder for patient export directories, renames `export.txt` with today's date, and moves it along with all `.tif` files into a new dated subfolder.
### What It Does
For every folder found under the root that contains an `export.txt`:
1. Renames `export.txt` → `PT STMT_YYYYMMDD.txt`
2. Creates a new subfolder named `PT STMT_YYYYMMDD`
3. Moves the renamed `.txt` file into that subfolder
4. Moves all `.tif` files in the same folder into that subfolder
1. Place `Rename and Move PT STMT.bat` in the root patient folder
2. Double-click to run — it automatically uses the folder it lives in as the root
### Dry Run
The script defaults to **dry run mode** — it will print every action it would take without touching any files. To run for real, open the file in Notepad and change: