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