Re: [Wtr-general] Subject:,Re: launch broswer as another user ?

2006-08-23 Thread David Schmidt
We've also had a need to start up multiple instances of IE, each in their own process. (This allows us to run multiple scraping sessions to the same site and not have the session cookies over-ride each other, as long as the cookies don't have an expiration date which writes them to the file

[Wtr-general] Subject:,Re: launch broswer as another user ?

2006-08-21 Thread Lonny Eachus
Wow. Seems like an awful lot of work. Why not just use shell to start IE as any user you want using the Windows "RunAs" command, then attach to the window? Two short lines of code. Lonny Eachus == Subject: Re: [Wtr-general] laun

Re: [Wtr-general] Subject:,Re: launch broswer as another user ?

2006-08-21 Thread Bret Pettichord
Lonny Eachus wrote: Wow. Seems like an awful lot of work. Why not just use shell to start IE as any user you want using the Windows RunAs command, then attach to the window? Two short lines of code. In my case i needed to start up several browsers concurrently and in this scenario, the only