- Oct 9, 2002
- 28,298
- 1,235
- 136
I am going through a list of many files and downloading each one individually from an HTML server. Each time, a prompt appears asking for my username/password. I need to know how to open each URL from the command line with the name/password already specified.
I have already tried the following, which does not work:
iexplore.exe html://username
assword@doman-or-ip-address/filename.ext
The "remember password" option from the prompt does not work because a new process is created each time my command is executed.
I have already tried the following, which does not work:
iexplore.exe html://username
The "remember password" option from the prompt does not work because a new process is created each time my command is executed.