REM Application
for /F "tokens=*" %%A in (unusedDlls.txt) do (
    del /f /q OmenAutoOcUI\%%A
)