rem echo off @SET SolutionDir=%~dp0\ @SET TargetDirLua=%SolutionDir%..\..\data\ClientScript\Protocol\generated\ echo %TargetDirLua% echo %SolutionDir% @rd /s/q "%TargetDirLua%" @xcopy /Y /Q /e /i %SolutionDir%..\OpenCards.GenCodec\generated_msg_lua %TargetDirLua% rem Modify "cn" to the file configuration you want to start @SET LuaAreaDirPath=%SolutionDir%..\..\data\ServerData\templates_lua_area\cn @SET LuaDirPath=%SolutionDir%..\..\data\ServerData\templates_lua\ echo %LuaAreaDirPath% echo %LuaDirPath% rem @if exist "%LuaAreaDirPath%" xcopy /Y /Q /e /i %LuaAreaDirPath% %LuaDirPath% @xcopy /Y /Q /e /i %LuaAreaDirPath% %LuaDirPath%