Advertisement
Guest User

Rainmeter Launcher Issues

a guest
Apr 26th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. -----Chrome.ahk----
  2. IfWinNotExist, Chrome
  3. {
  4. run C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe
  5. return
  6. }
  7. else
  8. {
  9. WinActivate ; The above "IfWinNotExist" also set the "last found" window for us.
  10. return
  11. }
  12.  
  13. ExitApp
  14.  
  15.  
  16.  
  17. ----Rainmeter Launcher----
  18. LeftMouseUpAction=!Execute ["C:\Users\Peter\Documents\Rainmeter\RainmeterAutohotkey Files\Chrome.ahk"][!ShowMeter AppButton2Passive][!HideMeter AppButton2Active][!Update]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement