Advertisement
Guest User

Untitled

a guest
Jul 20th, 2020
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. If (WinExist("ahk_exe SndVol.exe")) {
  2.     ControlClick, ToolbarWindow324
  3. } else {
  4.     Run, "SndVol.exe",,, e
  5.     WinWait, % "ahk_pid " . e,, 1
  6.     ControlClick, ToolbarWindow324
  7.     WinClose, % "ahk_pid " . e
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement