k****h 发帖数: 944 | 1 多年没用Dos,结果一用就出问题了。
想把目录下的所有文件在其名字前增加一个字母 a, 比如,1.txt 变成 a1.text, 201
变成 a201.text.
用了:ren *.txt a*.txt
结果, 1.txt 变成 a.text, 201变成 a01.text.
这样结果丧失了文件名字中重要的信息。
请问大虾,可以恢复原来的名字吗? 什么命令才可达到我要的结果,谢谢。 | m****e 发帖数: 7 | 2 There is no way to do this unless your OS has "system restore" enabled. The
original file names are already lost. |
|