Jump to content

JorgeLuis

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by JorgeLuis

  1. OK. I will look for another language for my scripts. Bye.  
  2. How could I run this script in a separate window without affecting other applications. Minimize this window and continue working with Chrome, word, excel without being affected by this script: HotKeySet("{[}", "_Exit10") Run("C:\Program Files\emulator\emulator.exe") sleep(1500) Send("{ENTER}") Sleep(1500) Local $hWnd = WinWait("[CLASS:gdkWindowToplevel]", "", 10) Local $xyz Send("APP01") Sleep(1500) Send("{ENTER}") Sleep(1500) While 1 $xyz = 0 For $i = 0 To 2 $xyz = $xyz + 1 Sleep(1500) Send($xyz) Sleep(1500) Send("{ENTER}") Sleep(1500) Send("{F12}") Next Sleep(1500) WEnd Func _Exit10() Exit 0 EndFunc
  3. Ok. HotKeySet("{[}", "_Exit10") Run("C:\Program Files\emulator\emulator.exe") sleep(1500) Send("{ENTER}") Sleep(1500) Local $hWnd = WinWait("[CLASS:gdkWindowToplevel]", "", 10) Local $xyz Send("APP01") Sleep(1500) Send("{ENTER}") Sleep(1500) While 1 $xyz = 0 For $i = 0 To 2 $xyz = $xyz + 1 Sleep(1500) Send($xyz) Sleep(1500) Send("{ENTER}") Sleep(1500) Send("{F12}") Next Sleep(1500) WEnd Func _Exit10() Exit 0 EndFunc
  4. I tried, but the autoit script affected the other applications when I try to open a word document, for example while the autoit script is running.
  5. A emulator 3270. To try to limit the action of the app so it doesn't affect other apps when I change the mouse pointer position.
  6. Hi, When I run a script(Autoit), on windows 10, it catches certain window and when I move the mouse pointer the script loses focus of this window and starts capturing the other window where the mouse pointer is. I'd like to stay focused on the initial window. Can someone help me? Best regards, Jorge
  7. Thank you for the informations.
  8. HI, I need to run a ".exe" program into a window Autoit. Can you help me?
  9. My autoit program make queries using filter fields, but if the mouse is moved to another window, the contents of other windows are affected. It is possible to let autoit run in a window, while I use word, for example?  
  10. Hi, When I run a script(Autoit), on windows 7, it catches certain window and when I move the mouse pointer the script loses focus of this window and starts capturing the other window where the mouse pointer is. I'd like to stay focused on the initial window. Can someone help me? Best regards, Jorge
×
×
  • Create New...