cpdll.bat 333 B

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