Hello,
I am posting again my question because i am really desperate to find a solution to this problem. My vbscript is working but not when i schedule it to run on task scheduler and the session is not active. Please HELP!!!!
Here's a snapshot of the script:
set WshShell = CreateObject("WScript.Shell")
Set objExplorer = CreateObject("InternetExplorer.Application")
objExplorer.navigate " wscript.sleep 100
objExplorer.Visible=True
wscript.sleep 3000
WshShell.SendKeys "username"
WshShell.SendKeys "{tab}"
WshShell.SendKeys "password"
WshShell.SendKeys "{enter}"
If sendkeys really would not work on batch job. How do i get around to logging in to this website?
Thanks in advance,
AMA
I am posting again my question because i am really desperate to find a solution to this problem. My vbscript is working but not when i schedule it to run on task scheduler and the session is not active. Please HELP!!!!
Here's a snapshot of the script:
set WshShell = CreateObject("WScript.Shell")
Set objExplorer = CreateObject("InternetExplorer.Application")
objExplorer.navigate " wscript.sleep 100
objExplorer.Visible=True
wscript.sleep 3000
WshShell.SendKeys "username"
WshShell.SendKeys "{tab}"
WshShell.SendKeys "password"
WshShell.SendKeys "{enter}"
If sendkeys really would not work on batch job. How do i get around to logging in to this website?
Thanks in advance,
AMA