2 thoughts on “Script to autmaticly send Alt-Tab

  1. Buen dia..
    use tu scrip
    1
    2
    3
    4
    5
    6
    7
    Option Explicit
    Dim objShell
    Set objShell = CreateObject(“WScript.Shell”)
    Do
    objShell.SendKeys “%+{TAB}”
    Wscript.Sleep 300000
    Loop
    ahora como lo detengo??
    me yudas por fa

    1. yo lo usato per fare un loop infinito.
      pero basta no hacer il loop…
      Dim objShell
      Set objShell = CreateObject(“WScript.Shell”)
      objShell.SendKeys “%+{TAB}”

Leave a Reply

Your email address will not be published. Required fields are marked *