@set SolutionDir=%1 @set LibraryPath=%2 echo %LibraryPath% echo %SolutionDir% @call "%SolutionDir%copy_dll.bat" "%LibraryPath%" "E:\ZeusServer\game-server\node_modules\zeus-csharp\lib\dll" @call "%SolutionDir%copy_dll.bat" "%LibraryPath%" "%LibraryPath%..\..\..\..\ZeusServer\game-server\node_modules\zeus-csharp\lib\dll" pause