0
这就是我需要的。使用DOS查找并替换批处理文件
比方说有TEMP.TXT 比方说TEMP.TXT有以下内容的文件:
[email protected]
[email protected]
[email protected]
我的批处理文件create.bat应该问三个参数作为来自用户的输入, ,然后用相应的值替换temp.txt。
说。
Pls enter your name:Tom
Tom - Confirm Y/N: Y
<<now anywhere the temp.txt says @name, it is replace by Tom>>
请帮我写一个脚本吗?
谢谢, Naveen。