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.
我想从 MS DOS 脚本中将 '<'、'>' 之类的字符写入文本文件?
我该怎么做 ?
在每个特殊字符前加一个克拉 (^),例如:
ECHO ^> > YourFile.txt