本帖最后由 惆怅而又凄凉 于 2020-3-7 07:16 编辑
| goto xydnro1 | | ::NRO插件部署第一页 | | :xydnro1 | | echo. | | echo.NRO使用方法详见官网《相关教程》板块。 | | echo.按任意键继续 | | pause > nul | | goto xydnroCOPY |
以上运行结果为 | 请输入你的选项 : 1 | | '��' is not recognized as an internal or external command,operable program or batch file. | | | | NRO使用方法详见官网《相关教程》板块。 | | '��键继续' is not recognized as an internal or external command,operable program or batch file.COPY |
然后我将bat修改为 | goto xydnro1 | | ::NRO插件部署第一页 | | | | :xydnro1 | | echo. | | echo.NRO使用方法详见官网《相关教程》板块。 | | echo.按任意键继续 | | pause > nul | | goto xydnroCOPY |
仅仅只是在坐标和注释中间加了一个回车,'��' is not recognized as an internal or external command,operable program or batch file.COPY 就消失不见了。
然后我修改批处理为: | echo. | | echo.NRO使用方法详见官网“相关教程”板块。 | | | | echo.按任意键继续 | | pause > nul | | goto xydnroCOPY |
也是加一个回车就没有任何报错了。
批处理开头加了chcp 65001
文件也是utf8编码。 |