What do you expect when you write *.bat , whole files ending with .bat , no just be careful, because it brings also files ending with bat_bla, batt, batter, etc.

So if you are using this expression with System.IO.Folder.GetFiles always check the extensions of the files using System.IO.Path.GetExtension before processing them.

Happy Coding.