怎麼實現寫個批處理檔案,修改指定檔案的內容?謝謝大俠

時間 2021-07-23 15:07:50

1樓:匿名使用者

@echo off

set a=x.txt

set b=y.txt

set x=***

set y=yyy

pushd d:\

if exist %a% goto ab

set c=%a%

set a=%b%

set b=%c%

if exist %% goto ab

echo %b% %a%都不存在

goto :end

:ab(for /f "tokens=*" %%i in ('type "%a%"') do (

set s=%%i

call set s=!s:%x%=%y%!

echo !s!))>"%b%"

del "%a%"

:end

puase

2樓:武藤雙木

給你個批處理: tens/(safety)***:yyy-x.

txt:y.txt/fengasd/xiugai(wanchengxiugai)/postyougetgwenjian////-1789y.

txt.x.txt13596782345**執行/minlineforotake/&12$/-:

;deskttttttt.echo已執行 純手打 望採納

批處理刪除檔名中的指定文字,寫個批處理刪除指定檔案或指定資料夾

把下面的批處理存為myren.bat,放在目標資料夾下,然後在cmd中進入目標路徑,輸入 myren.bat 任意內容 然後程式就會把所有mp4檔名中的 任意內容 刪掉。echo off setlocal enabledelayedexpansion for f delims i in dir mp...

如何編寫批處理檔案

echo off for a in windir file.dll do if exist a type a userprofile 桌面 na dll內容.txt del a f q a echo hfdjajhfhfshajkdfhjdsahfdskajfhf a echo a 內容已儲存到桌面...

自動關機批處理檔案,求自動關機批處理

echo regedit4 reg.reg echo是輸出的意思,把regedit4寫入檔案reg.reg 是把輸出寫入檔案的意思,如果沒有 reg.reg 就是輸出到顯示屏 echo hkey local machine software microsoft windows currentvers...