Skip to content
Dither Dude edited this page Sep 23, 2024 · 1 revision

Welcome to the Heloid wiki!


Warning

This is a DEV build. Expect bugs. Use code with caution.

Features may be rewritten without notice causing scripts to break.

As this project is a CLI-based programming language, I figured it would be difficult to learn without actual documentation. While the CLI provides a pretty help page, it is very bare bones - best used as a reminder of how a specific command works, and not for actual command lookup.

Another point that I will mention here is that this language is designed to be entirely written in a script - the program looks for one as soon as it opens itself. The point of this is to allow completely hands-free operations, as if set up correctly with WinPE(tutorial to come), it can run tasks as soon as the device boots up - ideal for batch/mass repetetive operations over multiple devices. Additionally, some commands work differently depending on whether it was executed via CLI or script(tutorial to come).

Clone this wiki locally