A video showing one of the many simple things you can do with a batch file on notepad. In this video, i show you how to make a file have a password protection. It can be any file on the desktop, or basic program. If you use a file (on the desktop) You can right-click it, and go to properties, then check the 'hidden' box, so you can not open it, unless you use the password. You can also create a shortcut to the batch file, to make it look better.
======================
the text:
@Echo off
cls
:Password
Set input=
set /p input= Password (input then press enter) :
if %input%==cheese goto YES
if not %input%==cheese goto NO
:YES
Start MSpaint.exe
Exit
:NO
Echo INCORRECT PASSWORD
goto Password
====================
MSPaint = file or program
cheese = password
^^^These can be what you want^^^
######## VERSION 2 ########
@Echo off
cls
:Password
Set input=
set /p input= Password (input then press enter) :
if %input%==cheese goto YES
if not %input%==cheese goto NO1
:YES
Start MSpaint.exe
Exit
:NO1
Echo INCORRECT PASSWORD
Set input=
set /p input= Password (input then press enter) :
if %input%==cheese goto YES
if not %input%==cheese goto NO2
:NO2
Echo INCORRECT PASSWORD
Set input=
set /p input= Password (input then press enter) :
if %input%==cheese goto YES
if not %input%==cheese goto NO3
:NO3
Echo INCORRECT PASSWORD
Pause
Echo WINDOW WILL NOW CLOSE
Pause
Exit
YAY it worked
MicahVance 4 days ago
@thebeanokid cls clears the screen idk why he choose to do that in the beginning because its not needed
G0dlyGam3rs 1 month ago
that should work until someone right clicks and left clicks "Edit"
G0dlyGam3rs 1 month ago
Thanks! I've been looking for this almost everwhere on the internet. This is awesome.
GeekoftheFuture112 1 month ago
what does cls do? and nice music by the way!
thebeanokid 1 month ago
Hmm .. You can also just click on X or just put the enter button ...
But it can be fun
onlyreplaymb 1 month ago
richto01 1 month ago
what is the name of this song?
OnlyJokers 2 months ago
@ghostCAM45 Don't type MS in front of it :)
TheMrH4mm3r 2 months ago