This project implements a Batch-like programming language interpreter in Python. It supports most Batch commands and simulates the command-line environment of Windows, allowing users familiar with Batch scripting to run their scripts without needing to learn Python.
- Python 3.x
-
Clone the repository:
git clone https://github.com/your-username/python-like-batch.git cd python-like-batch
python interpreter.py example_script.plb