Monday, 28 November 2011

Microsoft Windows Script Technologies

JScript
Microsoft’s powerful scripting language targeted specifically at the Internet.
VBScript
Microsoft Visual Basic Scripting Edition brings active scripting to a wide variety of environments, including Web client scripting in Microsoft Internet Explorer and Web server scripting in Microsoft Internet Information Services.
Script Runtime
Dictionary object is the equivalent of a PERL associative array. It has Key-Item pairs.
Items can be any form of data, and are stored in the array. Each item is associated with a unique key.
The key is used to retrieve an individual item and is usually a integer or a string, but can be anything except an array.
FileSystemObject (FSO) object model to work with files and folders.
Script Encoder is a simple command-line tool that enables script designers to encode their final script so that Web hosts and Web clients cannot view or modify their source.
Windows Script Components
Microsoft® Windows® Script Components provide you with an easy way to create COM components using scripting languages such as Microsoft® Visual Basic® Scripting Edition (VBScript) and Microsoft® JScript®.
Windows Script Host
The Microsoft Windows Script Host (WSH) is a tool that will allow you to run Visual Basic Scripting Edition and JScript natively within the base Operating System, either on Windows 95 or Windows NT 4.0.
Windows Script Interfaces
Microsoft Windows Script Interfaces introduce a new way for an application to add scripting and OLE Automation capabilities.

No comments:

Post a Comment