Scripting languages
The requested action is not allowed by this wiki website.
See the description below for detailed information.
Detailed Access-rights violation
The requested action has been read access for ⧼wikirbac-title-page (history-access)⧽ Scripting languages.
The webmaster/administrator has restricted access to this information using the Role Based Access Control (RBAC).
An entry of this violation has been created in the Log-file with timestamp 26 March 2023 12:06:14.
Details access limitation.
- No-Super-UserGroup 4 All Categories.
- No-Super-UserGroup 4 All Categories.
- Restriction for all usergroups's (*) found for cat Index.
- No access credentials found for Access: History
RBAC-Documentation
See the the website documentation (HaFrWikiCommunity Portal) for more information.
Suggested continuation
Return to Main Page.
Scripting is widely spread. Here some examples.
Asp[edit]
Cscript[edit]
Windows Command Line Scripting. See also Wscript, Windows graphical version of CScript. Since Cscript and Wscript are alike, See Wscript for in depth information.
JavaScript[edit]
Jscript[edit]
PHP[edit]
VBA[edit]
Wscript[edit]
Windows Graphical Version of command line scripting. See also Cscript, Windows command line scripting. For code examples look at the VBA part. Both Cscript and Wscript are covered on the Microsoft Script Center and MSN pages. There are references for
- VBScript, Visual Basic Script
- WSH, Windows Script Host
- WMI, Windows Management Instrumentation
- ADSI, Active Directory Service Interfaces
Also an help file is available (Script56.chm) on the Microsoft site.
Reference[edit]
- Windows Script Host, The starting page for Windows Scripting
- Objects Windows Script Host, Scripting Objects.
- Methods Windows Script Host, Scripting Methods.
Windows Batch and Cmd[edit]
- Cscript, Windows Command Line Scripting
- Wscript, Windows Graphical Version of command line scripting Cscript.
- Windows Command Line
- MSDN Microsoft Scripting, (Tip) downloads
Windows Script Component[edit]
Windows® Script Component files are XML (Extensible Markup Language) that are much like HTML files, but contain special elements that define the script component and its behavior. The elements used for defining script components are not HTML tags, but are XML elements specifically used for script component definitions.
To register a component:
regsvr32 dpath\filename.wsc
To use the component
dim oTest set oTest = CreateObject("filename.wsc" .. oTest.<function>