4 lines
127 B
Batchfile
4 lines
127 B
Batchfile
del /Q /S ..\web\h5_ap\*
|
|
xcopy ciyon_ap\unpackage\dist\build\h5 ..\web\h5_ap\ /s /y /v
|
|
rmdir /s/q ciyon_ap\unpackage\dist
|
|
pause |