1
I wanted to delete several types of extensions, but I don’t know how to increment if in batch, someone could help me and teach me how to increment 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.
It has to be exactly on Windows? On linux, this would be pretty easy. But it displays some message when you run?
– Roknauta
please for windows, I already left the operation message finished as soon as it delete.
– ALFAEX
Douglas, I don’t understand much batch, but if you give a help, I’d like to +/- this
– ALFAEX
I posted the answer below. If you solve your problem, please mark as Accept :)
– Roknauta