Thursday, November 10, 2011

Batch file Password protection system

This is sample batch file that can be used as password protection. You can set your own password. Here I have set "PASSME" as my password. you can set your own password. Then you test it. System will ask you for password, and untill you press right password this will not let you in.
Enjoy.
@echo off
:start
echo.
echo.
echo Enter the password and press enter after F6:
copy con pas
find "PASSME"<pas
if errorlevel=1 goto 1
cls
echo W E L C O M E   I N   M Y P C
goto 2
:1
del pas
cls
goto start
:2
del pas

How to make this
1.Open Notepad. Then type the code.
2. Save it by the extension called .bat. e.g “virus.bat”.
3. Then just double click it. Your system will halt. Just restart thesystem, it will work fine. Have fun.
Windows XP, Windows 7, all systems are capable of running this code.

1 comments:

With a webcam software, you do not have to worry about losing what your camera has recorded if there has been a theft or vandalism. Since most of these services like GotoCamera store images and recordings on an external server, you can always go back and retrieve them to catch the culprit.

Post a Comment

You are most welcome for making comments here. I will consider your view and will reply you soon.