10 lines
655 B
Batchfile
10 lines
655 B
Batchfile
@ECHO OFF
|
|
copy /Y .\memory_Leak_*.txt ..\
|
|
xcopy /Q/E/S/K/D/Y/R ..\..\..\Utility\SharedMemoryLeakReporter.hxx ..\..\AgentServer\
|
|
xcopy /Q/E/S/K/D/Y/R ..\..\..\Utility\SharedMemoryLeakReporter.hxx ..\..\DatabaseProxy\
|
|
xcopy /Q/E/S/K/D/Y/R ..\..\..\Utility\SharedMemoryLeakReporter.hxx ..\..\GameServer\
|
|
xcopy /Q/E/S/K/D/Y/R ..\..\..\Utility\SharedMemoryLeakReporter.hxx ..\..\GuildServer\
|
|
xcopy /Q/E/S/K/D/Y/R ..\..\..\Utility\SharedMemoryLeakReporter.hxx ..\..\MasterServer\
|
|
xcopy /Q/E/S/K/D/Y/R ..\..\..\Utility\SharedMemoryLeakReporter.hxx ..\..\PortalServer\
|
|
xcopy /Q/E/S/K/D/Y/R ..\..\..\Utility\SharedMemoryLeakReporter.hxx ..\..\WorldServer\
|