Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit editor mode

rename

Feedback

In this article

Renames files or directories.

Note

This command is the same as theren command.

Syntax

rename [<drive>:][<path>]<filename1> <filename2>

Parameters

ParameterDescription
[<drive>:][<path>]<filename1>Specifies the location and name of the file or set of files you want to rename.Filename1 can include wildcard characters (* and?).
<filename2>Specifies the new name for the file. You can use wildcard characters to specify new names for multiple files.
/?Displays help at the command prompt.

Remarks

  • You can't specify a new drive or path when renaming files. You also can't use this command to rename files across drives or to move files to a different directory.

  • Characters represented by wildcard characters infilename2 will be identical to the corresponding characters infilename1.

  • Filename2 must be a unique file name. Iffilename2 matches an existing file name, the following message appears:Duplicate file name or file not found.

Examples

To change all the .txt file name extensions in the current directory to .doc extensions, type:

rename *.txt *.doc

To change the name of a directory fromChap10 toPart10, type:

rename chap10 part10

Related links


Feedback

Was this page helpful?

YesNoNo

Need help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?

  • Last updated on

In this article

Was this page helpful?

YesNo
NoNeed help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?