View Single Post
  #5  
Old April 8th 21, 04:58 PM posted to microsoft.public.windowsxp.help_and_support
Ivan Denisovich
external usenet poster
 
Posts: 16
Default Entering password automatically


Try using the limited GUI & keyboard automation functions of the
`WScript.Shell` object. i.e. activate the password dialog window, and send
the keystrokes for the password. Send keystrokes to navigate the dialog
input to make sure the input focus is on the password field.


OK, should the sendkeys command be used for this?

Thanks again for your help.
Ads