spawning dialup script

I would like to execute a command-line dialup script when Jigsaw (running
as a proxy)
has a request for a document, but does not have an active Internet connection.

Just the following would suffice:

Process p = new Process( "c:\\scripts\\rasdial.cmd");
while( ! connected )
{ 
  sleep(1000);
}
...now go on to proxy the request

I'm not familiar with the Jigsaw source.
Could someone inform me of an appropriate place to patch this code in.

Rolande Kendal

Received on Friday, 10 January 1997 14:27:08 UTC