repo.or.cz
/
ryzomcore.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Linux multi-monitor fullscreen support
[ryzomcore.git]
/
nel
/
tools
/
3d
/
build_gamedata
/
update_tools.bat
blob
ab4bca8aca9e3ae3bc1bea957364d57a16359ba7
1
@echo off
\r
2
\r
3
SET COPYCMD=/Y
\r
4
\r
5
REM -- Backup config files
\r
6
copy cfg\*.cfg cfg\*.bak
\r
7
\r
8
REM -- Copy tools
\r
9
xcopy \\server\code\tools\build_gamedata\*.* . /E /D
\r
10
\r
11
REM -- Restore config files
\r
12
copy cfg\*.bak cfg\*.cfg
\r
13
\r
14
REM -- Delete backuped config files
\r
15
del cfg\*.bak
\r