Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @ECHO OFF
- SET loc=%CD%
- cd "C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo"
- if exist cfg1 (
- ren cfg cfg2
- ren cfg1 cfg
- ) else (
- if exist cfg2 (
- ren cfg cfg1
- ren cfg2 cfg
- ) else (
- mkdir cfg1
- xcopy /E cfg cfg1
- )
- )
- cd %loc%
Advertisement
Add Comment
Please, Sign In to add comment