Long story short: need to change multiple file extensions that are . (or .file) to .csv. I am able to do this in command prompt with this:
ren *. *.csv
But when I