How to rename and change the file type in the cmd window code example
Example: rename file command line windows
# how to rename a folder in the windows terminal
$ rename old_folder new folder
# how to rename a file in the windows terminal
$ rename full_path new_name