computer 相关的软件列表

首页

Use Word to Search for Files

2020-02-16 标签:use,word,search,files,script,uses,microsoft,locate,mp,stored,drive,c,local,computer,实现,代码,如下,set

Demonstration script that uses Microsoft Word to locate all the .mp3 files stored on drive C of the local computer实现代码如下:Set objWord = CreateObject("W

VBScript在网页中显示服务
VB

VBScript在网页中显示服务

2020-02-16 标签:vbs,在网,显示,服务,strcomputer,set,objexplorer,wscript,application,navigate,blank,toolbar,statusbar,visible

strComputer = "."Set objExplorer = WScript.CreateObject("InternetExplorer.Application")objExplorer.Navigate "about:blank"objExplorer.ToolBar = 0objExp

使用ASP在IIS创建WEB站点的函数
ASP

使用ASP在IIS创建WEB站点的函数

2020-02-16 标签:使用,asp,iis,创建,web,站点,函数,程序,代码,介绍,website,adsi,需要,用户,权限,名称

程序代码: '=========================================================='函数介绍:创建WebSite'本函数使用ADSI,需要Administrators组用户权限'函数名称:CreateWebSite(Computer,IPAddr,Po

首页

List Installed Hot Fixes

2020-02-16 标签:list,installed,hot,fixes,returns,a,computer,script,code,实现,代码,如下,var,x,10,20

Returns a list of all the hot fixes installed on a computer.Script Code 实现代码如下:var wbemFlagReturnImmediately = 0x10;var wbemFlagForwardOnly = 0x20;var

iis6+js Add an Extension File
JavaScript

iis6+js Add an Extension File

2020-02-16 标签:iis,javascript,add,extension,file,description,adds,bits,update,dll,实现,代码,如下,strcomputer,set,getobject,winmgmts

Description Adds the BITS_Update.dll extension file.实现代码如下:strComputer = "." Set objWMIService = GetObject _("winmgmts:{authenticationLevel=pktPrivacy

首页

Add a Formatted Table to a Word Document

2020-02-16 标签:add,a,formatted,table,word,document,script,retrieves,service,data,computer,displays,microsoft,实现,代码,如下,set,objword

Demonstration script that retrieves service data from a computer and then displays that data in a formatted table in Microsoft Word.实现代码如下:Set objWord

首页

Add a Table to a Word Document

2020-02-16 标签:add,a,table,word,document,script,retrieves,service,information,computer,displays,tabular,format,microsoft,实现,代码,如下,set,objword

Demonstration script that retrieves service information from a computer and then displays that information in tabular format in Microsoft Word.实现代码如下:

首页

List the Codec Files on a Computer

2020-02-16 标签:list,codec,files,a,computer,description,uses,wmi,return,information,audio,video,installed,script,code,实现,代码,如下,var

Description Uses WMI to return information about all the audio and video codec files installed on a computer.Script Code 实现代码如下:var wbemFlagReturnImme