Advertisement
Guest User

SynergyServiceAHK

a guest
Jul 20th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #SingleInstance, Force
  2. hotkey, ^!s, functionA
  3. return
  4.  
  5. functionA:
  6. hotkey, ^!s, functionB
  7. RunWait, %comspec% /c "net stop !SKIFT TIL SERVICE NAVNET!",, Hide
  8. return
  9.  
  10. functionB:
  11. hotkey, ^!s, functionA
  12. RunWait, %comspec% /c "net start !SKIFT TIL SERVICE NAVNET!",, Hide
  13. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement