I need help in deleting files with specific patterns in a folder.
For example in C:/program Files/ I have files like: test_1.txt, test_2.txt, test_3.txt, test_4.txt, test_5.txt.
I would like to delete the files from test_2.txt to test_5.txt.
Thank you!