khanat-code-old/code/nel/tools/3d/build_gamedata/update_tools.bat
StudioEtrange e3d6a799bb Fix some probleme with spaces in path on windows
PCHSupport.cmake edited online with Bitbucket
2013-07-24 20:53:33 +00:00

15 lines
271 B
Batchfile

@echo off
SET COPYCMD=/Y
REM -- Backup config files
copy cfg\*.cfg cfg\*.bak
REM -- Copy tools
xcopy \\server\code\tools\build_gamedata\*.* . /E /D
REM -- Restore config files
copy cfg\*.bak cfg\*.cfg
REM -- Delete backuped config files
del cfg\*.bak