Sunday, August 11, 2013

How to make a simple program with notepad...


""How to make a simple program with notepad""
Though Notepad is not an ideal text editor for programming, it has all the functions that allow it to be used for writing programs. It'll be hard to write thousands of lines of code and still keep everything straight given the lack of formatting features, but you can get started with simple code in a free program already on your PC.
Steps:
Step 1 : First open Notepad. It can be found in Acessories
Step 2 : Type the following code: @echo off
Step 3 : Type the following code: echo This is my first program.
Step 4 : Type the following code: pause
Step 6 : Go to the File menu, select Save As. For the file name type pp.bat
So Simple 

No comments:

Post a Comment