Advertisement
Guest User

Beispiel

a guest
Jan 4th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.28 KB | None | 0 0
  1. $gui_pos_y = $desktop_y - $guipos[3] - $delay_y - 2
  2. $gui_breite = $guipos[2]
  3. $gui_hoehe = $guipos[3]
  4.  
  5. If StringCompare(@ComputerName, "LENOVO") = 0 Then
  6.     $gui_pos_y = $gui_pos_y - 5
  7. EndIf
  8.  
  9. If StringCompare(@ComputerName, "ACER") = 0 Then
  10.     $gui_pos_y = $gui_pos_y + 1
  11. EndIf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement