my code: @echo off set path=my_path cd %path% del 2021* del 2021*.txt pause
I want to delete all the files which named 2021_xxxx with batch, but it wont work with fil