Site Tools


autoit:codes:todo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

autoit:codes:todo [2017/11/23 00:44] – created lunetikkautoit:codes:todo [2022/02/09 00:09] (current) lunetikk
Line 102: Line 102:
  
  
-<code>HotKeySet("{PGUP}", "start")+<code> 
 +#cs ---------------------------------------------------------------------------- 
 + 
 +Unpack multiple rars via window queue 
 +After one window is done, another window with status "paused" will start to unpack 
 +Rename $RAR_pause and $RAR_entpacken to match your language in the window title (paused/unpacking) 
 +Also set the coordinates to match your monitor resolution 
 + 
 +#ce ---------------------------------------------------------------------------- 
 +HotKeySet("{PGUP}", "start")
 Hotkeyset("{END}", "close") Hotkeyset("{END}", "close")
  
Line 120: Line 129:
  
 If $result = 0 Then If $result = 0 Then
 +
 +WinActivate ( $RAR_pause )
 +
 +WinMove("[Active]", "", 1080, 590)
  
 Sleep(100) Sleep(100)
-MouseClick("left",980,626)+MouseClick("left",1305,805)
 Sleep(5000) Sleep(5000)
  
autoit/codes/todo.txt · Last modified: 2022/02/09 00:09 by lunetikk