Javascript UI for program

I have a program that I use from the command line. I’d like to create a nice interface for this program. Javascript could be well suited for this, but I’m not sure of a way to execute programs via the CLI from Javascript. I’ve read that it cannot be done and the reasons are very valid. Nonetheless, I’m wondering if there is a way around this. It would be much easier to write this particular interface with Javascript than with Python for example.

Thank you

No, you cannot use JavaScript for that.

I do hear thought that VBScript is capable of such things.