我的重命名命令的语法不正确

The syntax of my rename command is incorrect

尝试在命令提示符下重命名文件时出现错误:

The syntax of the command is incorrect.

这是我的命令:

rename "%userprofile%\AppData\LocalLow\Sun\Java\Deployment\security\trusted.certs" "%userprofile%\AppData\LocalLow\Sun\Java\Deployment\security\trusted.certs.old"

rename 不支持目标路径(仅新文件名):

rename "%userprofile%\AppData\LocalLow\Sun\Java\Deployment\security\trusted.certs" "trusted.certs.old"