From 618bc0216f2b7c544422c67e5436de21c28b9fd3 Mon Sep 17 00:00:00 2001 From: sasgis <> Date: Sat, 12 Dec 1970 12:00:00 +0000 Subject: [PATCH] update zmp --- Update.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/Update.cmd b/Update.cmd index b3010a33..483cc381 100644 --- a/Update.cmd +++ b/Update.cmd @@ -14,6 +14,7 @@ goto err hg pull "https://bitbucket.org/vdemidov/sas.maps/" -u -f IF ERRORLEVEL 1 goto err IF NOT ERRORLEVEL 0 goto err + @for /R /D %d in (*.zmp) do rd /q %d > nul goto end :CloneRepo rd /s /q sas.maps