Tutorial on how to make a simple program in NotePad
Hey I am here with another tutorial for you guys !:)
I will be showing you how we can make our own simple program in NotePad or NotePad++
If you prefer a video tutorial ,you can view it by clicking 'YouTube Video' below
YouTube Video
You can download NotePad++ from the link below ,click on 'Download'
Download
So lets get started
1)Open up NotePad
2)Put @echo off first
Note:- To view the needs etc of @echo off and all the codes we are going to be using ,go to the link below:
https://docs.google.com/document/d/10bCh6Oxr86-r8PszZCd-aMuCNt0L_50jAdL7eejXUbY/edit?usp=sharing
3) Now put 'title' and the title of the program.
4)Put 'echo' and the message you want to display in the program
5)Now put 'pause' to end the program.
6) You can add 'color' to the text displayed by adding 'color 0a' under 'title'
0a = green
5= aqua
3= red
7)And now go save it as .bat file I highly recommend you view the link[above] to understand each code.
I will be showing you how we can make our own simple program in NotePad or NotePad++
If you prefer a video tutorial ,you can view it by clicking 'YouTube Video' below
YouTube Video
You can download NotePad++ from the link below ,click on 'Download'
Download
So lets get started
1)Open up NotePad
2)Put @echo off first
Note:- To view the needs etc of @echo off and all the codes we are going to be using ,go to the link below:
https://docs.google.com/document/d/10bCh6Oxr86-r8PszZCd-aMuCNt0L_50jAdL7eejXUbY/edit?usp=sharing
3) Now put 'title' and the title of the program.
4)Put 'echo' and the message you want to display in the program
5)Now put 'pause' to end the program.
6) You can add 'color' to the text displayed by adding 'color 0a' under 'title'
0a = green
5= aqua
3= red
7)And now go save it as .bat file I highly recommend you view the link[above] to understand each code.
This comment has been removed by the author.
ReplyDelete