удаление файлов в папке по шаблону *Д33
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
@echo off
|
@echo off
|
||||||
chcp 1251
|
chcp 1251
|
||||||
|
|
||||||
cd "%~dp0Ä33"
|
for %d in (*Ä33) echo "%dÄ33"
|
||||||
|
|
||||||
|
for %d in (*Ä33) cd "%dÄ33"
|
||||||
|
|
||||||
del "*.LDP"
|
del "*.LDP"
|
||||||
del "*.DRR"
|
del "*.DRR"
|
||||||
|
|||||||
Reference in New Issue
Block a user