Thinkai's Blog

Autohotkey|Python|php|aardio|VOIP|IT 爱好者

正在浏览分类 导入

总共找到 1 篇

批量导入注册表reg文件 Autohotkey 7522

作者为 发表

Autohotkey

show = Please Waitting...
Gui, Font, S8 Cred Bold, Verdana
Gui, Add, Edit, x6 y7 w240 h320 vshow
Gui, Show, x131 y91 h337 w255, 批量导入注册表
GuiControl,, show, %show%
foloder = %A_ScriptDir%\reg\
FileAppend, dir "%foloder%" /b >"%A_ScriptDir%\list.txt", %A_ScriptDir%\list.cmd
run, %A_ScriptDir%\list.cmd, , min
sleep, 1000
GuiControl,, show,
Loop
{
FileReadLine, line, %A_ScriptDir%\list.txt, %A_Index%
if ErrorLevel = 1
	break
path = %foloder%\%line%
SplitPath, path, name
show = %show%`n注册 %name%
GuiControl,, show, %show%
FileAppend, regedit /s "%path%"`n, %A_ScriptDir%\reg.cmd
}
run, %A_ScriptDir%\reg.cmd, , min
FileDelete, %A_ScriptDir%\list.txt
FileDelete, %A_ScriptDir%\list.cmd
FileDelete, %A_ScriptDir%\reg.cmd
ExitApp

GuiClose:
ExitApp



友情链接:Autohotkey中文帮助Autohotkey官网Autohotkey中文网联系作者免GooglePlay APK下载

 主题设计 • skyfrit.com  Thinkai's Blog | 保留所有权利

49 queries in 1.574 seconds |