build_test.bat 143 B

123456
  1. @echo off
  2. Del /S /Q "..\tp3\Public\testh5\"
  3. echo "delete testh5"
  4. xcopy ".\dist\build\h5" "..\tp3\Public\testh5\" /s /e
  5. echo "finished!"
  6. pause