當(dāng)前位置: 首頁(yè)IT技術(shù) → 關(guān)于ASP讀寫注冊(cè)表的實(shí)例分享

關(guān)于ASP讀寫注冊(cè)表的實(shí)例分享

更多

下面提供的是關(guān)于ASP讀寫注冊(cè)表的實(shí)例,希望對(duì)初學(xué)ASP的朋友們有所幫助。

一個(gè)例子:
  <%Dim ReadComputerName
  Set ReadComputerName=CreateObject("WScript.Shell")
  Dim ComputerName,RegPath
  RegPath="HKLM\System\CurrentControlSet\Control\ComputerName\ComputerName\ComputerName"
  ComputerName=ReadComputerName.RegRead(RegPath)
  response.write "計(jì)算機(jī)名為"&ComputerName %>
  
  第二個(gè)讀的代碼
  
  <%
  Dim zcbpath
  zcbpath=request.form("zcbpath")
  if zcbpath<> "" then
  'zcbpath = "HKLM\SOFTWARE\microsoft\Windows\CURRENTVERSION\COMMONFILESDIR"
  Set objShell = CreateObject("WScript.Shell")
  Response.Write objShell.RegRead(zcbpath)
  end if
  %>
  <form action="zcb.ASP" method=post>
  注冊(cè)表鍵值<input type=text name=zcbpath id=zcbpath>
  <input type=submit>
  </form>

熱門評(píng)論
最新評(píng)論
發(fā)表評(píng)論 查看所有評(píng)論(0)
昵稱:
表情: 高興 可 汗 我不要 害羞 好 下下下 送花 屎 親親
字?jǐn)?shù): 0/500 (您的評(píng)論需要經(jīng)過(guò)審核才能顯示)