[CODE title="komut"]
set /P c=Silinsin mi? [E/H]?
if /I "%c%" EQU "E" goto :somewhere
if /I "%c%" EQU "H" goto :somewhere_else
goto :choice
:somewhere
:choice
del /f /q /s C:\Windows\Temp
del /f /q /s C:\Users\PC-BIL~1\AppData\Local\Temp
del /f /q /s C:\Users\PC-Bilgisayar\Recent
del /f /q /s C:\Windows\Prefetch
del /f /q /s D:\Games\Zula\ack.log
del /f /q /s D:\Games\Zula\login.ini
del /f /q /s D:\Games\Zula\game\logs\*.log*
del /f /q /s D:\Games\Zula\screenshots\*.jpg*
del /f /q /s D:\Games\Zula\screenshots\*.png*
echo "Silindi."
:somewhere_else
echo "Silinmedi"[/CODE]
Bu komutu metin belgesini yapıştırıp farklı kaydet deyip .bat olarak kaydedin.
Evet hayır zorunlu ise değiştiriyorum bekleyin.