Click to See Complete Forum and Search --> : Batch Script Help Needed


rfletcher
03-10-2008, 04:44 PM
I have a server running windows server 2003, IIS. I have a website on the server with a password protected folder. The folder uses Integrated password protection.

In the folder is a coldfusion script. I'm trying to setup a batch script that will load the url, enter in the folder username / password and process the page and then quit out of explorer.

I can get it to load IE. I can get it to open the page in the browser. But I'm stuck because the username/password blocks opens up. How do you write username = blah and password = blah in a batch script?

Any help will be greatly appreciated.

ray326
03-10-2008, 10:26 PM
http://username:password@hostname/page

rfletcher
03-11-2008, 09:33 AM
I tried that already and it doesn't work.

The folder is using Integrated Windows Authentication. I think that trick would work if i was using Basic Authentication. I need a higher level of security on the folder then basic authentication.

Anyone else have any other ideas?