Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. 'VBScript Example
  2. Set WshShell = WScript.CreateObject("WScript.Shell")
  3.  
  4. WshShell.Run "P:PCINF000.exe"
  5. WshShell.AppActivate "PCINF000"
  6.  
  7. WshShell.SendKeys "{TAB}"
  8. WshShell.SendKeys "{TAB}"
  9. WshShell.SendKeys "{TAB}"
  10. WshShell.SendKeys "{TAB}"
  11. WshShell.SendKeys "silvana"
  12. WshShell.SendKeys "{TAB}"
  13. WshShell.SendKeys "password"
  14. WshShell.SendKeys "{ENTER}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement