Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.42 KB | None | 0 0
  1. SET csgopath=A:\SteamLibrary\steamapps\common\Counter-Strike Global Offensive
  2. SET steampath=F:\Steam
  3. SET userid=40764666
  4. SET inputcfg=C:\Users\JR\Desktop\input.cfg
  5. SET outputcfg=output.cfg
  6.  
  7. type "%csgopath%\csgo\cfg\config.cfg" > "%outputcfg%"
  8. type "%steampath%\userdata\%userid%\730\local\cfg\config.cfg" >> "%outputcfg%"
  9. type "%csgopath%\csgo\cfg\autoexec.cfg" >> "%outputcfg%"
  10. type "%inputcfg%" >> "%outputcfg%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement