@echo off Del /S /Q "..\tp3\Public\xxh5\" echo "delete xxh5" xcopy ".\dist\build\h5" "..\tp3\Public\xxh5\" /s /e echo "finished!" pause