Guidance
指路人
g.yi.org
Software / Reginald / Examples / repository / Desktop Management / Internet Explorer / Cookies.rex

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

  
/* Reports the path to the Internet Cookies folder, and then lists any items found in
 * that folder. For Windows NT 4.0 and Windows 98, this script requires Windows Script
 * Host 5.1 and Internet Explorer 4.0 or later. 
 */
cookies = X2D(21)
objshell = createcomobject("Shell.Application")
objfolder = objshell~namespace(cookies)
objfolderitem = objfolder~self()
SAY objfolderitem~path
colitems = objfolder~items
DO objitem OVER colitems
	SAY objitem~name
END
掌柜推荐
 
 
 
 
 
 
 
 
 
 
 
 
© Thu 2024-5-2  Guidance Laboratory Inc.
Email:webmaster1g.yi.org Hits:0 Last modified:2010-07-16 20:49:16