私は窓10を使用していて、ディレクトリにある多くのファイルの名前を変更したいです。 C:\temp\bildgroesse。
ファイル名は test1.tif、 test2.tif 等々。
だから私はコマンドラインを書いた:
cd \temp\bildgroesse
rename C:\temp\bildgroesse\ *.tif *-org.tif
私も試してみました:
cd \temp\bildgroesse
rename C:\temp\bildgroesse\ * *-org
結果は両方の場合です。 test1.tif_org.tif、 test2.tif_org.tif 等々。そのため、Windowsは拡張子をファイル名として取ります。
誰もがこの問題を解決する方法を知っていますか?