Pull_Lib.bat 154 B

123456
  1. cd /d %~dp0
  2. set Config=%1%
  3. if "%Config%"=="" (set Config=Release)
  4. set ProjectPath="F:\C#Lib3.0 %Config%"
  5. xcopy /y /c /h /r /s %ProjectPath%\*.* %CD%\