Replacing characters in a text file with a batch file

前端 未结 7 391
一个人的身影
一个人的身影 2021-01-18 08:03

Is there a way to replace some characters in a text file with a batch file?

I didn\'t find any command to do that.

7条回答
  •  后悔当初
    2021-01-18 09:08

    You can search for a command line program like GREP you can call from a batch that will take a replace string and a file and do the swap for you.

提交回复
热议问题