Jump to content

Recommended Posts

Posted (edited)

VBScript will be retired and eliminated from future versions of Windows, I wanna build a better alternative!

Meet Directive:

image.png.ff2a6b7665416b414009dbebfdfabcfb.png

This interpreter runs the familiar VBScript-style language, but as a single self-contained native binary, cross-platform, with no dependency on the Windows Script Host.
It can use COM but had the most used objects build in, in case they ever dissapear from windows.

Directive is a small dynamic scripting language, one C++17 file (directive.cpp, no external dependencies) that compiles to a native executable. It stays source-compatible with the classic language where it can, while giving it a cleaner, more explicit object model of its own. Honest note: A.I. was used to debug and enhance code (Claude).

I also added some new features. :D

 

Github link:

https://github.com/vbscripting/Directive-The-Enhanced-VBScript-Clone

 

Edited by TheAutomator
com clarification

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...