добавлена поддержка путей с пробелами
This commit is contained in:
@ -1,6 +1,10 @@
|
|||||||
@echo off
|
@echo off
|
||||||
chcp 1251
|
chcp 1251 > nul
|
||||||
|
|
||||||
for /f %%d in ('dir /b *<2A>5<EFBFBD>') do echo %%d | del "%%d\*.LDP" | del "%%d\*.DRR"
|
for /f "tokens=*" %%d in ('dir /b *<2A>5<EFBFBD>') do (
|
||||||
|
del "%%d\*LDP"
|
||||||
|
del "%%d\*DRR"
|
||||||
|
)
|
||||||
|
|
||||||
del "%~f0"
|
del "%~f0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user