VBS 版本
'On Error Resume Next
Dim oShell,fso
Set oShell = WScript.CreateObject("WScript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")
oShell.Run "regedit /s 11.reg"
oShell.Run "D:/negame/11/11.exe"
set oshell = nothing
set fso = nothing
WScript.quit