Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 Windows 批处理脚本解析文件,并将所有出现的退格 (^H) 替换为任何其他分隔符,如制表符。我搜索了几个论坛,但找不到合适的解决方案。任何想法都是最受欢迎的。
这不能使用纯批处理语法。我认为你最好使用这样的命令行程序:FART。