I am having problems getting this working. At this point I'm just trying to get it working from the command line, attempting to get it to login to a E-Busines suite site. I am getting "Error with enter account into web page...." message.
Within the script I have set the following -
str_url="<a valid internal website>"
str_find = "Logout"
str_user = "alertuser"
str_pwd = "password"
From the command line I am trying this command -
cscript //nologo HttpLogin.vbs -debug
Any insite into the proper method for running this would be great. Is there somewhere else I need to be putting the username/password?