Skip to content

Instantly share code, notes, and snippets.

@q8f13
Created April 23, 2023 18:13
Show Gist options
  • Save q8f13/8ba793d207b5b624f3b35864f959b21b to your computer and use it in GitHub Desktop.
Save q8f13/8ba793d207b5b624f3b35864f959b21b to your computer and use it in GitHub Desktop.
A batch script for showing all ESO addons dependencies. Put this script into {My Document Folder}\Elder Scrolls Online\live\AddOns\
REM Find and list all dependencies for addons
@echo off
for /R %%f in (*.txt) do findstr "DependsOn" "%%f"
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment