@echo off
(for /f "delims=" %%a in (要处理的文字名.txt) do echo 你要加的文字%%a)>处理中.txt
del /s/q 要处理的文字名.txt
ren 处理中.txt 要处理的文字名.txt

相关文章:

  • 2021-06-01
  • 2021-05-29
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2021-12-26
猜你喜欢
  • 2022-12-23
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
  • 2021-07-02
  • 2022-02-06
  • 2021-11-02
相关资源
相似解决方案