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