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
- 1First open Notepad.
- 2Type the following code: @echo off
- 3Type the following code: echo This is my first program.
- 4Type the following code: pause
- 5Type the following code to copy to Startup: xcopy C:\Users\username\Desktop\name.bat C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
- 6Go to the File menu, select Save As. For the file name type pp.bat
- 7See Make a Program using Notepad.
No comments:
Post a Comment