From ddb17bcf24cd991245d475f60e469639791761e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=9C=D0=BE?= =?UTF-8?q?=D0=B6=D0=B5=D0=B2=D0=B8=D1=82=D0=B8=D0=BD?= Date: Sun, 1 Feb 2026 18:31:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BF=D1=83=D1=82=D0=B5=D0=B9=20=D1=81=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D0=B1=D0=B5=D0=BB=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/CleanFabricationPackage.cmd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/CleanFabricationPackage.cmd b/source/CleanFabricationPackage.cmd index a8224d4..fe66d79 100644 --- a/source/CleanFabricationPackage.cmd +++ b/source/CleanFabricationPackage.cmd @@ -1,6 +1,10 @@ @echo off -chcp 1251 +chcp 1251 > nul -for /f %%d in ('dir /b *Ò5Ì') do echo %%d | del "%%d\*.LDP" | del "%%d\*.DRR" +for /f "tokens=*" %%d in ('dir /b *Ò5Ì') do ( + del "%%d\*LDP" + del "%%d\*DRR" +) del "%~f0" +