返回列表 发帖
@echo off
set "s1=HKLM\software\microsoft\windows"
set "s2=%s1:\=\\%"
sed "s/^Key/%s2%/" H:\4.txt
pause
learning16

TOP

返回列表