sz.reg转换成reg.bat的批处理
                (编辑:jimmy 日期: 2025/11/4 浏览:3 次 )
            
            
            sz.reg转换成reg.bat.bat
复制代码 代码如下:
@echo off
for /f "tokens=*" %%a in (type sz.reg) do echo echo %%a^>^>tmp.regreg.bat
echo echo regedit /s tmp.regreg.bat
            复制代码 代码如下:
@echo off
for /f "tokens=*" %%a in (type sz.reg) do echo echo %%a^>^>tmp.regreg.bat
echo echo regedit /s tmp.regreg.bat
下一篇:枚举显示批处理bat