You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FOR /F "tokens=2* skip=2" %%a in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\EqualizerAPO" /v "InstallPath" 2^>^>^"NUL^"') do SET "HeSuViPath=%%b\Config\HeSuVi"
ECHO HeSuVi path detected: "%HeSuViPath%"
ECHO.
IF EXIST "%HeSuViPath%\hrir" (
FOR /D /R %%D in (*) DO (
IF "%%~nxD"=="44" (
xcopy "%%~dpD" "%HeSuViPath%\hrir" /s /i /y
)
)
) ELSE (
ECHO Failed to find HeSuVi hrir folder path. Please make sure EqualizerAPO and HeSuVi are properly installed.