Nom1fan

Run Overwatch

Feb 4th, 2019
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo ### Handling Overwatch background processes... ###
  2.  
  3. @echo off
  4.  
  5. START "" nircmd setdefaultsounddevice "Headphones" 1
  6.  
  7. START "" %userprofile%\AppData\Local\Discord\Update.exe --processStart Discord.exe"
  8.  
  9. START "" curl http://rcserver.servehttp.com:8080/v1/stopProcess/uTorrent
  10.  
  11. START /WAIT "C:\Games\Battle.net\Battle.net Launcher.exe" "battlenet://Pro"
  12.  
  13. START "" nircmd setdefaultsounddevice "Speakers" 1
  14.  
  15. TASKKILL /FI "ImageName eq Discord*" /T /F
  16.  
  17. START "" curl http://rcserver.servehttp.com:8080/v1/runProcess/uTorrent
Add Comment
Please, Sign In to add comment