Change multiple file extensions using Command Prompt
You can change multiple file extensions using command line. I had 20 odd xlsx files which I want to change as csv files. You can use this command: ren *.xlsx *.csv Step 1: Change to directory you want to change the file extensions....
Read out all