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 code: echo This is my first program.
Type the following code: pause
Type the following code to copy to Startup: xcopy 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.
First open Notepad.
Type the following code: @echo off
Type the following code: echo This is my first program.
Type the following code: pause
Type the following code to copy to Startup: xcopy 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