QBasic Plus

  • Programming with QBasic requires some brains to learn. If you know another language QBasic will be quite easy to learn. If you get stuck the QBasic Help or the DOS Help "QBasic"-"Batch Commands" should guide you through any and all of your questions. To get started follow this short guide!
    1. Use QBasic Help to learn the PRINT, IF, DO, and INPUT commands.
    2. Use the examples in the help menu to see how and what these commands do.
    3. Graphic commands such as CLS, SCREEN, LINE, CIRCLE, VIEW, and WINDOW will add a professional look to any program.
    4. Add QBasic /run c:\*.bas to a batch file to run your program independently.