Advertisement
Guest User

refresh-admin.bat

a guest
Jul 17th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.40 KB | None | 0 0
  1. rem update 3rd party
  2.  
  3. cd /D "%~dp0"
  4. cd remote\Cata-MSX-DeadPeopleTileset
  5. git pull
  6. cd ..\cata-with-rainbows
  7. git pull
  8.  
  9. rem update symlinks
  10.  
  11. cd /D "%~dp0"
  12. cd game\gfx
  13. rd DedPeopleTileset
  14. mklink /D DedPeopleTileset ..\..\remote\Cata-MSX-DeadPeopleTileset\MSX++DeadPeopleEdition
  15.  
  16. cd /D "%~dp0"
  17. cd game\data\mods
  18. rd Hairs
  19. mklink /D Hairs ..\..\..\remote\cata-with-rainbows\Hairs
  20.  
  21. cd /D "%~dp0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement