Configuring webwasher

  • Thread starter Thread starter n o s p a m p l e a s e
  • Start date Start date
N

n o s p a m p l e a s e

I don't want to start webwasher when I start the computer.

I want to start it along with dialup connection when I start the web
browser. Is it possible to do so? If so, how? Webwasher manual was not
helpful.
 
n said:
I don't want to start webwasher when I start the computer.

I want to start it along with dialup connection when I start the web
browser. Is it possible to do so? If so, how? Webwasher manual was not
helpful.

Easy:

Right click on the tray icon
Select "Preferences"
Click on "Extas"
Select "Options"
Untick "Load automatically when Windows starts"
Press the "OK" buttons untill the windows are closed.

VOILA!
 
In
John Corliss said:
Easy:

Right click on the tray icon
Select "Preferences"
Click on "Extas"
Select "Options"
Untick "Load automatically when Windows starts"
Press the "OK" buttons untill the windows are closed.

Now when it doesn't start automatically when I start web browser. Is
there anyway to do it automatically?
 
In

Now when it doesn't start automatically when I start web browser. Is
there anyway to do it automatically?
Use a batch or script to start it first and then start the browser.
 
David said:
Use a batch or script to start it first and then start the browser.

David,
You're right. That's a better way to do it than using Netlaunch. In
fact, since I went to a cable modem, I've been using a batch file.
 
In
John Corliss said:
David,
You're right. That's a better way to do it than using Netlaunch. In
fact, since I went to a cable modem, I've been using a batch file.

I need help with batch/script. I have the basic knowledge and can talor
the stuff to my need but I am not well versed in this stuff. It would
help me if you post the batch file/script here.
 
nospamplease said:
John Corliss typed:


I need help with batch/script. I have the basic knowledge and can talor
the stuff to my need but I am not well versed in this stuff. It would
help me if you post the batch file/script here.

Well, it's pretty straightforward. The one I use is the following:
____________________________________________
"C:\Program Files\CookieCop\CookieCop.exe"
"C:\Program Files\WebWasher\wwasher.exe"
"C:\Program Files\mozilla.org\Mozilla\mozilla.exe" -quiet
____________________________________________

But that probably won't work on your system, depending on what
programs you run while online.
 
Back
Top