使用repl.bat用另一个字符串替换字符串

时间:2017-03-11 08:29:11

标签: batch-file

我使用repl.bat

将字符串替换为html文件中的另一个字符串
    set Source = "C:\input.html"
    set "Var1=CIT - Test – MIR3 Integration2"
    set "Var2 =CIT - Test – MIR3 Integration"
    type %Source% | repl "%Var1%" "%var2% M>output.html

这在这里不起作用,因为变量中的chatacter“ - ”被误解了。

这对于像var1 = apple,var2 = mango

这样的简单文本来说效果很好

请帮忙!

0 个答案:

没有答案