佳木斯湛栽影视文化发展公司

主頁(yè) > 知識(shí)庫(kù) > 用vbs列出機(jī)器上所有能調(diào)用的組件

用vbs列出機(jī)器上所有能調(diào)用的組件

熱門(mén)標(biāo)簽:呼叫中心市場(chǎng)需求 檢查注冊(cè)表項(xiàng) 美圖手機(jī) 服務(wù)器配置 網(wǎng)站文章發(fā)布 鐵路電話(huà)系統(tǒng) 智能手機(jī) 銀行業(yè)務(wù)

'要用到regtool.ocx,請(qǐng)下載regtool.ocx,用前請(qǐng)

regsvr32 regtool.ocx 

核心代碼

set wshshell = CreateObject("WScript.Shell") 
set registry = CreateObject("regtool.tob") 
'獲取一個(gè)dictionary對(duì)象存儲(chǔ)鍵名 
set dict = CreateObject("Scripting.Dictionary") 
'列舉HKEY_CLASSES_ROOT中所有鍵 
set allkeys = registry.RegEnum("HKCR\") 
'排除所有鍵中鍵名有點(diǎn)的。 
for each key in allkeys 
'第1個(gè)點(diǎn)在哪兒(跳過(guò)初始點(diǎn))? 
pos = Instr(2, key, ".") 
if pos>0 then 
'there's a dot. Is there another one? 
pos2 = Instr(pos+1, key, ".") 
if pos2>0 then 
'yes, so this name is version specific 
'check whether we already have a 
'version-independent progid! 
independent = left(key, pos2-1) 
if not dict.Exists(independent) then 
'no, store it 
dict.Add key, 0 
end if 
else 
'this one is version-independent. 
'do we already have a version-dependent 
'progID in store? 
vdpid = "" 
for each element in dict 
if len(element)>len(key) then 
if left(element, len(key)+1)=key  "." then 
'yes, return name 
vdpid = element 
exit for 
end if 
end if 
next 
'any version dependent progID found? 
if vdpid="" then 
'no, add to store 
dict.add key, 0 
else 
'yes, replace 
dict.Remove vdpid 
dict.add key, 0 
end if 
end if 
end if 
next 
MsgBox dict.Count  " Objects found!" 
for each key in dict 
list = list  key  vbCrlf 
next 
MsgBox list 
outputfile = "C:\OBJECT.TXT" 
set fs = CreateObject("Scripting.FileSystemObject") 
set output = fs.CreateTextFile(outputfile, true) 
print dict.Count  " Objects found!" 
Print list 
output.close 
wshshell.run outputfile 
sub Print(text) 
'寫(xiě)信息到記錄文件 
output.WriteLine text 
end sub 

到此這篇關(guān)于用vbs列出機(jī)器上所有能調(diào)用的組件的文章就介紹到這了,更多相關(guān)vbs 組件內(nèi)容請(qǐng)搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!

標(biāo)簽:滄州 紅河 樂(lè)山 沈陽(yáng) 河南 長(zhǎng)治 上海 新疆

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《用vbs列出機(jī)器上所有能調(diào)用的組件》,本文關(guān)鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話(huà)咨詢(xún)

    • 400-1100-266
    静安区| 宁城县| 武威市| 清河县| 滁州市| 怀化市| 临沭县| 讷河市| 望奎县| 大埔县| 宝清县| 荥经县| 南安市| 高要市| 上思县| 彭泽县| 瓦房店市| 日土县| 隆德县| 同心县| 沧州市| 金堂县| 凌源市| 正安县| 商都县| 旬阳县| 五台县| 万州区| 柳林县| 大新县| 昭苏县| 炎陵县| 博乐市| 萨迦县| 冕宁县| 灌阳县| 饶平县| 抚顺县| 潼关县| 乌拉特前旗| 阳西县|