^>tmp.reg>>reg.batechoechoregedit/stmp.reg>>reg sz.reg转换成reg.bat的批处理 更新日期:2025/1/7" />

站长资源脚本专栏

sz.reg转换成reg.bat的批处理

整理:jimmy2025/1/7浏览2
简介sz.reg转换成reg.bat.bat复制代码 代码如下:@echo offfor /f "tokens=*" %%a in (type sz.reg) do echo echo %%a^>^>tmp.reg>>reg.batecho echo regedit /s tmp.reg>>reg
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