Ócáid
Cruinniú Mullaigh Windows Server
Apr 29, 2 PM - Apr 30, 7 PM
Bí ar an imeacht fíorúil deiridh Windows Server Aibreán 29-30 le haghaidh seisiúin theicniúla domhain-léim agus Q &A beo le hinnealtóirí Microsoft.
Cláraigh anoisNí thacaítear leis an mbrabhsálaí seo a thuilleadh.
Uasghrádú go Microsoft Edge chun leas a bhaint as na gnéithe is déanaí, nuashonruithe slándála, agus tacaíocht theicniúil.
Renames files or directories.
Nóta
This command is the same as the ren command.
rename [<drive>:][<path>]<filename1> <filename2>
Parameter | Description |
---|---|
[<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. |
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 in filename2 will be identical to the corresponding characters in filename1.
Filename2 must be a unique file name. If filename2 matches an existing file name, the following message appears: Duplicate file name or file not found
.
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 from Chap10 to Part10, type:
rename chap10 part10
Ócáid
Cruinniú Mullaigh Windows Server
Apr 29, 2 PM - Apr 30, 7 PM
Bí ar an imeacht fíorúil deiridh Windows Server Aibreán 29-30 le haghaidh seisiúin theicniúla domhain-léim agus Q &A beo le hinnealtóirí Microsoft.
Cláraigh anois