Mozilla Firefox
Netscape 8.x
Spybot
I have to put the address of our proxy server in
I would like to accomplish this via a batch file if possible thanks
Posted 29 May 2006 - 10:03 PM
Posted 30 May 2006 - 06:48 AM
IF NOT exists "%PROGRAMFILES%\mozilla Firefox"\defaults\pref\firefox.js echo didnt find config.file && pause && exit
echo pref("network.proxy.autoconfig_url","http://www.mydomain.de/proxy.pl" ); >> "%PROGRAMFILES%\mozilla firefox"\defaults\pref\firefox.js
echo pref("network.proxy.type",2); >> "%PROGRAMFILES%\mozilla firefox"\defaults\pref\firefox.js
exit