I want to delete several types of extensions, so I do not know if I'm incrementing in batch, someone could help me and teach me how to increment the if in the code below:
@echo off
cd E:\comp_softwares
pause
Del /f /s /q *.mp3
pause
cls
echo Operacao Terminada.
pause>null
exit.