Help - Search - Members - Calendar
Full Version: Can some help me with changing the proxy settings for the following ap
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
clivebuckwheat
Internet explorer
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
wacko.gif
Doc Symbiosis
For Firefox, I use the following batch to set a configuration script:
CODE
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

To make an adequate script, just make the settings in firefox and have a look, which lines are added to the prefs.js file.
Should be very similar for netscape, but we don't use it in the institute, I'm working in, anymore.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.