If I have multiple files in a directory and want to append something to their filenames, but not to the extension, how would I do this?
I have tried the following, with test files file1.txt
and file2.txt
:
ren *.txt *1.1.txt
This renames the files to file1.1.txt
and file2.txt1.1.txt
I want the files to be file1 1.1.txt
and file2 1.1.txt
Will this be possible from cmd or do I need to have a bat file to do this? What about PowerShell?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…