исправлено удаление файлов
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
@echo off
|
||||
chcp 1251
|
||||
|
||||
for %d in (*Ä33) echo "%dÄ33"
|
||||
|
||||
for %d in (*Ä33) cd "%dÄ33"
|
||||
|
||||
del "*.LDP"
|
||||
del "*.DRR"
|
||||
for %%d in (*Ä33) do del "%%d\*.LDP" | del "%%d\*.LDP"
|
||||
|
||||
del "%~f0"
|
||||
|
||||
Reference in New Issue
Block a user