@echo off copy /b /y Library\Debug\CommonAI.dll ..\ET\Unity\Assets\Res\CodeDll\CommonAI.dll.bytes copy /b /y Library\Debug\CommonLang.dll ..\ET\Unity\Assets\Res\CodeDll\CommonLang.dll.bytes copy /b /y Library\Debug\XmdsCommon.dll ..\ET\Unity\Assets\Res\CodeDll\XmdsCommon.dll.bytes copy /b /y Library\Debug\CommonAI.dll ..\ET\Unity\Assets\Plugins\BattlePlugin\CommonAI.dll copy /b /y Library\Debug\CommonLang.dll ..\ET\Unity\Assets\Plugins\BattlePlugin\CommonLang.dll copy /b /y Library\Debug\XmdsCommon.dll ..\ET\Unity\Assets\Plugins\BattlePlugin\XmdsCommon.dll copy /b /y Library\Debug\CommonAI.dll ..\ET\Unity\Assets\Plugins\BattlePlugin\CommonAI.pdb copy /b /y Library\Debug\CommonLang.dll ..\ET\Unity\Assets\Plugins\BattlePlugin\CommonLang.pdb copy /b /y Library\Debug\XmdsCommon.dll ..\ET\Unity\Assets\Plugins\BattlePlugin\XmdsCommon.pdb echo copy successful @pause