Advertisement
Grinya90

BurnClose

Jan 17th, 2019
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.27 KB | None | 0 0
  1. #NoTrayIcon
  2.  
  3. while 1
  4.  
  5. ProcessWait("CD_Burn.exe")
  6.  
  7. WinWait("CD/DVD Burning")
  8.  
  9. WinActivate("CD Burner")
  10.  
  11. WinActivate("CD/DVD Burning")
  12.  
  13. Sleep(1000)
  14.  
  15. Send("{ENTER}")
  16.  
  17. Sleep(500)
  18.  
  19. MouseClick("left",1260,708,1,3)
  20.  
  21. sleep(10000)
  22.  
  23. CDTray("F:","CLOSED")
  24.  
  25. WEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement