Running BAT/CMD file with accented characters in it

后端 未结 7 985
面向向阳花
面向向阳花 2021-01-31 05:51

I have a Windows batch file which has an instruction to execute an EXE file in a location whose path contains accented characters. Following are the contents of the batch file.<

7条回答
  •  耶瑟儿~
    2021-01-31 06:22

    You can use Visual Studio Code and it will let you select the encoding you want to use. Lower right corner, you select the encoding and will display option "save with encoding". Select DOS and will save the accented chars.

提交回复
热议问题