Files
Sun1602/Server/_bin/ini/CreateEnvMemoryLeakReporter.bat
T
2022-10-26 12:25:11 +08:00

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\