How to Rename File in CMD [Command Prompt]
Windows’ command prompt (CMD) allows us to rename files using the rename command. The syntax and examples of this command are below. How to Rename File in CMD – Command syntax for rename: rename file_path new_name Example: rename d:\data\file1.doc file2.doc The file2.doc will appear in the folder d:/data after running the above command. Both rename… Read More »