mscript Version 4: A Scripting Language Reinvented
Briefly

mscript is a simple scripting language with a basic runtime, suitable for the sorts of things you use batch files for, simpler and easier than PowerShell, and easily transportable unlike Python.
Big credit goes to my co-conspirator, Rodney Ludwig, a long-time mscript user and supporter, without whom Version 4 of mscript would not be possible.
Lines without symbols are executed as command lines like in batch files, lines starting with > function like echo, and a command line after >! does not raise errors if it fails.
Read at CodeProject
[
add
]
[
|
|
]