1.
Inventory Tools MSInfo32, System inventory tool, Microsoft, Native in Windows 98 and later. PC Wizard, Advanced system information, Laurent Kutil & Franck Delattre ...
2.
VBScript Scripting Techniques: Environment Variables Feb 9, 2009 ... Working with environment variables in VBScript. ... This is the value the WSH Shell's ExpandEnvironmentStrings method would return; ...
3.
VBScript Scripting Techniques: Environment Variables Feb 9, 2009 ... Working with environment variables in VBScript. ... Other user variables, like TEMP , overwrite their system counterpart: ...
4.
Option Explicit Dim arrBitmaps Dim blnDebug, blnError ... Echo "Filtering by file attributes:" End If Dim arrTemp, objFile, strBitmap, ... DateLastModified & vbTab & objFile.Attributes & vbTab & objFile. ...
5.
Option Explicit Dim arrBitmaps Dim blnDebug, blnError ... ArrayList" ) For Each strBitmap In arrBitmaps Set objFile = objFSO.GetFile( strBitmap ) strLastModified = FormatDateTime( objFile.DateLastModified ...
6.
VBScript Scripting Techniques: Retrieve Your Computer's IP Address(es) For Each objItem In colItems. If IsArray( objItem.IPAddress ) Then If UBound( objItem. ... strIP = "IP Addresses: " & Join( objItem.IPAddress, "," ) ...
7.
Option Explicit Dim colItems, objDesktop, objDtFldr, objFolder Dim ... Path, vbTextCompare ) Then Syntax Set objWinDir = Nothing Set objWindows = Nothing ' Skip Program Files folder Set objProgFiles = objShell.Namespace( ...
8.
Rexx, Kix, VBScript and batch scripts for NT administrators - H..O This batch file uses MYTOKEN.EXE, part of the Platform SDK (source only). A compiled version is available in the lab files for Microsoft's course 2154B, ...
9.
@ECHO OFF IF "%OS%"=="Windows_NT" (SETLOCAL) ELSE (GOTO Syntax) IF ... EXE >NUL 2>&1 IF ERRORLEVEL 1 GOTO Syntax :: Calculate the length of the ... ECHO This utility uses MYTOKEN, the C++ source of which is part of the MS ECHO ...
10.
Batch files - AT (NT Server) If you need to schedule at relative times, i.e. a fixed number of seconds from now, use SOON from the NT 4 or 2000 Server Resource Kit. ...
|