Guidance
指路人
g.yi.org
Software / Reginald / Examples / repository / Applications / Client Applications / BinCodes.rex

Register 
注册
Search 搜索
首页 
Home Home
Software
Upload

  
/*
 * Displays the name and product code of binary information (such as bitmaps,
 * icons, executable files, and so on) used by a Windows Installer application. 
 */
strcomputer = "."
objwmiservice = getobject("winmgmts:" || "{impersonationLevel=impersonate}!\\" || strcomputer || "\root\cimv2")
colitems = objwmiservice~execquery("Select * from Win32_Binary")
DO objitem OVER colitems
	SAY "Name:" objitem~name
	SAY "Product Code:" objitem~productcode
	SAY  
END
掌柜推荐
 
 
 
 
 
 
 
 
 
 
 
 
© Tue 2024-5-7  Guidance Laboratory Inc.
Email:webmaster1g.yi.org Hits:0 Last modified:2010-07-16 20:49:16