Running BAT/CMD file with accented characters in it

后端 未结 7 989
面向向阳花
面向向阳花 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:16

    Another way of doing this, in Windows, is by using wordpad.exe:

    1. Run wordpad.exe
    2. Write your script as you usually do, with accents
    3. Choose Save as > Other formats
    4. Choose to save it as Text document MS-DOS (*.txt)
    5. Change the file extension from .txt to .bat

提交回复
热议问题