You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
321 B

  1. SET ROOT=%1
  2. SET RESULT_FOLDER=_BUILD
  3. SET TARGET=%RESULT_FOLDER%\%ROOT%
  4. IF NOT EXIST RESULT_FOLDER (rmdir /Q /S RESULT_FOLDER)
  5. rmdir /Q /S %TARGET%
  6. xcopy /e /d /s /h /exclude:excludeCore31.txt %ROOT% %TARGET%\
  7. mkdir %TARGET%\Views
  8. xcopy /e /d /s /h /exclude:excludeCore31Web.txt %ROOT%\Views\Main %TARGET%\Views\Main\