Skip to content

Instantly share code, notes, and snippets.

:: U4FilterInstaller.bat
@echo off
setlocal
echo Filter Installer for PLEX PX-W3U4/PX-Q3U4/PX-W3PE4/PX-Q3PE4
echo,
if /i "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
set regsvr32_path=%SystemRoot%\SysWOW64\regsvr32.exe
) else (
if /i "%PROCESSOR_ARCHITECTURE%" == "x86" (