JScript Help Manual
for Rapise
Contents
Index
Windows Script Technologies
JScript
User's Guide
JScript Fundamentals
What Is JScript?
Writing JScript Code
JScript Variables
JScript Data Types
JScript Operators
Operator Precedence
Controlling Program Flow
JScript Functions
JScript Objects
Creating Your Own Objects
Intrinsic Objects
JScript Reserved Words
Advanced JScript
Advanced Object Creation
Recursion
Variable Scope
Copying, Passing, and Comparing Data
Using Arrays
Special Characters
Troubleshooting Your Scripts
Conditional Compilation
Conditional Compilation Variables
Introduction to Regular Expressions
Regular Expressions
Early Beginnings
Uses for Regular Expressions
Regular Expression Syntax
Build a Regular Expression
Order of Precedence
Ordinary Characters
Special Characters
Non-Printable Characters
Character Matching
Quantifiers
Anchors
Alternation and Grouping
Backreferences
Reference
Feature Information
Microsoft JScript Features - ECMA
Microsoft JScript Features - Non-ECMA
Errors
JScript Run-time Errors
JScript Syntax Errors
Functions
GetObject Function
ScriptEngine Function
ScriptEngineBuildVersion Function
ScriptEngineMajorVersion Function
ScriptEngineMinorVersion Function
Methods
A-E
abs Method
acos Method
anchor Method
apply Method
asin Method
atan Method
atan2 Method
atEnd Method
big Method
blink Method
bold Method
call Method
ceil Method
charAt Method
charCodeAt Method
compile Method
concat Method (Array)
concat Method (String)
cos Method
decodeURI Method
decodeURIComponent Method
dimensions Method
encodeURI Method
encodeURIComponent Method
escape Method
eval Method
exec Method
exp Method
F-I
fixed Method
floor Method
fontcolor Method
fontsize Method
fromCharCode Method
getDate Method
getDay Method
getFullYear Method
getHours Method
getItem Method
getMilliseconds Method
getMinutes Method
getMonth Method
getSeconds Method
getTime Method
getTimezoneOffset Method
getUTCDate Method
getUTCDay Method
getUTCFullYear Method
getUTCHours Method
getUTCMilliseconds Method
getUTCMinutes Method
getUTCMonth Method
getUTCSeconds Method
getVarDate Method
getYear Method
indexOf Method
isFinite Method
isNaN Method
italics Method
item Method
J-R
join Method
lastIndexOf Method
lbound Method
link Method
localeCompare Method
log Method
match Method
max Method
min Method
moveFirst Method
moveNext Method
parse Method
parseFloat Method
parseInt Method
pop Method
pow Method
push Method
random Method
replace Method
reverse Method
round Method
S
search Method
setDate Method
setFullYear Method
setHours Method
setMilliseconds Method
setMinutes Method
setMonth Method
setSeconds Method
setTime Method
setUTCDate Method
setUTCFullYear Method
setUTCHours Method
setUTCMilliseconds Method
setUTCMinutes Method
setUTCMonth Method
setUTCSeconds Method
setYear Method
shift Method
sin Method
slice Method (Array)
slice Method (String)
small Method
sort Method
splice Method
split Method
sqrt Method
strike Method
sub Method
substr Method
substring Method
sup Method
tan Method
T-Z
test Method
toArray Method
toDateString Method
toExponential Method
toFixed Method
toGMTString Method
toLocaleDateString Method
toLocaleLowerCase Method
toLocaleString Method
toLocaleTimeString Method
toLocaleUpperCase Method
toLowerCase Method
toPrecision Method
toString Method
toTimeString Method
toUpperCase Method
toUTCString Method
ubound Method
unescape Method
unshift Method
UTC Method
valueOf Method
Objects
ActiveXObject Object
Array Object
arguments Object
Boolean Object
Date Object
Enumerator Object
Error Object
Function Object
Global Object
Math Object
Number Object
Object Object
RegExp Object
Regular Expression Object
String Object
VBArray Object
Operators
Addition Assignment Operator (+=)
Addition Operator (+)
Assignment Operator (=)
Bitwise AND Assignment Operator (&=)
Bitwise AND Operator (&)
Bitwise Left Shift Operator (<<)
Bitwise NOT Operator (~)
Bitwise OR Assignment Operator (|=)
Bitwise OR Operator (|)
Bitwise Right Shift Operator (>>)
Bitwise XOR Assignment Operator (^=)
Bitwise XOR Operator (^)
Comma Operator (,)
Comparison Operators
Compound Assignment Operators
Conditional (Ternary) Operator (?:)
delete Operator
Division Assignment Operator (/=)
Division Operator (/)
in Operator
Increment (++) and Decrement (--) Operators
instanceof Operator
Left Shift Assignment Operator (<<=)
Logical AND Operator (&&)
Logical NOT Operator (!)
Logical OR Operator (||)
Modulus Assignment Operator (%=)
Modulus Operator (%)
Multiplication Assignment Operator (*=)
Multiplication Operator (*)
new Operator
Right Shift Assignment Operator (>>=)
Subtraction Assignment Operator (-=)
Subtraction Operator (-)
typeof Operator
Unsigned Right Shift Operator (>>>)
Unsigned Right Shift Assignment Operator (>>>=)
void Operator
Properties
0...n Properties
$1...$9 Properties
arguments Property
callee Property
caller Property
constructor Property
description Property
E Property
global Property
hasOwnProperty Method
ignoreCase Property
index Property
Infinity Property
input Property ($_)
isPrototypeOf Method
lastIndex Property
leftContext Property ($`)
length Property (arguments)
length Property (Array)
lastMatch Property ($&)
lastParen Property ($+)
length Property (Function)
length Property (String)
LN10 Property
LN2 Property
LOG10E Property
LOG2E Property
MAX_VALUE Property
message Property
MIN_VALUE Property
multiline Property
name Property
NaN Property
NaN Property (Global)
NEGATIVE_INFINITY Property
number Property
PI Property
POSITIVE_INFINITY Property
propertyIsEnumerable Property
prototype Property
rightContext Property ($')
source Property
SQRT1_2 Property
SQRT2 Property
undefined Property
Statements
@cc_on Statement
@if Statement
@set Statement
break Statement
Comment Statements
continue Statement
do...while Statement
for Statement
for...in Statement
function Statement
if...else Statement
Labeled Statement
return Statement
switch Statement
this Statement
throw Statement
try...catch...finally Statement
var Statement
while Statement
with Statement
VBScript
User's Guide
What Is VBScript?
Adding VBScript Code to an HTML Page
VBScript Features not in Visual Basic for Applications
Visual Basic for Applications Features not in VBScript
VBScript Fundamentals
A Simple VBScript Page
VBScript Features
VBScript Data Types
VBScript Variables
VBScript Constants
VBScript Operators
Using Conditional Statements
Looping Through Code
VBScript Procedures
VBScript Coding Conventions
VBScript and Forms
VBScript in Internet Explorer
Using VBScript with Objects
Introduction to Regular Expressions
Regular Expressions
Early Beginnings
Uses for Regular Expressions
Regular Expression Syntax
Build a Regular Expression
Order of Precedence
Ordinary Characters
Special Characters
Non-Printable Characters
Character Matching
Quantifiers
Anchors
Alternation and Grouping
Backreferences
Reference
Version Information
Constants
Color Constants
Comparison Constants
Date and Time Constants
Date Format Constants
Miscellaneous Constants
MsgBox Constants
String Constants
Tristate Constants
VarType Constants
Errors
VBScript Run-time Errors
VBScript Syntax Errors
Events
Initialize Event
Terminate Event
Functions
Abs Function
Array Function
Asc Function
Atn Function
CBool Function
CByte Function
CCur Function
CDate Function
CDbl Function
Chr Function
CInt Function
CLng Function
Conversion Functions
Cos Function
CreateObject Function
CSng Function
CStr Function
Date Function
DateAdd Function
DateDiff Function
DatePart Function
DateSerial Function
DateValue Function
Day Function
Derived Math Functions
Eval Function
Exp Function
Filter Function
FormatCurrency Function
FormatDateTime Function
FormatNumber Function
FormatPercent Function
GetLocale Function
GetObject Function
GetRef Function
Hex Function
Hour Function
InputBox Function
InStr Function
InStrRev Function
Int, Fix Functions
IsArray Function
IsDate Function
IsEmpty Function
IsNull Function
IsNumeric Function
IsObject Function
Join Function
LBound Function
LCase Function
Left Function
Len Function
LoadPicture Function
Log Function
LTrim; RTrim; and Trim Functions
Math Functions
Mid Function
Minute Function
Month Function
MonthName Function
MsgBox Function
Now Function
Oct Function
Replace Function
RGB Function
Right Function
Rnd Function
Round Function
ScriptEngine Function
ScriptEngineBuildVersion Function
ScriptEngineMajorVersion Function
ScriptEngineMinorVersion Function
Second Function
SetLocale Function
Sgn Function
Sin Function
Space Function
Split Function
Sqr Function
StrComp Function
String Function
StrReverse Function
Tan Function
Time Function
Timer Function
TimeSerial Function
TimeValue
TypeName Function
UBound Function
UCase Function
VarType Function
Weekday Function
WeekdayName Function
Year Function
Keywords
Empty
False
Nothing
Null
True
Methods
Clear Method
Execute Method
Raise Method
Replace Method
Test Method
Miscellaneous
Character Set (0 - 127)
Character Set (128 - 255)
Locale ID (LCID) Chart
Objects and Collections
Class Object
Class Object Events
Matches Collection
Err Object
Err Object Properties and Methods
Match Object
Match Object Properties
Regular Expression (RegExp) Object
Regular Expression Object Properties and Methods
SubMatches Collection
Operators
Operator Precedence
Operator Summary
Addition Operator (+)
And Operator
Assignment Operator (=)
Concatenation Operator (&)
Division Operator (/)
Eqv Operator
Exponentiation Operator (^)
Imp Operator
Integer Division Operator (\)
Is Operator
Mod Operator
Multiplication Operator (*)
Not Operator
Or Operator
Subtraction Operator (-)
Xor Operator
Arithmetic Operators
Comparison Operators
Concatenation Operators
Logical Operators
Properties
Description Property
FirstIndex Property
Global Property
HelpContext Property
HelpFile Property
IgnoreCase Property
Length Property
Number Property
Pattern Property
Source Property
Value Property
Statements
Call Statement
Class Statement
Const Statement
Dim Statement
Do...Loop Statement
Erase Statement
Execute Statement
ExecuteGlobal Statement
Exit Statement
For Each...Next Statement
For...Next Statement
Function Statement
If...Then...Else Statement
On Error Statement
Option Explicit Statement
Private Statement
Property Get Statement
Property Let Statement
Property Set Statement
Public Statement
Randomize Statement
ReDim Statement
Rem Statement
Select Case Statement
Set Statement
Sub Statement
While...Wend Statement
With Statement
Script Runtime
Dictionary Object
Properties
Count Property
Item Property
Key Property
Methods
Add Method (Dictionary)
Exists Method
Items Method
Keys Method
Remove Method
RemoveAll Method
FileSystemObject Object
FileSystemObject Basics
The FileSystemObject Object Model
FileSystemObject Objects
Programming the FileSystemObject
Working with Drives and Folders
Working with Files
FileSystemObject Sample Code
Reference
Properties
AtEndOfLine Property
AtEndOfStream Property
Attributes Property
AvailableSpace Property
Column Property
CompareMode Property
DateLastAccessed Property
DateLastModified Property
Drive Property
DriveLetter Property
Drives Property
DriveType Property
FileSystem Property
FreeSpace Property
IsReady Property
IsRootFolder Property
Line Property
Name Property
ParentFolder Property
Path Property
RootFolder Property
SerialNumber Property
ShareName Property
ShortName Property
ShortPath Property
Size Property
SubFolders Property
TotalSize Property
Type Property
VolumeName Property
Methods
Add Method (Folders)
BuildPath Method
Close Method
Copy Method
CopyFile Method
CopyFolder Method
Count Property
CreateFolder Method
CreateTextFile Method
DateCreated Property
Delete Method
DeleteFile Method
DeleteFolder Method
DriveExists Method
FileExists Method
Files Property
FolderExists Method
GetAbsolutePathName Method
GetBaseName Method
GetDrive Method
GetDriveName Method
GetExtensionName Method
GetFile Method
GetFileName Method
GetFileVersion Method
GetFolder Method
GetParentFolderName Method
GetSpecialFolder Method
GetTempName Method
Move Method
MoveFile Method
MoveFolder Method
OpenAsTextStream Method
OpenTextFile Method
Read Method
ReadAll Method
ReadLine Method
Skip Method
SkipLine Method
Write Method
WriteBlankLines Method
WriteLine Method
Objects
Drive Object
File Object
FileSystemObject Object
Folder Object
TextStream Object
Collections
Drives Collection
Files Collection
Folders Collection
Script Encoder
Using Script Encoder
Script Encoder Syntax
Script Encoding Sample
Windows Script Host
Getting Started
What's New In WSH 5.6
Upgrading Windows Script Host
Document Conventions
WSH Version Information
Windows Script Host Basics
What Is WSH?
Scripts and Automating Windows
Types of Script Files
Hosting Environments and Script Engines
Creating Scripts that Can Be Used by WSH
Dividing Scripts into Reusable Parts
Windows Script Host Object Model
Running Your Scripts
Using Windows Script Files (.wsf)
WSH Drag and Drop Support
Setting and Customizing Script Properties (.wsh)
Running Scripts from the Command Prompt
Running Scripts from Windows
WScript.exe and CScript.exe Options
What to Include to Run a Script
Setting up Remote WSH
Basic Windows Script Host Tasks
Accessing Networks
Accessing Network Connections
Controlling Networked Printers
Creating an Automated Login Script
Driving Applications
Executing File Management Operations
Copying Files and Folders
Mapping to a Special Folder
Managing Shortcuts
Copying a Shortcut
Creating a Shortcut
Deleting a Shortcut
Moving a Shortcut
Manipulating the System Registry
Running Scripts Remotely
Signing a Script
WSH and Windows Management Instrumentation (WMI)
WSH Walkthrough
WSH Network Administrator Sample Script
Security and Windows Script Host
CryptoAPI Tools
Signing a Script
Software Restriction Policies
Signature Verification Policy
Verifying a Script
Reference
XML Elements
<?job�?> Element
<?XML�?> Element
<description> Element
<example> Element
<job> Element
<named> Element
<object> Element
<package> Element
<reference> Element
<resource> Element
<runtime> Element
<script> Element
<unnamed> Element
<usage> Element
Objects
Scripting.Signer Object
Scripting.Signer Object Methods
WScript Object
WScript Object Properties and Methods
WshArguments Object
WshArguments Object Properties and Methods
WshController Object
WshController Object Methods
WshEnvironment Object
WshEnvironment Object Properties and Methods
WshNamed Object
WshNamed Object Properties and Methods
WshNetwork Object
WshNetwork Object Properties and Methods
WshRemote Object
WshRemote Object Properties, Methods, and Events
WshRemoteError Object
WshRemoteError Object Properties
WshScriptExec Object
WshScriptExec Object Properties and Methods
WshShell Object
WshShellObject Properties and Methods
WshShortcut Object
WshShortcut Object Properties and Methods
WshSpecialFolders Object
WshSpecialFolders Object Properties and Methods
WshUnnamed Object
WshUnnamed Object Properties and Methods
WshUrlShortcut Object
WshUrlShortcut Object Properties and Methods
Properties
Arguments Property (Shortcut Object)
Arguments Property (WScript Object)
AtEndOfLine Property
AtEndOfStream Property
BuildVersion Property
Character Property
Column Property
ComputerName Property
CurrentDirectory Property
Description Property
Description Property (WshRemoteError)
Environment Property
Error Property (WshRemote)
ExitCode Property
FullName Property (WScript Object)
FullName Property (WshShortcut Object)
FullName Property (WshUrlShortcut Object)
Hotkey Property
IconLocation Property
Interactive Property
Item Property
Item Property (WshNamed)
Item Property (WshUnnamed)
length Property (WshArguments object)
length Property (WshEnvironment object)
length Property (WshSpecialFolders object)
Line Property (WScript)
Line Property (WshRemoteError)
Name Property (WScript Object)
Named Property
Number Property
Path Property
ProcessID Property
RelativePath Property
ScriptFullName Property
ScriptName Property
Source Property
SourceText Property
SpecialFolders Property
Status Property (WshRemote)
Status Property (WshScriptExec)
StdErr Property (WScript)
StdErr Property (WshScriptExec)
StdIn Property (WScript)
StdIn Property (WshScriptExec)
StdOut Property (WScript)
StdOut Property (WshScriptExec)
TargetPath Property
Unnamed Property
UserDomain Property
UserName Property
Version Property
WindowStyle Property
WorkingDirectory Property
Methods
AddPrinterConnection Method
AddWindowsPrinterConnection Method
AppActivate Method
Close Method
ConnectObject Method
Count Method
CreateObject Method
CreateScript Method
CreateShortcut Method
DisconnectObject Method
Echo Method
EnumNetworkDrives Method
EnumPrinterConnections Method
Exec Method
Execute Method
Exists Method
ExpandEnvironmentStrings Method
GetObject Method
getResource Method
LogEvent Method
MapNetworkDrive Method
Popup Method
Quit Method
Read Method
ReadAll Method
ReadLine Method
RegDelete Method
RegRead Method
RegWrite Method
Remove Method
RemoveNetworkDrive Method
RemovePrinterConnection Method
Run Method
Save Method
SendKeys Method
SetDefaultPrinter Method
ShowUsage Method
Sign Method
SignFile Method
Skip Method
SkipLine Method
Sleep Method
Terminate Method (WshScriptExec)
Verify Method
VerifyFile Method
Write Method
WriteBlankLines Method
WriteLine Method
Events
End Event
Error Event
Start Event
Error Messages
//H option requires host name.
//T option requires timeout value.
A duplicate name for a named or unnamed element was encountered.
An attempt at saving your settings via the //S option failed.
Unable to execute - arguments list too long.
Unable to write to wsh.log. Please check with your administrator.
Can't change default script host <host name>.
Can't find script engine <engine name> for script.
Can't find script file <script file name>.
Can't read script from stdin.
Can't save settings.
Command line option mismatch.
Could not connect object <object name>.
Could not locate automation class name <automation class name>.
//E option requires name of script engine.
Unable to remove environment variable <name>.
Execution of the Windows Script Host failed.
Host name for //H option must be "cscript" or "wscript".
Initialization of the Windows Script Host failed.
Invalid attempt to call Exec without a command.
Invalid pathname.
The shortcut pathname must end with .lnk or .url
Invalid timeout value for //T option.
Loading script <script name> failed.
Loading your settings failed.
Missing job name.
There is no printer called <name>.
Protocol handler for <name> not found.
Invalid root in registry key <name> for reading.
Unable to open registry key <name> for reading.
Unable to remove registry key <name>.
Remote script object can only be executed once.
Script execution time was exceeded on script <script name>. <script name> execution was terminated.
Script setting file <settings filename>is invalid.
Invalid syntax in URL<name>.
Unable to save shortcut <name>.
Unable to set shortcut target to <name>.
There is no file extension in <file name>.
There is no script engine for file extension <file extension>.
There is no script file specified.
Unable to execute remote script.
Unable to find job <job identifier>.
Unable to wait for process.
Unicode is not supported on this platform.
Unknown option <option designation> specified.
Windows Script Host access is disabled on this machine. Contact your administrator for details.
Windows Script Components
Script Component Tutorial
Script Components Overview
Introducing Windows Script Components
How Script Components Work
Creating Script Components
Script Component File Contents
Using the Script Component Wizard
Creating Registration Information
Exposing Methods
Exposing Properties
Exposing Events
Creating a Script Component Type Library
Referencing Other Components
Referencing Another Script Component in the Same Package
Checking For Errors in Script Component Files
Script Component Files and XML Conformance
Using Script Components
Registering a Script Component
Using a Script Component in an Application
Handling Script Component Events in the Host Application
Implementing ASP Script Components
Implementing DHTML Behavior Script Components
Creating a Behavior Script Component
Exposing Properties and Methods in Behavior Script Components
Exposing Custom Events in Behavior Script Components
Script Component Reference
<?component?>
<?XML ?>
<comment> Element
createComponent Function
<event> Element
fireEvent Method
getResource Function
<implements> Element
<method> Element
<object> Element
<package> Element
<property> Element
<public> Element
<reference> Element
<registration> Element
<resource> Element
<script> Element
<component> Element
Behavior Handler Reference
<attach> Element
attachNotification Method
createEventObject Method
element Property
<layout> Element
fireEvent method
Windows Script Interfaces SDK
Introduction
Windows Script Hosts
Windows Script Engines
Reference
IActiveScript Interface
IActiveScript::AddNamedItem
IActiveScript::AddTypeLib
IActiveScript::Clone
IActiveScript::Close
IActiveScript::GetCurrentScriptThreadID
IActiveScript::GetScriptDispatch
IActiveScript::GetScriptSite
IActiveScript::GetScriptState
IActiveScript::GetScriptThreadID
IActiveScript::GetScriptThreadState.
IActiveScript::InterruptScriptThread
IActiveScript::SetScriptSite
IActiveScript::SetScriptState
IActiveScriptError Interface
IActiveScriptError::GetExceptionInfo
IActiveScriptError::GetSourceLineText
IActiveScriptError::GetSourcePosition
IActiveScriptParse Interface
IActiveScriptParse::AddScriptlet
IActiveScriptParse::InitNew
IActiveScriptParse::ParseScriptText
IActiveScriptSite Interface
IActiveScriptSite::GetDocVersionString
IActiveScriptSite::GetItemInfo
IActiveScriptSite::GetLCID
IActiveScriptSite::OnEnterScript
IActiveScriptSite::OnLeaveScript
IActiveScriptSite::OnScriptError
IActiveScriptSite::OnScriptTerminate
IActiveScriptSite::OnStateChange
IActiveScriptSiteWindow Interface
IActiveScriptSiteWindow::EnableModeless
IActiveScriptSiteWindow::GetWindow
IActiveScript Enumerations
SCRIPTSTATE
SCRIPTTHREADSTATE
IDispatchEx Interface
IDispatchEx Methods
IDispatchEx::DeleteMemberByDispID
IDispatchEx::DeleteMemberByName
IDispatchEx::GetDispID
IDispatchEx::GetMemberName
IDispatchEx::GetMemberProperties
IDispatchEx::GetNameSpaceParent
IDispatchEx::GetNextDispID
IDispatchEx::InvokeEx
Search:
Subtraction Operator (-)
Increment (++) and Decrement (--) Operators
Logical NOT Operator (!)
input Property ($_)
$1...$9 Properties
Modulus Operator (%)
Modulus Assignment Operator (%=)
Concatenation Operator (&)
Logical AND Operator (&&)
Bitwise AND Assignment Operator (&=)
Multiplication Operator (*)
Multiplication Assignment Operator (*=)
Types of Script Files
Creating a Script Component Type Library
Creating a Script Component Type Library
Types of Script Files
Script Component File Contents
How Script Components Work
Checking For Errors in Script Component Files
Script Component File Contents
Using the Script Component Wizard
Types of Script Files
Division Operator (/)
Division Assignment Operator (/=)
Controlling Program Flow
Script Component File Contents
Checking For Errors in Script Component Files
@cc_on Statement
@cc_on Statement
@if Statement
@cc_on Statement
@set Statement
Integer Division Operator (\)
Exponentiation Operator (^)
Bitwise XOR Assignment Operator (^=)
Bitwise OR Operator (|)
Logical OR Operator (||)
Bitwise OR Assignment Operator (|=)
Addition Operator (+)
Increment (++) and Decrement (--) Operators
Addition Assignment Operator (+=)
Comparison Operators
Script Component Files and XML Conformance
<script> Element
<?component?>
<?job�?> Element
Checking For Errors in Script Component Files
<?XML�?> Element
Bitwise Left Shift Operator (<<)
Left Shift Assignment Operator (<<=)
Comparison Operators
Comparison Operators
<attach> Element
<attach> Element
<comment> Element
<comment> Element
<component> Element
<component> Element
<description> Element
<event> Element
<example> Element
Exposing Properties
<property> Element
<implements> Element
<implements> Element
<job> Element
<layout> Element
<layout> Element
<event> Element
<method> Element
<method> Element
<named> Element
Referencing Other Components
<object> Element
Using VBScript with Objects
<package> Element
<package> Element
<method> Element
Exposing Properties
<property> Element
<public> Element
<public> Element
Exposing Properties
<property> Element
Referencing Other Components
<reference> Element
Script Component File Contents
<registration> Element
Referencing Other Components
<resource> Element
<runtime> Element
Script Component File Contents
<script> Element
Adding VBScript Code to an HTML Page
<unnamed> Element
<usage> Element
Script Component Files and XML Conformance
Assignment Operator (=)
Subtraction Assignment Operator (-=)
Comparison Operators
Comparison Operators
Bitwise Right Shift Operator (>>)
Right Shift Assignment Operator (>>=)
Unsigned Right Shift Operator (>>>)
Unsigned Right Shift Assignment Operator (>>>=)
0...n Properties
Popup Method
Abs Function
abs Method
Abs Function
Controlling Networked Printers
Accessing Networks
GetObject Function
WshNetwork Object
acos Method
ProcessID Property
AppActivate Method
ActiveXObject Object
GetObject Method
CreateObject Method
ActiveXObject Object
Add Method (Dictionary)
Add Method (Folders)
DateAdd Function
AddWindowsPrinterConnection Method
DateAdd Function
DateAdd Function
Addition Assignment Operator (+=)
Addition Operator (+)
AddPrinterConnection Method
GetRef Function
AddWindowsPrinterConnection Method
Advanced JScript
Advanced Object Creation
MsgBox Function
Displaying Information in the Browser
MsgBox Function
Public Statement
Hotkey Property
Alternation and Grouping
Alternation and Grouping
Concatenation Operator (&)
anchor Method
Anchors
Anchors
And Operator
Derived Math Functions
Advanced Object Creation
Character Set (128 - 255)
Exp Function
RegWrite Method
AppActivate Method
MsgBox Function
Implementing ASP Script Components
AppActivate Method
Driving Applications
Exec Method
Driving Applications
apply Method
Derived Math Functions
Derived Math Functions
Derived Math Functions
acos Method
Derived Math Functions
asin Method
atan Method
Property Get Statement
Exists Method
Count Method
Item Property (WshUnnamed)
Item Property (WshUnnamed)
arguments Object
arguments Property
Arguments Property (Shortcut Object)
Derived Math Functions
Arithmetic Operators
length Property (Array)
Array Object
LBound Function
Array Function
Array Object
LBound Function
VBScript Variables
LBound Function
Asc Function
Asc Function
Character Set (0 - 127)
Chr Function
Asc Function
asin Method
Implementing ASP Script Components
How Script Components Work
Hotkey Property
Assignment Operator (=)
Set Statement
Assignment Operator
Assignment Operator (=)
Assignment Operator (=)
Set Statement
Multiplication Operator (*)
atan Method
atan2 Method
atEnd Method
AtEndOfLine Property
AtEndOfStream Property
Atn Function
<attach> Element
Creating a Behavior Script Component
Creating a Behavior Script Component
Creating a Behavior Script Component
Creating a Behavior Script Component
A Simple VBScript Page
attachNotification Method
Script Component Files and XML Conformance
Script Component Files and XML Conformance
Attributes Property
LogEvent Method
LogEvent Method
Driving Applications
Creating an Automated Login Script
<public> Element
<public> Element
GetObject Function
GetObject Method
Troubleshooting Your Scripts
AvailableSpace Property
Backreferences
Backreferences
RegRead Method
Integer Division Operator (\)
Special Characters
Exp Function
Hex Function
Oct
Log Function
Interactive Property
Interactive Property
Creating a Behavior Script Component
Creating a Behavior Script Component
<layout> Element
How Script Components Work
Implementing DHTML Behavior Script Components
Behavior Handler Reference
Exposing Properties and Methods in Behavior Script Components
Implementing DHTML Behavior Script Components
Creating a Behavior Script Component
Exposing Properties and Methods in Behavior Script Components
element Property
Implementing DHTML Behavior Script Components
element Property
Using a Script Component in an Application
Registering a Script Component
big Method
Creating a Behavior Script Component
Handling Script Component Events in the Host Application
Bitwise AND Operator (&)
Bitwise AND Assignment Operator (&=)
Bitwise AND Operator (&)
Imp Operator
Bitwise Left Shift Operator (<<)
Bitwise NOT Operator (~)
And Operator
Bitwise OR Assignment Operator (|=)
Bitwise OR Operator (|)
Bitwise Right Shift Operator (>>)
Bitwise XOR Assignment Operator (^=)
Bitwise XOR Operator (^)
WriteBlankLines Method
WriteBlankLines Method
Item Property (WshUnnamed)
blink Method
RGB Function
bold Method
Test Method
JScript Data Types
Exists Method
CBool Function
Boolean Object
Controlling Program Flow
LBound Function
If...Then...Else Statement
On Error Statement
break Statement
Displaying Information in the Browser
ScriptEngineBuildVersion Function
Build a Regular Expression
BuildPath Method
BuildVersion Property
JScript Objects
MapNetworkDrive Method
MsgBox Function
Popup Method
Copying, Passing, and Comparing Data
Copying, Passing, and Comparing Data
Sub Statement
TypeName Function
CByte Function
Mid Function
Sub Statement
Minute
call Method
Function Statement
VBScript Procedures
callee Property
caller Property
ExitCode Property
Recursion
Call Statement
Popup Method
SubMatches Collection
Special Characters
Creating a Behavior Script Component
Creating a Behavior Script Component
LCase Function
Select Case Statement
Select Case Statement
IgnoreCase Property
CBool Function
CByte Function
CCur Function
<script> Element
CDate Function
CDbl Function
ceil Method
ReDim Statement
RegWrite Method
Exec Method
Character Set (128 - 255)
Character Set (128 - 255)
Character Matching
StrReverse Function
Column Property
Character Property
Character Set (128 - 255)
String Function
String Function
WriteLine Method
Read Method
ReadLine Method
Ordinary Characters
Skip Method
charAt Method
charCodeAt Method
Exec Method
If...Then...Else Statement
Chr Function
CInt Function
Class Object
ConnectObject Method
Creating Registration Information
<registration> Element
<component> Element
Initialize Event
Class Object Events
Class Statement
Clear Method
Erase Statement
VBScript and Forms
CLng Function
Close Method
Close Method
Writing JScript Code
ExitCode Property
Rem Statement
VBScript Coding Conventions
JScript Variables
length Property (WshArguments object)
Item Property (WshUnnamed)
Environment Property
fontcolor Method
VBScript Constants
Color Constants
Column Property
Script Components
Script Components
Exposing Events
Exposing Events
How Script Components Work
How Script Components Work
Script Component File Contents
<implements> Element
Referencing Other Components
Referencing Other Components
Comma Operator (,)
Running Scripts from the Command Prompt
Echo Method
Interactive Property
Interactive Property
<comment> Element
<comment> Element
Comment Statements
<comment> Element
<comment> Element
CompareMode Property
StrComp Function
StrComp Function
Comparison Operators
Comparison Operators
Comparison Constants
Comparison Operators
compile Method
Not Operator
<component> Element
<script> Element
<component> Element
<component> Element
Script Components
Script Components
Compound Assignment Operators
ComputerName Property
concat Method (String)
concat Method (Array)
concat Method (String)
Addition Operator (+)
Concatenation Operators
Operator Summary
Conditional (Ternary) Operator (?:)
Select Case Statement
@set Statement
Conditional Compilation Variables
@if Statement
@if Statement
Conditional (Ternary) Operator (?:)
@set Statement
Using Conditional Statements
Displaying Information in the Browser
And Operator
GetObject Method
DisconnectObject Method
RemovePrinterConnection Method
EnumNetworkDrives Method
ConnectObject Method
Echo Method
Echo Method
VBScript Constants
MsgBox Constants
constructor Property
Advanced Object Creation
Creating a Behavior Script Component
Creating a Behavior Script Component
attachNotification Method
attachNotification Method
continue Statement
For...Next Statement
AddWindowsPrinterConnection Method
Controlling Networked Printers
VBScript and Forms
Document Conventions
Conversion Functions
LCase Function
CDate Function
Oct
CDbl Function
Chr Function
CInt Function
CStr Function
TimeValue
Copy Method
CopyFile Method
CopyFolder Method
Executing File Management Operations
Copying Files and Folders
Cos Function
cos Method
Derived Math Functions
Cos Function
Derived Math Functions
Count Method
Count Property
For...Next Statement
Locale ID (LCID) Chart
createComponent Function
Referencing Another Script Component in the Same Package
createEventObject Method
CreateFolder Method
CreateObject Function
CreateObject Method
CreateScript Method
CreateShortcut Method
CreateTextFile Method
AddPrinterConnection Method
ReadAll Method
WScript.exe and CScript.exe Options
CSng Function
Creating a Behavior Script Component
Creating a Behavior Script Component
CStr Function
Hotkey Property
TypeName Function
CCur Function
FormatCurrency Function
Now Function
Now Function
CurrentDirectory Property
CDate Function
RegRead Method
IsNumeric Function
getDay Method
Date and Time Constants
CDate Function
Month Function
Date Format Constants
Date Format Constants
FormatDateTime Function
Date Function
getDate Method
VBScript Constants
DateAdd Function
DateCreated Property
DateDiff Function
DateLastAccessed Property
DateLastModified Property
DatePart Function
DatePart Function
DateSerial Function
DateValue Function
Weekday Function
Day Function
CreateObject Function
Creating Registration Information
Using a Script Component in an Application
Registering a Script Component
Erase Statement
Checking For Errors in Script Component Files
TypeName Function
Round Function
Oct
<?XML ?>
Private Statement
Class Statement
Const Statement
ReDim Statement
function Statement
Function Statement
Property Get Statement
Variable Scope
decodeURI Method
decodeURIComponent Method
Increment (++) and Decrement (--) Operators
Function Statement
Exposing Methods
SetDefaultPrinter Method
<property> Element
<script> Element
<job> Element
Atn Function
RegDelete Method
Delete Method
delete Operator
DeleteFile Method
DeleteFolder Method
delete Operator
Executing File Management Operations
RegDelete Method
Managing Shortcuts
LTrim; RTrim; and Trim Functions
Remove Method
Derived Math Functions
Derived Math Functions
description Property
Description Property
SpecialFolders Property
Creating a Behavior Script Component
Creating a Behavior Script Component
IsArray Function
DatePart Function
LBound Function
IsNumeric Function
IsObject Function
Now Function
Now Function
UBound Function
IsArray Function
Implementing DHTML Behavior Script Components
Implementing DHTML Behavior Script Components
Creating a Behavior Script Component
Using a Script Component in an Application
Using a Script Component in an Application
Registering a Script Component
How Script Components Work
Creating a Behavior Script Component
element Property
Creating a Behavior Script Component
Introducing Windows Script Components
MsgBox Function
Echo Method
Dictionary Object
Subtraction Operator (-)
VBScript Variables
UBound Function
dimensions Method
CurrentDirectory Property
Path Property
WorkingDirectory Property
Path Property
DisconnectObject Method
Or Operator
Popup Method
Exposing Methods
<event> Element
Creating a Script Component Type Library
Exposing Properties
Exposing Methods
Exposing Properties
Exposing Events
Creating a Script Component Type Library
Exposing Methods
<property> Element
Echo Method
Popup Method
AppActivate Method
InputBox Function
MsgBox Function
Division Operator (/)
Division Assignment Operator (/=)
Mod Operator
Do...Loop Statement
Looping Through Code
break Statement
<?XML ?>
attachNotification Method
attachNotification Method
UserDomain Property
TypeName Function
CDbl Function
CDbl Function
WSH Drag and Drop Support
Drive Object
MapNetworkDrive Method
EnumNetworkDrives Method
Drive Object
Drive Property
DriveExists Method
DriveLetter Property
MapNetworkDrive Method
RemoveNetworkDrive Method
EnumNetworkDrives Method
Drives Property
Drives Collection
Drives Property
DriveType Property
<?XML ?>
VBScript Variables
Log Function
E Property
Interactive Property
Echo Method
Microsoft JScript Features - ECMA
Creating Registration Information
Creating Registration Information
Using a Script Component in an Application
element Property
getResource Method
@if Statement
@if Statement
If...Then...Else Statement
If...Then...Else Statement
Comparison Operators
TypeName Function
Item Property (WshUnnamed)
encodeURI Method
encodeURIComponent Method
escape Method
Class Statement
End Event
Function Statement
If...Then...Else Statement
AtEndOfStream Property
Property Get Statement
Quit Method
Select Case Statement
Sub Statement
Exit Statement
AtEndOfLine Property
InputBox Function
Item Property
length Property (WshArguments object)
Enumerator Object
EnumNetworkDrives Method
EnumPrinterConnections Method
WshShell Object
Item Property
Remove Method
ExpandEnvironmentStrings Method
ExpandEnvironmentStrings Method
ExpandEnvironmentStrings Method
Exec Method
Environment Property
Environment Property
Hosting Environments and Script Engines
Comparison Operators
Assignment Operator (=)
Eqv Operator
Is Operator
Eqv Operator
Erase Statement
HelpFile Property
Clear Method
getResource Method
LogEvent Method
Exec Method
Error Event
description Property
<?job�?> Element
Exec Method
VBScript Run-time Errors
Miscellaneous Constants
Error Object
StdErr Property (WScript)
Error Property (WshRemote)
Err Object
VBScript Syntax Errors
<?component?>
Description Property (WshRemoteError)
Using a Script Component in an Application
VBScript Run-time Errors
VBScript Syntax Errors
escape Method
exp Method
Eval Function
Eval Function
eval Method
Eval Function
<event> Element
GetRef Function
Exposing Events
LogEvent Method
ConnectObject Method
GetObject Method
Exposing Custom Events in Behavior Script Components
Exposing Custom Events in Behavior Script Components
createEventObject Method
createEventObject Method
DisconnectObject Method
ConnectObject Method
LogEvent Method
Exposing Events
LogEvent Method
Creating a Behavior Script Component
ConnectObject Method
Class Object Events
LogEvent Method
Exposing Custom Events in Behavior Script Components
End Event
Handling Script Component Events in the Host Application
LogEvent Method
ConnectObject Method
Exposing Custom Events in Behavior Script Components
DisconnectObject Method
DisconnectObject Method
LogEvent Method
CreateObject Method
ConnectObject Method
LogEvent Method
Popup Method
Popup Method
Xor Operator
Xor Operator
exec Method
Exec Method
TargetPath Property
CreateScript Method
Execute Statement
Execute Method
Execute Statement
ExecuteGlobal Statement
Executing File Management Operations
caller Property
if...else Statement
Running Scripts from Windows
With Statement
Run Method
With Statement
RegWrite Method
Item Property (WshUnnamed)
Exit Statement
Quit Method
Do...Loop Statement
For...Next Statement
Function Statement
Property Set Statement
Exit Statement
Exit Statement
ExitCode Property
Exit Statement
Exp Function
exp Method
ExpandEnvironmentStrings Method
ExpandEnvironmentStrings Method
createEventObject Method
createEventObject Method
Line Property (WshRemoteError)
Rem Statement
Option Explicit Statement
Exponentiation Operator (^)
Exponentiation Operator (^)
Exponentiation Operator (^)
StdErr Property (WScript)
Exposing Custom Events in Behavior Script Components
StdIn Property (WScript)
Exposing Properties and Methods in Behavior Script Components
StdOut Property (WScript)
Exposing Properties
WshNetwork Object
Hotkey Property
<reference> Element
<reference> Element
Popup Method
False
Executing File Management Operations
ScriptName Property
File Object
Executing File Management Operations
TargetPath Property
FileExists Method
Files Property
Files Collection
Files Property
FileSystem Property
FileSystemObject Basics
FileSystemObject Basics
FileSystemObject Collections
FileSystemObject Methods
FileSystemObject Object
The FileSystemObject Object Model
FileSystemObject Objects
FileSystemObject Properties
FileSystemObject Sample Code
Filter Function
Quit Method
ExitCode Property
isFinite Method
Exposing Custom Events in Behavior Script Components
Exposing Custom Events in Behavior Script Components
fireEvent method
GetObject Method
fireEvent method
FirstIndex Property
FirstIndex Property
Int, Fix Functions
Int, Fix Functions
fixed Method
Mod Operator
floor Method
AppActivate Method
Folder Object
FolderExists Method
SpecialFolders Property
WshSpecialFolders Object
WorkingDirectory Property
Folders Collection
fontsize Method
fontcolor Method
fontsize Method
For...Next Statement
For Each...Next Statement
For Each...Next Statement
for Statement
for...in Statement
Looping Through Code
Option Explicit Statement
VBScript and Forms
FormatCurrency Function
FormatDateTime Function
FormatNumber Function
FormatPercent Function
VBScript Coding Conventions
FormatDateTime Function
FormatNumber Function
FormatPercent Function
FormatNumber Function
FormatDateTime Function
VBScript and Forms
FreeSpace Property
fromCharCode Method
getUTCFullYear Method
FullName Property (WshUrlShortcut Object)
FullName Property (WshShortcut Object)
length Property (Function)
Function Object
Advanced Object Creation
Function Object
GetRef Function
ConnectObject Method
VBScript Procedures
GetRef Function
function Statement
Function Statement
ConnectObject Method
ConnectObject Method
Conversion Functions
ConnectObject Method
Windows Script Host Basics
Rnd Function
Raise Method
Interactive Property
Property Get Statement
Exposing Properties
GetAbsolutePathName Method
GetBaseName Method
getDate Method
getDay Method
GetDrive Method
GetDriveName Method
GetExtensionName Method
GetFile Method
GetFileName Method
getFileVersion Method
GetFileVersion Method
GetFolder Method
getFullYear Method
getHours Method
getItem Method
GetLocale Function
getMilliseconds Method
getMinutes Method
getMonth Method
GetObject Function
GetObject Function
GetObject Method
GetParentFolderName Method
GetRef Function
getResource Function
getSeconds Method
GetSpecialFolder Method
GetTempName Method
getTime Method
getTimezoneOffset Method
getUTCDate Method
getUTCDay Method
getUTCFullYear Method
getUTCHours Method
getUTCMilliseconds Method
getUTCMinutes Method
getUTCMonth Method
getUTCSeconds Method
getVarDate Method
getYear Method
Global Object
Global Property
On Error Statement
LoadPicture Function
Comparison Operators
Comparison Operators
RGB Function
Alternation and Grouping
<registration> Element
<registration> Element
Quit Method
CreateScript Method
WshShell Object
Handling Script Component Events in the Host Application
EnumNetworkDrives Method
hasOwnProperty Method
HelpFile Property
HelpContext Property
HelpContext Property
Hex Function
escape Method
Operator Precedence
RegWrite Method
RegWrite Method
RegWrite Method
RegWrite Method
RegRead Method
RegRead Method
RegRead Method
RegRead Method
Hosting Environments and Script Engines
FullName Property (WScript Object)
Hosting Environments and Script Engines
Hotkey Property
Hour Function
getUTCHours Method
link Method
A Simple VBScript Page
bold Method
Creating a Behavior Script Component
Creating a Behavior Script Component
Derived Math Functions
IconLocation Property
IconLocation Property
IconLocation Property
Popup Method
Labeled Statement
Comparison Operators
CreateObject Method
If...Then...Else Statement
if...else Statement
Using Conditional Statements
ignoreCase Property
IgnoreCase Property
Skip Method
SkipLine Method
Imp Operator
Implementing ASP Script Components
Implementing DHTML Behavior Script Components
Exposing Events
Exposing Methods
Exposing Properties
<implements> Element
<implements> Element
Creating a Behavior Script Component
Imp Operator
in Operator
Sleep Method
Or Operator
Exec Method
Increment (++) and Decrement (--) Operators
index Property
index Property
IconLocation Property
IconLocation Property
Item Property (WshUnnamed)
indexOf Method
Comparison Operators
Infinity Property
Exec Method
ExitCode Property
LogEvent Method
Popup Method
IsEmpty Function
Initialize Event
Advanced Object Creation
Randomize Statement
How Script Components Work
input Property ($_)
AtEndOfStream Property
StdIn Property (WScript)
ReadLine Method
Line Property (WScript)
Skip Method
SkipLine Method
Interactive Property
InputBox Function
instanceof Operator
createComponent Function
Referencing Other Components
Using a Script Component in an Application
Referencing Other Components
InStr Function
InStr Function
InStrRev Function
While...Wend Statement
Quit Method
Int, Fix Functions
Popup Method
TypeName Function
CInt Function
Integer Division Operator (\)
Integer Division Operator (\)
Round Function
Count Method
Interactive Property
Interactive Property
<implements> Element
How Script Components Work
Script Component File Contents
<implements> Element
CreateObject Method
Using a Script Component in an Application
Using a Script Component in an Application
Implementing DHTML Behavior Script Components
Implementing DHTML Behavior Script Components
Quit Method
Timer Function
Year Function
Intrinsic Objects
VBScript Constants
JScript Functions
Intrinsic Objects
LogEvent Method
Exec Method
Exec Method
Exec Method
Exec Method
Not Operator
Is Operator
IsArray Function
IsDate Function
IsEmpty Function
isFinite Method
isNaN Method
IsNull Function
IsNumeric Function
IsObject Function
<resource> Element
isPrototypeOf Method
IsReady Property
IsRootFolder Property
italics Method
item Method
Item Property (WshUnnamed)
Item Property
Items Method
for...in Statement
<job> Element
<job> Element
Join Function
join Method
Join Function
JScript
JScript Errors
Feature Information
JScript Functions
JScript Fundamentals
JScript Language Reference
JScript Methods
JScript Objects
JScript Operators
What Is JScript?
JScript Properties
JScript Statements
JScript User's Guide
Version Information
JScript Operators
Hotkey Property
Key Property
Hotkey Property
Hotkey Property
Hotkey Property
Item Property (WshUnnamed)
Hotkey Property
RegRead Method
RegDelete Method
RegWrite Method
RegWrite Method
RegRead Method
RegWrite Method
RegRead Method
RegWrite Method
Hotkey Property
Exists Method
Keys Method
SendKeys Method
Labeled Statement
Adding VBScript Code to an HTML Page
Locale ID (LCID) Chart
VBScript Language Reference
lastIndex Property
lastIndexOf Method
lastMatch Property ($&)
lastMatch Property ($&)
lastParen Property ($+)
Creating a Behavior Script Component
Creating a Behavior Script Component
LBound Function
lbound Method
LCase Function
Locale ID (LCID) Chart
LTrim; RTrim; and Trim Functions
Left Function
Left Shift Assignment Operator (<<=)
Left Function
leftContext Property ($`)
Left Function
Len Function
Len Function
length Property (arguments)
Length Property
length Property (arguments)
length Property (Array)
length Property (Function)
length Property (String)
Comparison Operators
Comparison Operators
Property Let Statement
Assignment Operator (=)
LBound Function
Line Property (WScript)
Line Property (WshRemoteError)
WriteBlankLines Method
Line Property (WshRemoteError)
ReadLine Method
Line Property (WScript)
SkipLine Method
link Method
compile Method
LN10 Property
LN2 Property
CreateShortcut Method
LoadPicture Function
Locale ID (LCID) Chart
localeCompare Method
Locale ID (LCID) Chart
getResource Method
<resource> Element
getResource Function
FirstIndex Property
LogEvent Method
Log Function
log Method
LOG10E Property
LOG2E Property
exp Method
LogEvent Method
Logical AND Operator (&&)
And Operator
Or Operator
MapNetworkDrive Method
Eqv Operator
Xor Operator
Imp Operator
Not Operator
Logical NOT Operator (!)
Or Operator
Logical OR Operator (||)
Creating an Automated Login Script
LogEvent Method
TypeName Function
CLng Function
CLng Function
Do...Loop Statement
For...Next Statement
while Statement
for Statement
LBound Function
LCase Function
Script Component Files and XML Conformance
AddPrinterConnection Method
LTrim; RTrim; and Trim Functions
CreateScript Method
ScriptEngineMajorVersion Function
Executing File Management Operations
Managing Shortcuts
Mapping to a Special Folder
Manipulating the System Registry
MapNetworkDrive Method
MapNetworkDrive Method
RemovePrinterConnection Method
EnumNetworkDrives Method
EnumPrinterConnections Method
AtEndOfLine Property
match Method
Match Object Properties
Match Object Properties
Matches Collection
StrComp Function
Rnd Function
log Method
Subtraction Operator (-)
max Method
MAX_VALUE Property
AppActivate Method
GetObject Method
ConnectObject Method
MsgBox Function
Popup Method
message Property
Popup Method
MsgBox Function
Echo Method
<method> Element
Exposing Methods
Methods
Exposing Methods
Mid Function
Mid Function
Mid Function
getMilliseconds Method
min Method
MIN_VALUE Property
AppActivate Method
ScriptEngineMinorVersion Function
Subtraction Operator (-)
Minute
getMinutes Method
Miscellaneous Constants
Mod Operator
MsgBox Function
Using Windows Script Files (.wsf)
Modulus Operator (%)
Modulus Assignment Operator (%=)
Modulus Operator (%)
Modulus Operator (%)
WSH and Windows Management Instrumentation (WMI)
Using a Script Component in an Application
Using a Script Component in an Application
getUTCMonth Method
Month Function
MonthName Function
Month Function
Move Method
MoveFile Method
moveFirst Method
MoveFolder Method
moveNext Method
Executing File Management Operations
MsgBox Constants
MsgBox Function
multiline Property
Referencing Another Script Component in the Same Package
Multiplication Assignment Operator (*=)
Multiplication Operator (*)
Multiplication Operator (*)
name Property
Name Property
Exists Method
AppActivate Method
Named Property
ComputerName Property
LogEvent Method
ScriptName Property
GetObject Method
Name Property (WScript Object)
CreateScript Method
UserName Property
UserDomain Property
VBScript Coding Conventions
NaN Property
NaN Property
NaN Property (Global)
Item Property
Locale ID (LCID) Chart
Log Function
Not Operator
Not Operator
NEGATIVE_INFINITY Property
NEGATIVE_INFINITY Property
For...Next Statement
EnumPrinterConnections Method
Controlling Networked Printers
Accessing Networks
Accessing Networks
Accessing Network Connections
MapNetworkDrive Method
WshNetwork Object
RemoveNetworkDrive Method
EnumNetworkDrives Method
EnumPrinterConnections Method
new Operator
RegWrite Method
function Statement
new Operator
ReadLine Method
WriteLine Method
For Each...Next Statement
For...Next Statement
Locale ID (LCID) Chart
Popup Method
IsNull Function
Microsoft JScript Features - Non-ECMA
Microsoft JScript Features - Non-ECMA
Non-Printable Characters
Non-Printable Characters
Not Operator
Comparison Operators
Not Operator
Nothing
attachNotification Method
attachNotification Method
Now Function
Now Function
Popup Method
Popup Method
Null
number Property
Number Object
Number Object
Column Property
number Property
Number Property
CByte Function
Randomize Statement
IsNumeric Function
abs Method
FormatNumber Function
<object> Element
GetObject Function
Creating a Script Component Type Library
Referencing Other Components
element Property
Creating a Behavior Script Component
Windows Script Host Object Model
Windows Script Host Object Model
Object Object
Set Statement
CreateObject Function
GetObject Function
Using a Script Component in an Application
IsObject Function
CreateObject Method
ConnectObject Method
CreateObject Method
Description Property
DisconnectObject Method
<object> Element
Referencing Other Components
GetObject Method
Quit Method
CreateScript Method
CreateScript Method
EnumPrinterConnections Method
Oct
Oct
Oct
Popup Method
CreateObject Function
CreateObject Function
On Error Statement
On Error Statement
Script Component Files and XML Conformance
Close Method
OpenAsTextStream Method
OpenAsTextStream Method
OpenTextFile Method
OpenTextFile Method
Operator Summary
Operator Precedence
Operator Summary
Comparison Operators
Addition Operator (+)
And Operator
Integer Division Operator (\)
Assignment Operator (=)
Concatenation Operator (&)
Division Operator (/)
Eqv Operator
Exponentiation Operator (^)
Imp Operator
Integer Division Operator (\)
Is Operator
Mod Operator
Multiplication Operator (*)
Not Operator
Or Operator
Subtraction Operator (-)
VBScript Operators
Xor Operator
Option Explicit Statement
Function Statement
Option Explicit Statement
Or Operator
Or Operator
Operator Precedence
Operator Precedence
Order of Precedence
GetObject Method
Echo Method
StdErr Property (WScript)
StdOut Property (WScript)
WriteBlankLines Method
Write Method
Script Components Overview
<package> Element
Referencing Another Script Component in the Same Package
<method> Element
Exposing Methods
Exposing Custom Events in Behavior Script Components
Exposing Custom Events in Behavior Script Components
ParentFolder Property
ParentFolder Property
parse Method
parse Method
parseFloat Method
parseFloat Method
parseInt Method
parseInt Method
eval Method
<?XML�?> Element
eval Method
Script Component Files and XML Conformance
Sub Statement
Path Property
Path Property
WshShell Object
TargetPath Property
ScriptFullName Property
WshSpecialFolders Object
CurrentDirectory Property
FullName Property (WScript Object)
IconLocation Property
AddWindowsPrinterConnection Method
TargetPath Property
IgnoreCase Property
Pattern Property
FormatPercent Function
PI Property
PI Property
LoadPicture Function
ProcessID Property
Addition Operator (+)
Arguments Property (WScript Object)
Security and Windows Script Host
pop Method
pop Method
Popup Method
FirstIndex Property
POSITIVE_INFINITY Property
POSITIVE_INFINITY Property
pow Method
pow Method
Creating a Behavior Script Component
Creating a Behavior Script Component
Operator Precedence
Order of Precedence
GetObject Method
ReDim Statement
Windows Script Host Basics
EnumPrinterConnections Method
AddPrinterConnection Method
SetDefaultPrinter Method
AddPrinterConnection Method
AddWindowsPrinterConnection Method
AddPrinterConnection Method
EnumPrinterConnections Method
AddPrinterConnection Method
Controlling Networked Printers
EnumPrinterConnections Method
RemovePrinterConnection Method
EnumPrinterConnections Method
SetDefaultPrinter Method
Function Statement
Property Get Statement
Dim Statement
ReDim Statement
VBScript Coding Conventions
VBScript Variables
Function Statement
ProcessID Property
ExpandEnvironmentStrings Method
Environment Property
ExitCode Property
Sleep Method
ProcessID Property
Checking For Errors in Script Component Files
GetObject Method
For...Next Statement
Using a Script Component in an Application
Using a Script Component in an Application
<registration> Element
CreateObject Method
Programming the FileSystemObject
Programming the FileSystemObject
WshShell Object
MsgBox Function
Exposing Properties
Exposing Properties
Match Object Properties
Setting and Customizing Script Properties (.wsh)
Setting and Customizing Script Properties (.wsh)
<property> Element
Property Set Statement
Exposing Properties
Property Get Statement
Property Get Statement
Property Let Statement
Property Let Statement
Property Get Statement
Property Set Statement
Property Set Statement
Clear Method
propertyIsEnumerable Property
propertyIsEnumerable Property
prototype Property
prototype Property
WSH and Windows Management Instrumentation (WMI)
Randomize Statement
random Method
Function Statement
Sub Statement
<public> Element
Const Statement
Dim Statement
push Method
push Method
Exposing Properties
Quantifiers
Quantifiers
Popup Method
Quit Method
Script Component Files and XML Conformance
Sin Function
Raise Method
Err Object
Exponentiation Operator (^)
random Method
random Method
Randomize Statement
Randomize Statement
Randomize Statement
Randomize Statement
Randomize Statement
Read Method
Read Method
ReadAll Method
ReadAll Method
RegRead Method
ReadLine Method
ReadLine Method
FullName Property (WScript Object)
StdIn Property (WScript)
<property> Element
<property> Element
ReDim Statement
Len Function
Recursion
Advanced JScript
Function Statement
RGB Function
ReDim Statement
VBScript Variables
<reference> Element
getResource Method
<reference> Element
createComponent Function
<object> Element
CreateShortcut Method
RegRead Method
RegRead Method
RegRead Method
RegRead Method
RegWrite Method
RegDelete Method
Regular Expression (RegExp) Object
Regular Expression (RegExp) Object
RegExp Object
Registering a Script Component
<registration> Element
Creating Registration Information
Creating Registration Information
Creating Registration Information
Creating Registration Information
Creating Registration Information
Script Component File Contents
Creating Registration Information
Manipulating the System Registry
RegDelete Method
RegDelete Method
RegDelete Method
RegRead Method
Registering a Script Component
FirstIndex Property
SubMatches Collection
Regular Expression Object Properties and Methods
Regular Expression Object Properties and Methods
Regular Expression Object Properties and Methods
SubMatches Collection
SubMatches Collection
Regular Expression Object
Regular Expression Object
Execute Method
Pattern Property
compile Method
Alternation and Grouping
Anchors
Backreferences
Build a Regular Expression
Character Matching
Regular Expressions
Non-Printable Characters
Order of Precedence
Ordinary Characters
Early Beginnings
Quantifiers
Special Characters
Regular Expression Syntax
Uses for Regular Expressions
Uses for Regular Expressions
RegWrite Method
ReDim Statement
Comparison Operators
RelativePath Property
Rem Statement
Rem Statement
Mod Operator
Rem Statement
Registering a Script Component
Using a Script Component in an Application
Registering a Script Component
AddWindowsPrinterConnection Method
CreateScript Method
Error Event
Running Scripts Remotely
CreateObject Function
Setting up Remote WSH
Running Scripts Remotely
Remove Method
Remove Method
RemoveAll Method
RemoveAll Method
RemoveNetworkDrive Method
RemovePrinterConnection Method
LTrim; RTrim; and Trim Functions
For...Next Statement
String Function
String Function
replace Method
Replace Method
Replace Function
replace Method
Replace Method
replace Method
Replace Method
Replace Method
WSH and Windows Management Instrumentation (WMI)
Implementing ASP Script Components
Script Component Files and XML Conformance
JScript Reserved Words
ReDim Statement
<resource> Element
<resource> Element
getResource Method
getResource Method
getResource Method
getResource Method
Referencing Other Components
RemovePrinterConnection Method
getResource Function
Implementing ASP Script Components
On Error Statement
Item Property (WshNamed)
GetObject Method
Popup Method
return Statement
return Statement
EnumPrinterConnections Method
Column Property
Hotkey Property
Int, Fix Functions
length Property (WshArguments object)
Line Property (WScript)
EnumNetworkDrives Method
EnumPrinterConnections Method
RegRead Method
Item Property
Item Property (WshUnnamed)
Mid Function
TypeName Function
Line Property (WshRemoteError)
Version Property
Environment Property
Exists Method
Environment Property
GetObject Method
length Property (WshArguments object)
GetObject Method
ExpandEnvironmentStrings Method
Number Property
Exec Method
reverse Method
reverse Method
StrReverse Function
RGB Function
RGB Function
RGB Function
Right Function
Right Function
Right Shift Assignment Operator (>>=)
Sin Function
Right Function
rightContext Property ($')
rightContext Property ($')
Right Function
Rnd Function
Rnd Function
RootFolder Property
RootFolder Property
RegRead Method
round Method
Round Function
Round Function
round Method
Round Function
LTrim; RTrim; and Trim Functions
LTrim; RTrim; and Trim Functions
Run Method
Creating a Script Component Type Library
AppActivate Method
What to Include to Run a Script
How Script Components Work
On Error Statement
Checking For Errors in Script Component Files
CreateShortcut Method
VBScript Variables
Creating a Behavior Script Component
Creating a Behavior Script Component
<object> Element
<script> Element
<?component?>
Script Component File Contents
Using the Script Component Wizard
Script Component File Contents
<method> Element
How Script Components Work
Exposing Custom Events in Behavior Script Components
Using the Script Component Wizard
Script Components
Introducing Windows Script Components
Script Component File Contents
Script Components Overview
Script Component File Contents
Script Encoder Overview
Script Encoder Syntax
Script Encoding Sample
Number Property
Private Statement
Interactive Property
Microsoft Windows Script Technologies
ScriptEngine Function
ScriptEngine Function
ScriptEngineBuildVersion Function
ScriptEngineBuildVersion Function
ScriptEngineMajorVersion Function
ScriptEngineMajorVersion Function
ScriptEngineMinorVersion Function
ScriptEngineMinorVersion Function
ScriptFullName Property
Scripts and Automating Windows
VBScript Coding Conventions
ScriptEngine Function
VBScript
Scripting Run-Time Reference
Scripting.Signer Object
VBScript Variables
ScriptName Property
Creating Registration Information
Dividing Scripts into Reusable Parts
Quit Method
Running Scripts from Windows
End Event
CreateScript Method
Line Property (WshRemoteError)
Interactive Property
ScriptName Property
Scripts and Automating Windows
CreateScript Method
Setting and Customizing Script Properties (.wsh)
Dividing Scripts into Reusable Parts
Exec Method
Running Your Scripts
Creating Registration Information
Running Scripts Remotely
Running Scripts from the Command Prompt
Running Scripts from Windows
Signing a Script
Running Scripts from Windows
Sleep Method
CreateScript Method
CreateScript Method
Security and Windows Script Host
Creating Scripts that Can Be Used by WSH
Creating Scripts that Can Be Used by WSH
<implements> Element
How Script Components Work
<implements> Element
Registering a Script Component
search Method
search Method
InStrRev Function
Derived Math Functions
Second Function
Second Function
Second Function
setSeconds Method
Script Component Files and XML Conformance
Security and Windows Script Host
Randomize Statement
Select Case Statement
Select Case Statement
If...Then...Else Statement
fireEvent Method
Exposing Custom Events in Behavior Script Components
SendKeys Method
Creating a Behavior Script Component
Creating a Behavior Script Component
ReadLine Method
SerialNumber Property
SerialNumber Property
Implementing ASP Script Components
Script Components
Implementing ASP Script Components
Property Set Statement
Set Statement
setDate Method
setDate Method
SetDefaultPrinter Method
setFullYear Method
setFullYear Method
setHours Method
setHours Method
SetLocale Function
SetLocale Function
setMilliseconds Method
setMilliseconds Method
setMinutes Method
setMinutes Method
setMonth Method
setMonth Method
setSeconds Method
setSeconds Method
setTime Method
setTime Method
Property Get Statement
Setting up Remote WSH
setUTCDate Method
setUTCDate Method
setUTCFullYear Method
setUTCFullYear Method
setUTCHours Method
setUTCHours Method
setUTCMilliseconds Method
setUTCMilliseconds Method
setUTCMinutes Method
setUTCMinutes Method
setUTCMonth Method
setUTCMonth Method
setUTCSeconds Method
setUTCSeconds Method
setYear Method
setYear Method
Sgn Function
Sgn Function
EnumNetworkDrives Method
RemoveNetworkDrive Method
MapNetworkDrive Method
ShareName Property
ShareName Property
Exec Method
WshSpecialFolders Object
shift Method
Hotkey Property
shift Method
WshShortcut Object
TargetPath Property
Managing Shortcuts
Creating a Shortcut
Managing Shortcuts
Deleting a Shortcut
Description Property
IconLocation Property
Hotkey Property
Managing Shortcuts
Moving a Shortcut
Managing Shortcuts
CreateShortcut Method
FullName Property (WScript Object)
WshShortcut Object
Save Method
WindowStyle Property
WorkingDirectory Property
ShortName Property
ShortName Property
ShortPath Property
ShortPath Property
ShowUsage Method
Sgn Function
Sign Method
SignFile Method
Security and Windows Script Host
Item Property (WshUnnamed)
Err Object
sin Method
Sin Function
Sin Function
sin Method
Sin Function
TypeName Function
CSng Function
CSng Function
fontsize Method
Size Property
Size Property
Script Component File Contents
Skip Method
Skip Method
SkipLine Method
SkipLine Method
Division Operator (/)
Sleep Method
slice Method (Array)
slice Method (String)
slice Method (Array)
slice Method (String)
small Method
small Method
sort Method
sort Method
source Property
Source Property
Source Property
source Property
Source Property
SourceText Property
Space Function
Space Function
LTrim; RTrim; and Trim Functions
Special Characters
Special Characters
Mapping to a Special Folder
SpecialFolders Property
splice Method
splice Method
split Method
Split Function
Split Function
split Method
Dividing Scripts into Reusable Parts
Sqr Function
Sqr Function
sqrt Method
sqrt Method
SQRT1_2 Property
SQRT1_2 Property
SQRT2 Property
SQRT2 Property
Exponentiation Operator (^)
Sqr Function
Exec Method
Start Event
WshSpecialFolders Object
Running Scripts from Windows
Eval Function
With Statement
ExitCode Property
Status Property (WshScriptExec)
StdErr Property (WScript)
StdOut Property (WScript)
ReadLine Method
For...Next Statement
Quit Method
Popup Method
Quit Method
Public Statement
Len Function
Len Function
Run Method
StrComp Function
StrComp Function
Read Method
Exec Method
Close Method
StdErr Property (WScript)
StdIn Property (WScript)
Write Method
ReadLine Method
Item Property
Hotkey Property
IconLocation Property
strike Method
strike Method
length Property (String)
String Constants
Item Property (WshUnnamed)
Split Function
Operator Precedence
String Constants
String Function
CStr Function
Len Function
bold Method
CStr Function
Item Property (WshUnnamed)
ComputerName Property
Description Property (WshRemoteError)
ExpandEnvironmentStrings Method
Referencing Other Components
Creating a Behavior Script Component
ReadLine Method
InStrRev Function
Write Method
MapNetworkDrive Method
LogEvent Method
RegRead Method
MapNetworkDrive Method
CreateShortcut Method
ConnectObject Method
GetObject Method
MapNetworkDrive Method
StrReverse Function
StrReverse Function
Line Property (WScript)
ExpandEnvironmentStrings Method
LogEvent Method
Popup Method
Popup Method
RegWrite Method
MapNetworkDrive Method
WindowStyle Property
sub Method
Sub Statement
sub Method
VBScript Procedures
Sub Statement
Sub Statement
SubMatches Collection
SubFolders Property
SubFolders Property
SubMatches Collection
SubMatches Collection
SubMatches Collection
UBound Function
substr Method
substr Method
substring Method
substring Method
Left Function
Subtraction Operator (-)
Subtraction Operator (-)
Subtraction Assignment Operator (-=)
Subtraction Operator (-)
Subtraction Operator (-)
TypeName Function
LogEvent Method
Addition Operator (+)
sup Method
sup Method
Sleep Method
switch Statement
switch Statement
Count Method
Division Operator (/)
Concatenation Operator (&)
GetObject Method
JScript Syntax Errors
Date Function
MsgBox Function
Manipulating the System Registry
Time Function
tan Method
Tan Function
Tan Function
tan Method
Tan Function
TargetPath Property
Error Property (WshRemote)
Terminate Event
Terminate Event
Terminate Method (WshScriptExec)
Exit Statement
do...while Statement
Conditional (Ternary) Operator (?:)
Test Method
test Method
Test Method
StrComp Function
<resource> Element
Creating a Behavior Script Component
Close Method
TextStream Object
TextStream Object
If...Then...Else Statement
this Statement
this Statement
throw Statement
throw Statement
Popup Method
Popup Method
Date and Time Constants
Date and Time Constants
Minute
DatePart Function
LogEvent Method
getTimezoneOffset Method
End Event
Timer Function
Timer Function
DateAdd Function
TimeSerial Function
TimeSerial Function
TimeValue
TimeValue
Creating a Behavior Script Component
Timer Function
Creating a Behavior Script Component
Popup Method
Creating a Script Component Type Library
Creating a Script Component Type Library
toArray Method
toArray Method
toDateString Method
toDateString Method
toExponential Method
toExponential Method
toFixed Method
toFixed Method
toGMTString Method
toGMTString Method
toLocaleDateString Method
toLocaleDateString Method
toLocaleLowerCase Method
toLocaleLowerCase Method
toLocaleString Method
toLocaleString Method
toLocaleTimeString Method
toLocaleTimeString Method
toLocaleUpperCase Method
toLocaleUpperCase Method
toLowerCase Method
toLowerCase Method
toPrecision Method
toPrecision Method
toString Method
toString Method
TotalSize Property
TotalSize Property
toTimeString Method
toTimeString Method
toUpperCase Method
toUpperCase Method
toUTCString Method
toUTCString Method
LTrim; RTrim; and Trim Functions
reverse Method
On Error Statement
Sin Function
Sin Function
LTrim; RTrim; and Trim Functions
LTrim; RTrim; and Trim Functions
LTrim; RTrim; and Trim Functions
Tristate Constants
VBScript Constants
FormatNumber Function
FormatNumber Function
FormatNumber Function
Checking For Errors in Script Component Files
Advanced JScript
True
Int, Fix Functions
try...catch...finally Statement
try...catch...finally Statement
Type Property
Creating a Script Component Type Library
Creating a Script Component Type Library
<reference> Element
Type Property
TypeName Function
TypeName Function
typeof Operator
If...Then...Else Statement
typeof Operator
ubound Method
UBound Function
UBound Function
ubound Method
UCase Function
UCase Function
Subtraction Operator (-)
EnumNetworkDrives Method
Item Property
undefined Property
unescape Method
unescape Method
IsEmpty Function
Empty
Creating a Behavior Script Component
Creating a Behavior Script Component
Unnamed Property
Registering a Script Component
Creating Registration Information
Creating Registration Information
unshift Method
unshift Method
Number Property
Unsigned Right Shift Operator (>>>)
Unsigned Right Shift Assignment Operator (>>>=)
Unsigned Right Shift Operator (>>>)
Do...Loop Statement
UBound Function
UCase Function
Script Component Files and XML Conformance
CreateShortcut Method
MsgBox Function
Interactive Property
UserName Property
VBScript Coding Conventions
Description Property
Number Property
UserDomain Property
UserName Property
Advanced JScript
Using Message Boxes
Uses for Regular Expressions
Using Script Components
Using Script Encoder
Using Windows Script Files (.wsf)
setUTCDate Method
UTC Method
getUTCFullYear Method
Creating Registration Information
Creating Registration Information
Creating Registration Information
VBScript and Forms
Script Component Files and XML Conformance
Value Property
Value Property
RegWrite Method
valueOf Method
valueOf Method
RegDelete Method
Exists Method
getResource Method
RegRead Method
RegWrite Method
var Statement
var Statement
Variable Scope
Creating a Behavior Script Component
Private Statement
Remove Method
WshShell Object
CreateObject Function
Array Function
VBScript Variables
VarType Function
IsDate Function
VBScript Variables
VarType Constants
VarType Constants
VarType Function
MsgBox Constants
MsgBox Constants
MsgBox Function
VarType Constants
VBArray Object
VBArray Object
Filter Function
Color Constants
Color Constants
VarType Constants
VarType Constants
MsgBox Function
String Constants
MsgBox Function
String Constants
VarType Function
Color Constants
VarType Function
VarType Constants
VarType Constants
MsgBox Constants
MsgBox Constants
MsgBox Constants
MsgBox Function
VarType Function
VarType Function
VarType Function
MsgBox Function
Tristate Constants
DateDiff Function
DateDiff Function
Date and Time Constants
String Constants
Date and Time Constants
Date Format Constants
Color Constants
MsgBox Function
MsgBox Function
VarType Function
String Constants
VarType Function
Date Format Constants
Date Format Constants
Color Constants
DateDiff Function
String Constants
MsgBox Constants
VarType Function
String Constants
String Constants
VarType Function
Number Property
MsgBox Function
MsgBox Function
MsgBox Constants
MsgBox Constants
Color Constants
MsgBox Constants
MsgBox Constants
DatePart Function
VBScript
Conversion Functions
VBScript Features
VBScript Features not in Visual Basic for Applications
VBScript Fundamentals
VBScript in Internet Explorer
VBScript Keywords
VBScript Language Reference
What Is VBScript?
VBScript User's Guide
Version Information
Visual Basic for Applications Features not in VBScript
VBScript Constants
VBScript Data Types
VBScript Fundamentals
VBScript in Internet Explorer
VBScript Keywords
VBScript Language Reference
Using VBScript with Objects
VBScript User's Guide
FormatDateTime Function
FormatDateTime Function
VarType Constants
VarType Constants
DatePart Function
MsgBox Function
String Constants
Split Function
DatePart Function
Tristate Constants
Weekday Function
Tristate Constants
Date and Time Constants
Date and Time Constants
VarType Constants
String Constants
DatePart Function
Color Constants
Color Constants
MsgBox Constants
MsgBox Constants
MsgBox Constants
Security and Windows Script Host
Verify Method
VerifyFile Method
Security and Windows Script Host
Creating Registration Information
Version Property
Security and Windows Script Host
Public Statement
Visual Basic for Applications Features not in VBScript
void Operator
void Operator
Environment Property
VolumeName Property
VolumeName Property
Copying a Shortcut
WSH Walkthrough
WSH Network Administrator Sample Script
Basic Windows Script Host Tasks
MsgBox Function
LogEvent Method
MsgBox Function
Using a Script Component in an Application
Using a Script Component in an Application
Weekday Function
Weekday Function
WeekdayName Function
WeekdayName Function
Weekday Function
While...Wend Statement
while Statement
While...Wend Statement
while Statement
While...Wend Statement
While...Wend Statement
WshShell Object
AppActivate Method
WSH and Windows Management Instrumentation (WMI)
ExpandEnvironmentStrings Method
WSH and Windows Management Instrumentation (WMI)
LogEvent Method
AddWindowsPrinterConnection Method
Using Windows Script Files (.wsf)
WScript.exe and CScript.exe Options
Microsoft Windows Script Technologies
WSH Version Information
DisconnectObject Method
Hosting Environments and Script Engines
LogEvent Method
Windows Script Host Object Model
WSH Version Information
WshSpecialFolders Object
WindowStyle Property
Security and Windows Script Host
with Statement
With Statement
with Statement
With Statement
Handling Script Component Events in the Host Application
Using the Script Component Wizard
Using the Script Component Wizard
WSH and Windows Management Instrumentation (WMI)
CurrentDirectory Property
CurrentDirectory Property
Working with Drives and Folders
Working with Files
WorkingDirectory Property
Write Method
Write Method
WriteBlankLines Method
WriteBlankLines Method
WriteLine Method
WriteLine Method
StdErr Property (WScript)
StdOut Property (WScript)
Writing JScript Code
Creating Scripts that Can Be Used by WSH
WriteLine Method
RegWrite Method
Checking For Errors in Script Component Files
Checking For Errors in Script Component Files
Script Component File Contents
Using the Script Component Wizard
CreateObject Method
GetObject Method
CreateObject Method
Name Property (WScript Object)
Path Property
WScript.exe and CScript.exe Options
What Is WSH?
What Is WSH?
Windows Script Host Basics
Windows Script Host Object Model
WSH and Windows Management Instrumentation (WMI)
What to Include to Run a Script
Signature Verification Policy
Signature Verification Policy
Upgrading Windows Script Host
CryptoAPI Tools
What's New In WSH 5.6
WScript.exe and CScript.exe Options
Signature Verification Policy
LogEvent Method
Arguments Property (WScript Object)
WshArguments Object
CreateScript Method
WshController Object
Execute Method
WshEnvironment Object
Exec Method
Exec Method
Item Property (WshNamed)
Item Property (WshNamed)
UserDomain Property
WshNetwork Object
CreateScript Method
Execute Method
Error Event
ProcessID Property
CreateShortcut Method
Exec Method
Hotkey Property
WshSpecialFolders Object
Count Method
WshUnnamed Object
WshUrlShortcut Object
WshUrlShortcut Object
How Script Components Work
<?job�?> Element
<resource> Element
<?XML�?> Element
Script Component File Contents
<script> Element
<?XML�?> Element
<?job�?> Element
Script Component Files and XML Conformance
Xor Operator
Xor Operator
setYear Method
Year Function
Year Function
Popup Method
Line Property (WshRemoteError)
slice Method (Array)