Linux multi-monitor fullscreen support
[ryzomcore.git] / nel / tools / 3d / build_gamedata / update_tools.bat
blobab4bca8aca9e3ae3bc1bea957364d57a16359ba7
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
11 REM -- Restore config files\r
12 copy cfg\*.bak cfg\*.cfg\r
14 REM -- Delete backuped config files\r
15 del cfg\*.bak\r