ファイルとディレクトリの名前を変更します
ren [oldfile/dirname] [newfile/dirname]
ファイル名を古いファイル/ディレクトリ名から新しいファイル/ディレクトリ名に変更します。
@echo off ren C:\lists.txt C:\newlists.txt
ファイル lists.txt は newlists.txt に名前が変更されます。