Visual Studio inserts invalid characters in batch files

后端 未结 5 705
我在风中等你
我在风中等你 2020-12-13 08:05

I\'ve got some batch files that I use to help automate the process of creating and reloading development databases. It makes sense to create and maintain these batch files

5条回答
  •  攒了一身酷
    2020-12-13 08:52

    I've had the issue too and it was only apparent when I was creating a grammar file for use with Antlr4. I use these steps:

    1. Right click file in the solution explorer and select "Open With"
    2. Choose "Binary Editor"
    3. Press DEL three times in the opened hex editor and save

提交回复
热议问题