scott257us
Technical User
I am having problems with the scripted attached to below,
everything works with the exception of the TABS and ENTER. I have used the same format on other programs but with JDE it just doesn't seem to work. But if I hit the keys on the keyboard they work.??? Please help sorry I left off the code, here it is
Option Explicit
Dim objShell
Set objShell = CreateObject("WScript.Shell")
objShell.Run "jde"
Wscript.Sleep 5000
objShell.SendKeys "password"
objshell.sendkeys "{TAB}"
objshell.sendkeys "{TAB}"
objshell.sendkeys "{ENTER}"
WScript.Quit
Thank You,
scott257us
everything works with the exception of the TABS and ENTER. I have used the same format on other programs but with JDE it just doesn't seem to work. But if I hit the keys on the keyboard they work.??? Please help sorry I left off the code, here it is
Option Explicit
Dim objShell
Set objShell = CreateObject("WScript.Shell")
objShell.Run "jde"
Wscript.Sleep 5000
objShell.SendKeys "password"
objshell.sendkeys "{TAB}"
objshell.sendkeys "{TAB}"
objshell.sendkeys "{ENTER}"
WScript.Quit
Thank You,
scott257us