NanashiSC

CSGO.bat #WOX #Everything

Jan 18th, 2019
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.37 KB | None | 0 0
  1. @ECHO OFF
  2.  
  3. :: kill
  4. tskill Wox
  5. tskill Everything
  6.  
  7. :: launch
  8. START "vibranceGUI" "E:\Portable Apps\vibranceGUI #CSGO\vibranceGUI.exe"
  9.  
  10. :: launch and wait
  11. START /Wait "Steam" "E:\Games\Steam\Steam.exe"
  12.  
  13. :: clean-up
  14. tskill vibranceGUI
  15.  
  16. :: relaunch
  17. START "Everything" "C:\Program Files\Everything\Everything.exe"
  18. START "Wox" "C:\Users\nanashi\AppData\Local\Wox\Wox.exe"
Advertisement
Add Comment
Please, Sign In to add comment