フィルターのクリア

How to rename file from command prompt

4 ビュー (過去 30 日間)
Sameer Kumthekar
Sameer Kumthekar 2011 年 12 月 14 日
編集済み: jonathan 2017 年 10 月 20 日
Hi,
I have a file named 'SW984-362-19-230-vXYZ.doc'. I want to rename it as 'SW984-362-19-230-W1234.5.doc'.
I tried using rername function. But it asks for ftp server.I am not sure which ftp server i should use. Can anyone please suggest me how to do it using some script or from command prompt?
Thanks in advance !!
Sameer
  4 件のコメント
Jan
Jan 2011 年 12 月 14 日
@Daniel: I agree. Therefore I've voted your answer.
I immediately send an enhancement request.
jonathan
jonathan 2017 年 9 月 11 日
編集済み: jonathan 2017 年 10 月 20 日
When you want to escape asks for ftp server always use Batch Rename Files Tool. You can easily found hier BatchRenameFiles.org

サインインしてコメントする。

採用された回答

Daniel Shub
Daniel Shub 2011 年 12 月 14 日
doc movefile
movefile('SW984-362-19-230-vXYZ.doc', 'SW984-362-19-230-W1234.5.doc');
  1 件のコメント
Sameer Kumthekar
Sameer Kumthekar 2011 年 12 月 14 日
Thanks Daniel ,
It is exactly working as expected.
Thanks again !!
Sameer

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSearch Path についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by