Ask a Teacher



how to program BASIC with notepad ? What is the extension for saving?

  1. First open Notepad.It can be found in Accessories.

  2. Type the following code: @echo off this tells the program to hide echo and just display the text.

  3. Type the following code: echo This is my first program. The program will then say This is my first program.

  4. Type the following code: pause this pauses the program until a key is pressed.

  5. Go to the File menu, select Save As. For the file name type anythingfirsteverprograminnotepad.bat Afile.bat Just Remember the file extension must be .bat

  6. See Make a Program using Notepad.



comments powered by Disqus