@echo off REM Name: show-firefox-proxy-setting REM Version: 1.0.1 REM Created: November 11, 2014 REM Last Modified: November 12, 2014 REM Location: http://support.moonpoint.com/downloads/computer_languages/mswin_batch/show-firefox-proxy-setting.bat REM REM Description: Displays the network proxy settings used by Firefox for REM the account under which it is run REM set ffdir=%APPDATA%\Mozilla\Firefox\Profiles FOR /F "tokens=5" %%G IN ('dir %ffdir% ^| find /i "default"') DO set prefdir=%%G set preffile=%ffdir%\%prefdir%\prefs.js find /i "network.proxy" %preffile%