QBasic 1.1 (english)
Author: Microsoft
QBasic is an IDE and interpreter based on QuickBasic.
Please note: an Interpreter translates and evaluate/run the source code immediately.
In other words: QBasic cannot generate standalone executables (*.exe programs).
To create *.exe files, you'll need a Compiler: look at
DOS Compiler &
Windows Compiler.