Sunday, December 9, 2012

Make a Simple Program Using 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

First open Notepad.



Type the following code@echo off



Type the following codeecho This is my first program.



Type the following codepause



Type the following code to copy to Startupxcopy C:\Users\username\Desktop\name.bat C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup



Go to the File menu, select Save As. For the file name type pp.bat



See Make a Program using Notepad.




No comments:

Post a Comment