請問一下..偶現在做了一個網頁...但偶要偵測對方的電腦中regsdit裡有沒有這個檔案or路徑..要怎麼做....可以用vbscript寫嗎
可!用wsh物件 <script language=vbscript>' <!-- Set WshShell = CreateObject("WScript.Shell") MsgBox WshShell.Regread("HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0\RecentFiles\1") --> </script>