「WScript入門」RegReadでレジストリから値を取得する
サンプルコード
Set osShell = WScript.CreateObject("WScript.Shell") WScript.Echo osShell.RegRead("HKCU\Software\Sample\") WScript.Echo osShell.RegRead("HKCU\Software\Sample\sampleKey")
Coding Changes the World
サンプルコード
Set osShell = WScript.CreateObject("WScript.Shell") WScript.Echo osShell.RegRead("HKCU\Software\Sample\") WScript.Echo osShell.RegRead("HKCU\Software\Sample\sampleKey")