khanat-opennel-code/code/nel/tools/3d/build_gamedata/update_tools.bat

16 lines
271 B
Batchfile
Raw Normal View History

2010-05-06 00:08:41 +00:00
@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