标题: [文件操作] 批处理命令ren为何无法重命名指定文件? [打印本页]
作者: ychoo 时间: 2018-4-1 14:02 标题: 批处理命令ren为何无法重命名指定文件?
想改某个文件夹下面的文件的字母名称为汉字名称
比如:
ren %UserProfile%\AppData\Roaming\Microsoft\Templates\JSB.xlt 计算表.xlt
总是不成功,请帮忙修改一下
作者: thp2008 时间: 2018-4-1 14:19
没有使用双引号,加上双引号就可以了。
ren “%UserProfile%\AppData\Roaming\Microsoft\Templates\JSB.xlt” “计算表.xlt”
作者: Batcher 时间: 2018-4-2 09:40
回复 2# thp2008
必须使用英文输入法的双引号- ren "%UserProfile%\AppData\Roaming\Microsoft\Templates\JSB.xlt" "计算表.xlt"
复制代码
作者: ychoo 时间: 2018-4-11 11:14
非常感谢二位的帮助
欢迎光临 批处理之家 (http://bathome.net./) |
Powered by Discuz! 7.2 |