Advertisement
Guest User

Untitled

a guest
Feb 6th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.60 KB | None | 0 0
  1. AutoItSetOption("sendkeydelay",70)
  2. DirCreate ("C:\statisticaphotos")
  3. run("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe http://sss.krasilnikov.spb.ru/filessearch")
  4. sleep (4000)
  5. send ("{TAB 4}")
  6. sleep (1000)
  7. send ("text")
  8. sleep (1000)
  9. send ("{TAB}")
  10. sleep (1000)
  11. send ("{ENTER}")
  12. for $i=1 to 2
  13. sleep (2000)
  14. send ("{TAB 5}")
  15. FOR $k=1 to 20
  16.    send("{tab}")
  17.    send("{shiftdown}{f10}{shiftup}")
  18.    send("{down 2}{enter}")
  19.    sleep(2000)
  20.    send("{tab 6}{enter}")
  21.    send("C:\statisticaphotos")
  22.    send("{enter 2}")
  23.    sleep(1000)
  24. Next
  25. sleep(1000)
  26. send("{TAB 2} {ENTER}")
  27. Next
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement