删除文件上线.bat 202 B

123456
  1. net use \\172.16.32.160 "thyy@2018" /user:"administrator"
  2. set PrjPath=D$\a.snapshot\web-server\dist
  3. RMDIR /S /Q "\\172.16.32.160\%PrjPath%"
  4. robocopy ./dist "\\172.16.32.160\%PrjPath%" /E /Z /R:1 /W:1