NanashiSC

CSGO.bat #Sample

Dec 17th, 2016
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.60 KB | None | 0 0
  1. @ECHO OFF
  2.  
  3. :: kill
  4. tskill f.lux
  5. tskill LightBulb
  6. tskill Launchy
  7. tskill Wox
  8. tskill Everything
  9.  
  10. :: launch
  11. START "vibranceGUI" "Drive:\Folder\Subfolder\...\vibrance.GUI.exe"
  12.  
  13. :: launch and wait
  14. START /Wait "Steam" "Drive:\Folder\Subfolder\...\Steam\Steam.exe"
  15.  
  16. :: clean-up
  17. tskill vibrance.GUI
  18.  
  19. :: relaunch
  20. START "f.lux" "Drive:\Folder\Subfolder\...\f.lux.exe"
  21. START "LightBulb" "Drive:\Folder\Subfolder\...\LightBulb.exe"
  22. START "Launchy" "Drive:\Folder\Subfolder\...\Launchy.exe"
  23. START "Wox" "Drive:\Folder\Subfolder\...\Wox.exe"
  24. START "Everything" "Drive:\Folder\Subfolder\...\Everything.exe"
Advertisement
Add Comment
Please, Sign In to add comment