5 lines
88 B
Batchfile
5 lines
88 B
Batchfile
|
SET COPYCMD=/Y
|
||
|
|
||
|
REM -- Copy tools
|
||
|
xcopy \\server\code\tools\leveldesign\*.* . /E /D
|