I need to do a bat script to process file one by one, according to a number in the filename. Here is an example of what I can get :
- CDEP_0003.pdf
- CIM_0001.pdf
- ESCALE_0002.pdf
It's possible to loop and process each of those files in an ordered way using regex or something like this to exclude the number and use it as a loop index ? (0001, 0002, 0003 etc..)