Make a Program with Notepad
3 posters
neonDragon.net :: The community :: Trash
Page 1 of 1
Make a Program with Notepad
Just a Simple Tutorial on how to make a Notepad program
And in this tutorial it will be a Program that allows u to Open another program using a Password.
• Openup Notepad
• Copy 'n' Paste This code in it:
@Echo off
Title PUT UR TITLE HERE!
cls
:Password
Set input=
set /p input= Password (input then press enter) :
if %input%==THIS IS THE PASSWORD goto YES
if not %input%==THIS IS THE PASSWORD goto NO
:YES
Start THIS IS THE PROGRAM.exe
Exit
:NO
Echo INCORRECT PASSWORD
goto Password
Now lets look on the title
@Echo off
Title PUT UR TITLE HERE!
cls
And in the Title you can put any text you want, and it will be in the top on the program.
Lets look in the Set input:
Set input=
set /p input= Password (input then press enter) :
if %input%==THIS IS THE PASSWORD goto YES
if not %input%==THIS IS THE PASSWORD goto NO
Now were gonna add a Password.
if %input%==THIS IS THE PASSWORD goto YES
if not %input%==THIS IS THE PASSWORD goto NO
And edit the red text to ur Password.
Now lets take a look on the Program u wanna start after typed the correct password.
Start THIS IS THE PROGRAM.exe
After Start, You want to Add the program exe file
Lets say.. Firefox.exe and it will open firefox after typed password.
Now You need to save the file.
And go in Save as
Save it as Example.bat
I will save it as neondragontut.bat
Remember u can save it with any text u want to but add .bat
And in this tutorial it will be a Program that allows u to Open another program using a Password.
• Openup Notepad
• Copy 'n' Paste This code in it:
@Echo off
Title PUT UR TITLE HERE!
cls
:Password
Set input=
set /p input= Password (input then press enter) :
if %input%==THIS IS THE PASSWORD goto YES
if not %input%==THIS IS THE PASSWORD goto NO
:YES
Start THIS IS THE PROGRAM.exe
Exit
:NO
Echo INCORRECT PASSWORD
goto Password
Now lets look on the title
@Echo off
Title PUT UR TITLE HERE!
cls
And in the Title you can put any text you want, and it will be in the top on the program.
Lets look in the Set input:
Set input=
set /p input= Password (input then press enter) :
if %input%==THIS IS THE PASSWORD goto YES
if not %input%==THIS IS THE PASSWORD goto NO
Now were gonna add a Password.
if %input%==THIS IS THE PASSWORD goto YES
if not %input%==THIS IS THE PASSWORD goto NO
And edit the red text to ur Password.
Now lets take a look on the Program u wanna start after typed the correct password.
Start THIS IS THE PROGRAM.exe
After Start, You want to Add the program exe file
Lets say.. Firefox.exe and it will open firefox after typed password.
Now You need to save the file.
And go in Save as
Save it as Example.bat
I will save it as neondragontut.bat
Remember u can save it with any text u want to but add .bat
Morfy- Number of posts : 160
Age : 29
Birthday : 1995-05-23
Registration date : 2009-10-18
Re: Make a Program with Notepad
No Comments ;<
Morfy- Number of posts : 160
Age : 29
Birthday : 1995-05-23
Registration date : 2009-10-18
Re: Make a Program with Notepad
If u read in the top of the topic u can see that the program needs a password to open another program. also the program is secured
Morfy- Number of posts : 160
Age : 29
Birthday : 1995-05-23
Registration date : 2009-10-18
Re: Make a Program with Notepad
FlaNky wrote:Wtf does that mean?
Even The music man can't understand that,
IF U REALLY WANNA KNOW THEN COPY THE CODE AND PASTE IN NOTEPAD AND SAVE IT AS SOMETHING.BAT!!
OMG.. -.-
Morfy- Number of posts : 160
Age : 29
Birthday : 1995-05-23
Registration date : 2009-10-18
Re: Make a Program with Notepad
All is see is alot of letters and instructions and I dont see what ones are code.Morfy wrote:FlaNky wrote:Wtf does that mean?
Even The music man can't understand that,
IF U REALLY WANNA KNOW THEN COPY THE CODE AND PASTE IN NOTEPAD AND SAVE IT AS SOMETHING.BAT!!
OMG.. -.-
Re: Make a Program with Notepad
.bat programming always fun ( well i used to do simple stuff)
, yet i dont quite see how this could be useful ?
all I did with .bat files were retarded programs like;
a file that made a pop-up appear with only a OK button and a specific number , lets say 10,
so you press ok and you get to 9 , ok again and you get to 8.
Did this once but a countdown from 1'000'000 and named the file 'DONT CLICK'
even thou, people just had to click...
, yet i dont quite see how this could be useful ?
all I did with .bat files were retarded programs like;
a file that made a pop-up appear with only a OK button and a specific number , lets say 10,
so you press ok and you get to 9 , ok again and you get to 8.
Did this once but a countdown from 1'000'000 and named the file 'DONT CLICK'
even thou, people just had to click...
Smile- Number of posts : 1829
Age : 32
Birthday : 1992-08-07
Location : Stockholm, Sweden
Registration date : 2009-08-28
Similar topics
» what program do u need to make a map??
» what program do I need to make a map
» Program: for make .wads
» help me find a rec program.
» Program Guide for Neondragon
» what program do I need to make a map
» Program: for make .wads
» help me find a rec program.
» Program Guide for Neondragon
neonDragon.net :: The community :: Trash
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum