How to copy & replace multiple strings from a txt to another txt with batch

前端 未结 0 858
轮回少年
轮回少年 2021-01-07 11:47
ECHO off
SETLOCAL enabledelayedexpansion

SET source=%1

    SET target=%2
    
    IF EXIST %target% DEL /f %target%
    
    FOR /f "delims=" %%i IN (\'F         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题