Submission + - COMMAND.COM is back!
The project recreates the DOS command-line experience while running on a modern Unix environment. It supports a small, historically inspired command set,
Unlike a simple emulator, it’s designed to work as a real shell: it can be used as a login shell or as an interpreter for batch files (within reason, given the differences between DOS and Unix semantics). The result is an unusual hybrid of DOS-style command parsing layered on top of Unix processes.
It’s implemented in Go for maximum portability and aims to balance authenticity with just enough practicality to be usable.
Source and release on codeberg.