|
Answer» Hello, I was WONDERING if anyone could give me push to the right direction. I am an IT manager of a company where about 300 users visit this web site that requires them to enter the NETWORK user name, password and domain as soon as the browse to this particular PAGE. I think I know how i can get them to launch the page with a batch file. I need to know how I can get the user name, password and domain auto filled so that the users dont misstype and lock up the account as all 300 users will be using the same user name and password. This is what I am using to start the IE.
start www.webpage.com
any idea, suggestion WOULD be greatly appreciated. Thanks PintoBatch code will only be able to launch IE. To do any interaction with a page, you'll need to write a script in a language that can deal with COM objects.
If you post the page you're referring to, we may be able to conjure something up.
8-)
Note: there are free 3rd party products that can do this (Autoit)
Edit: the underlying address of the link www.webpage.com is being blocked by my hosts file (click.linksynergy.com). PROCEED at your own risk.
|