<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=46.99.9.145</id>
	<title>wiki143 - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=46.99.9.145"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Special:Contributions/46.99.9.145"/>
	<updated>2026-05-03T20:20:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Active_Scripting&amp;diff=1819080</id>
		<title>Active Scripting</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Active_Scripting&amp;diff=1819080"/>
		<updated>2025-02-08T20:18:40Z</updated>

		<summary type="html">&lt;p&gt;46.99.9.145: /* Uses and history */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Windows component-based scripting technology}}&lt;br /&gt;
&#039;&#039;&#039;Active Scripting&#039;&#039;&#039; (formerly known as &#039;&#039;&#039;ActiveX Scripting&#039;&#039;&#039;) is the technology used in [[Microsoft Windows|Windows]] to implement component-based scripting support. It is based on [[OLE Automation]] (part of [[Component Object Model|COM]]) and allows installation of additional scripting engines in the form of COM modules.&lt;br /&gt;
&lt;br /&gt;
==Uses and history==&lt;br /&gt;
The Active Scripting technologies were first released in 1996, with the release of the [[Internet Explorer 3|Microsoft Internet Explorer 3.0]] (August 1996) and [[Internet Information Services]] 3.0 products (December 1996).&lt;br /&gt;
&lt;br /&gt;
Usual applications of Active Scripting include [[Active Server Pages]] (ASP) [[Server-side scripting|server scripts]], [[Internet Explorer]], and [[Windows Script Host]] (WSH) scripts automating routine tasks, including use for login scripts, [[Windows Registry|Registry]] manipulation, and the like. Other administrative uses include [[Windows Management Instrumentation]] and [[Active Directory]] Service Interfaces. Active Scripting can also be used for general-purpose scripting, such as database programming, text-processing, rapid prototyping, and application macro/scripting programming; some applications use Active Scripting as the main automation method, others do not have a macro facility but the components are available for use via the API; or one may opt to add a language and/or tool not available by default, like programming [[Microsoft Excel]] in [[Perl]] or [[REXX]] rather than [[Visual Basic for Applications]] (VBA) or transferring data from a [[terminal emulator]] to [[word processor]] by way of a [[spreadsheet]] when they have dissimilar macro tools or none at all.&lt;br /&gt;
&lt;br /&gt;
For many of the above uses, Active Scripting is an addition to Windows that is similar to the functionality of Unix shell scripts, as well as an incremental improvement upon batch files (command.com), Windows NT style shell scripts (cmd.exe) and, by way of [[VBScript]], the replacement for [[QBasic]], which was last available on the supplementary disc for Windows 95. The majority of the languages used for Active Scripting mentioned below are [[glue language]]s, with [[Perl]] being the most commonly used third-party script engine.&lt;br /&gt;
&lt;br /&gt;
The interfaces to Active Scripting engines are public, so any developer can create applications that are programmable in Active Scripting languages as well as engines for additional languages.&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
Active Scripting engines are available for several languages. Some of the most popular include:&amp;lt;ref&amp;gt;{{Cite web |title=2. Choosing a Server-Side Scripting Language - Designing Active Server Pages [Book] |url=https://www.oreilly.com/library/view/designing-active-server/0596000448/ch02.html |access-date=2024-02-21 |website=www.oreilly.com |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[ActivePerl]] – [[Perl]]&lt;br /&gt;
* ActivePHP and PHPScript for [[PHP]]&lt;br /&gt;
* ActivePython – [[Python (programming language)|Python]]&lt;br /&gt;
* [[Delphi (software)|Delphi]]&lt;br /&gt;
* [[Fortran]]&lt;br /&gt;
* [[Haskell (programming language)|Haskell]]&lt;br /&gt;
* [[Lua (programming language)|Lua]]&lt;br /&gt;
* [[REXX]] (multiple versions)&lt;br /&gt;
* [[Ruby (programming language)|Ruby]]&lt;br /&gt;
* [[Tcl]]&lt;br /&gt;
* [[VBScript]] and [[JScript]] for Windows versions after [[Windows 95]], optional with [[Windows CE|CE]]&lt;br /&gt;
* [[Visual Basic for Applications]] (VBA) for Windows; and requires [[Microsoft Office]], or other software packages that are VBA-programmable.&lt;br /&gt;
* [[XLNT]]&lt;br /&gt;
* [[XSLT]]&lt;br /&gt;
&lt;br /&gt;
In Windows, [[Windows Script Host#Usage|CScript.exe]] at the command line and WScript.exe running in the GUI are the main means of implementation of installed Active Script languages.&amp;lt;ref&amp;gt;{{Cite web |date=2021-04-30 |title=[Definition] What Is Cscript.exe &amp;amp; Cscript vs Wscript? |url=https://www.minitool.com/lib/cscript-exe.html |access-date=2024-02-21 |website=MiniTool |language=en-US}}&amp;lt;/ref&amp;gt; Clicking on an icon or running from the command line, a script, the Run dialogue, etc. will by default run a plain text file containing the code. A [[Windows Script File]] (.wsf) is an [[XML]] file that can contain more than one script in more than one language in addition to other elements, and are executed by the Windows Script Host.&amp;lt;ref&amp;gt;{{Cite web |title=Using Windows Script Files (.wsf) |url=https://admhelp.microfocus.com/uft/en/all/VBScript/Content/html/c999e0fa-3986-41be-90a9-3f8ae3a38253.htm |access-date=2024-02-21 |website=admhelp.microfocus.com |language=en-us}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some software such as [[SecureCRT]] use the WSH functionality to allow automation by means of any installed scripting engine.&amp;lt;ref&amp;gt;{{Cite web |title=SecureCRT Scripting - FAQ |url=https://www.vandyke.com/support/securecrt/scripting_faq.html |access-date=2024-02-21 |website=vandyke.com}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The script host, related components, and engines are able to be integrated into and called from Windows applications just like any other component.&lt;br /&gt;
&lt;br /&gt;
== Retirement ==&lt;br /&gt;
Active scripting is regarded complete, and no longer under active development by Microsoft. Furthermore, scripting engines will continue to be shipped with future releases of Microsoft Windows and IIS.&amp;lt;ref&amp;gt;[http://blogs.msdn.com/ericlippert/archive/2004/04/09/110508.aspx &#039;&#039;Rumours of VBScript&#039;s Death Have Been Greatly Exaggerated&#039;&#039;], on Eric Lippert&#039;s Blog &#039;&#039;Fabulous Adventures In Coding&#039;&#039; on MSDN (April 09, 2004).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Originally, the .NET Framework had a scripting technology of its own and a separate scripting IDE called &#039;&#039;Visual Studio for Applications&#039;&#039; (VSA),&amp;lt;ref&amp;gt;[http://msdn.microsoft.com/en-us/library/ms974577.aspx &#039;&#039;Script Happens .NET&#039;&#039;], article by Andrew Clinick of Microsoft Corporation, in Scripting Clinic on MSDN (July 25, 2001).&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://redmondmag.com/news/article.asp?EditorialsID=126 &#039;&#039;Microsoft Takes Wraps Off VSA Development Technology&#039;&#039;] {{Webarchive|url=https://web.archive.org/web/20071217062427/http://redmondmag.com/news/article.asp?EditorialsID=126 |date=2007-12-17 }}, by Scott Bekker on Redmondmag.com (January 16, 2001).&amp;lt;/ref&amp;gt; and the interfaces to the technology were also available via Active Scripting, allowing even .NET-unaware applications to be scripted using .NET languages. VSA was also meant to replace Visual Basic for Applications.&amp;lt;ref name=&amp;quot;VSA&amp;quot;&amp;gt;[http://www.codeproject.com/csharp/vsascripting.asp &#039;&#039;VSA scripting in .NET&#039;&#039;] {{Webarchive|url=https://web.archive.org/web/20070211180713/http://www.codeproject.com/csharp/VsaScripting.asp |date=2007-02-11 }}, by Mark Belles on The Code Project.&amp;lt;/ref&amp;gt; However, that entire technology was deprecated in version 2.0 of the .NET Framework,&amp;lt;ref name=&amp;quot;VSA&amp;quot; /&amp;gt; leaving no clear upgrade path for applications desiring Active Scripting support (although &amp;quot;scripts&amp;quot; can be created in [[C Sharp (programming language)|C#]], VBScript, [[Visual Basic .NET]], and other .NET languages, which can be [[Compiler|compiled]] and executed at run-time via [[Library (computing)|libraries]] installed as part of the standard .NET runtime).&lt;br /&gt;
&lt;br /&gt;
In 2006, Microsoft introduced [[Windows PowerShell]], which can expose applications via PowerShell cmdlets or PowerShell providers.&amp;lt;ref name=&amp;quot;ars-opensource&amp;quot;&amp;gt;{{cite web |last1=Bright |first1=Peter |date=August 18, 2016 |title=PowerShell is Microsoft&#039;s latest open source release, coming to Linux, OS X |url=https://arstechnica.com/information-technology/2016/08/powershell-is-microsofts-latest-open-source-release-coming-to-linux-os-x/ |url-status=live |archive-url=https://web.archive.org/web/20200409020253/https://arstechnica.com/information-technology/2016/08/powershell-is-microsofts-latest-open-source-release-coming-to-linux-os-x/ |archive-date=April 9, 2020 |access-date=May 12, 2020 |website=[[Ars Technica]] |publisher=[[Condé Nast]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[ActiveX]]&lt;br /&gt;
*[[Dynamic Language Runtime]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [https://msdn.microsoft.com/en-us/library/fdee6589(v=vs.94).aspx Windows Script Interfaces] – Active Scripting documentation.&lt;br /&gt;
*[http://blogs.msdn.com/ericlippert/archive/2004/04/09/110508.aspx Future of VBScript Language] – Information about the future of Active Scripting technologies.&lt;br /&gt;
&lt;br /&gt;
{{Microsoft Windows components}}&lt;br /&gt;
{{Internet Explorer}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Internet Explorer]]&lt;br /&gt;
[[Category:Scripting languages]]&lt;/div&gt;</summary>
		<author><name>46.99.9.145</name></author>
	</entry>
</feed>