Pre Steps Windows batch script
@echo off CHCP 65001 setlocal enabledelayedexpansion set file=src/test/java/org/weshare/sx/test/SXTest.java set "file=%file:"=%" for %%i in ("%file%") do set file=%%~fi set replaced=src/test/resources/授信脚本 set all=src/test/resources/授信脚本/QmlxrTest for /f "delims=" %%i in (‘type "%file%"‘) do ( set str=%%i set "str=!str:%replaced%=%all%!" echo !str!>>"%file%"_tmp.txt ) copy "%file%" "%file%"_bak.txt >nul 2>nul move "%file%"_tmp.txt "%file%" start "" "%file%"