Advertisement
meb

AutoHOTKey - Script Error - Texture/Restart

meb
Feb 18th, 2015
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. AutoHOTKey - Script Error: 'Could Not Close the Previous instance of the script. Keep Waiting?
  2. ###########################################################################################################################http://www.meb-tech.com/tech-problems/AutoHotKey-VS-Texter.jpg
  3. ###########################################################################################################################
  4. Script:
  5. ===========================================================================================================================
  6. #Persistent
  7. program:="G:\PortableApps\TexterPortable\App\texter\texter.exe"
  8. Run,%program%,,,pid
  9. SetTimer,restart,60000
  10. return
  11. restart:
  12. if (WinExist("ahk_pid" pid)&&pid)
  13. WinClose,ahk_pid%pid%
  14. Run,%program%,,,pid
  15. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement