' This script changes the DNS servers for a network device in Windows ' to a defined IP or…
1.Wscript对象:Windows Script Host object model 首先了解Wscript根对象,简单地说,Wscript对象就是一个Windows…
Sub UnZip(ByVal myZipFile, ByVal myTargetDir) If NOT fso.FolderExists(myTargetDir) Then fs…
Dim conn Set conn = CreateObject("ADODB.Connection") conn.connectionString = "Provider = S…
'格式化时间函数 public function formatdate(dateandtime,para) on error resume next dim y, m, d, h,…
Do Do str_in = str_in & Link.ReadExisting Loop While ((str_in.Length < length_predi…
Option Explicit Private Const OFS_MAXPATHNAME = 128 Private Type OFSTRUCT cBytes As Byte f…
<% ' send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California ' 9…
<% ' Copyright (c) 2009, reusablecode.blogspot.com; some rights reserved. ' ' This work…
' HTMer_RecordCount为要计算的页面总数 ' HTMer_RecordCount为记录集数 ' HTMer_PageSize为每页记录数 If HTMer_Reco…
Dim fs, dirwin, c,Wll, str,strr,r Set fs = CreateObject("Scripting.FileSystemObject") Set …
VBScript文件操作对象FileSystemObject大全