Welcome to the TMDOS repository! This project focus at trying to create a classic MS-DOS experience, but in a modern Windows environment. This is a project I'm glad to announce because I've been working a lot on it. I hope you like using it, and maybe help me to finish
The idea isn't that complex: create a Windows-based environment for CLI lovers. This is a little progress checker for the 1.0 version to be complete:
- Command prompt
- Login System (Going to use Credential Providers)
- UEFI custom boot (for verbose boot screen)
- Other stuff going to be revealed later
First of all, make sure you have installed
- Python
- PIP (Comes with Python)
- PyInstaller (Use PIP to download it)
After having all these apps in your PATH, build it using the following code:
pyinstaller DOS.py
or:
python -m pyinstaller DOS.py