RosettaCodeData/Task/Rename-a-file/Batch-File/rename-a-file.bat

5 lines
84 B
Batchfile
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
ren input.txt output.txt
ren \input.txt output.txt
ren docs mydocs
ren \docs mydocs