Live data from Hacker News

Show HN: Remember Windows' Batch Script? I wrote a language using it

github.com

1–3 of 3 posts

Re: Show HN: Remember Windows' Batch Script? I wrote a language using it

#3
post #2

It was my personal project during the lockdown, figured would be nice to share it here.

JFYI, there is not really a "native batch script that all Windows comes with", there is a command interpreter that can be command.com (windows 9x/Me) or cmd.exe (NT 4.00 and above), each OS may have (or may have not) different behaviours/different syntax for the scripts, and - to be picky - the .bat extension is the "historical" one associated to command.com, cmd.exe is associated with both .bat and with the (suggested) .cmd extensions.

Your compiler[1] clearly needs cmd.exe.

[1] maybe translator would be more appropriate, as nothing is compiled