ActiveScript Shell

ActiveScript Shell

Rating
3.7
Reviews
3
Interactive command line interface for Active Scripting
Inspect live Automation objects properties
Use existing Automation objects
Use ANSI in-band control sequences for colors
Easily create colorful ANSI-Art from fonts and images
Create 24-bit ANSI-Art on Windows 10 version 1704 and later
Write your own shell functions
AXSH Architecture

App details

Release date

2017-02-03

Last update

2022-03-11

Product ID

9NBLGGH532GB

Categories

Developer tools

About ActiveScript Shell

Use Windows Scripting interactively.

ActiveScript Shell (axsh) is a command-line shell that lets you interact with JScript and COM/OLE Automation objects.
It is designed to be language agnostic, so you can use Microsoft® Visual Basic® Scripting Edition or another engine.

It can be used for administrative tasks, prototyping, testing Automation components during development, experimenting, or just to learn JavaScript interactively.

ACTIVE SCRIPTING ENGINES
• The Windows Store Edition of axsh uses the Microsoft® JScript® engine, an implementation of the JavaScript (ECMA-262 3rd edition) language
• Other engines can be used by launching axsh.exe from within itself, requesting another engine as in exec(“axsh.exe /e:VBScript”);

AUTOMATION OBJECTS
• Built-in object (AXSH) lets you control the shell itself
• Majerus.Console lets you control the Windows console
• Majerus.ANSI makes it easy to work with ANSI/VT control sequences, and even generate ANSI strings from images and text
• Majerus.Text makes it easy to work with Unicode and text formatting
• axsh.fun shows how to easily write components using a scripting language, including JScript itself
• Windows includes many Automation objects that can be used right away, and many more can be installed

Check out the website for more details: www.majerus.net/axsh

Key features

  • Use Active Scripting engines interactively
  • Use COM/OLE Automation components natively
  • Script in your preferred language
  • (Re)Discover the power of the console with a programming language as the interpreter