Guidance
指路人
g.yi.org
Software / Reginald / Examples / repository / Applications / Server Applications / Indexing Server / CreateScope.rex

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

  
/* Adds a scope named Script Scope (with the path C:\Scripts) to an Indexing Service catalog named Script Catalog on the local computer. */
objadminis = createcomobject("Microsoft.ISAdm")
objcatalog = objadminis~getcatalogbyname("Script Catalog")
objscope = objcatalog~addscope("c:\scripts\Indexing Server", "False")
objscope~alias = "Script scope"
objscope~path = "c:\scripts"
掌柜推荐
 
 
 
 
 
 
 
 
 
 
 
 
© Mon 2024-5-6  Guidance Laboratory Inc.
Email:webmaster1g.yi.org Hits:0 Last modified:2010-07-16 20:49:16