Mero Concept || More Concept ||

Saturday, April 26, 2014

How to create a Password Protected Folder using a Batch Script

Keeping a Password Protected Folder make your data and files in the folder safe . As there are many softwares through which you can lock a folder but I there are many disadvantages in those softwares . These softwares consume more RAM where as this batch script doesn't take much memory to execute . The software needs to get installed and then it is used , But in Batch file script a simple procedure is used. So lets get started.


 Create a Password protected Folder

Follow the below steps to create a Password Protected folder .
  • First you need to create a Folder where you can host the files which are need to be protected .

Now navigate to that folder , open a text file in it. ( you can do this with right click--->New--->Text Document ).

Now copy the below script and paste it in the Text file

cls

@ECHO OFF

title Folder Private

if EXIST "HTG Locker" goto UNLOCK

if NOT EXIST Private goto MDLOCKER

:CONFIRM

echo Are you sure you want to lock the folder(Y/N)

set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "HTG Locker"
attrib +h +s "HTG Locker"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== UR_PASSWORD goto FAIL
attrib -h -s "HTG Locker"
ren "HTG Locker" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End

    Next change the Password "Ur Password" to your desired password and save the file as anything.bat ( like mylock.bat) .


  • If the file is being saved then delete the text file which you have created .
  • Now you need to Run the batch file .bat file , to Run it you need to double click on it . 

  • This batch file will create a Folder named Private . This the folder where you need to add the files and folders which are private or password protected .
  • Once you have finished adding all the files and images etc into the Private Folder then Run Batch file anything.bat again ( Just Double click on the .bat File ) .
  • Now a Black screen Command prompt window appears asking If you are sure you want to lock the folder . Now Press "Y" and hit enter to lock the folder .

  • Now the Folder Private disappears and your folder is hidden or password protected .

  • If you want to make the password protected folder Private a new windows pops asking to Enter password to Unlock Folder .

  • Now enter the same password which you have kept above , once you have entered the password Private folder reappears .If you have entered a wrong password the the window terminates .
Share:

Related Posts:

2 comments:

  1. Replies
    1. Thank you for your valuable Comment. and Keep visiting regularly ... for more tips and trics.

      Delete

Total Pageviews

19500
Powered by Blogger.

Labels

ADSL (1) Aadha Bato (1) Aani chhoing lama (1) All Novel (3) All in one (2) All post (1) Amar Neupane (1) Android (3) Android Games (1) Android theme (1) Antivirus (3) Apps (1) Article (3) Audio Book (27) Audio Story (1) B.P Koiraala (1) Barbarik (1) Beautiful (1) Bijay Kumar panday (1) Bill gates (2) Binita Dahal (1) Blog (22) Blog tips (11) Bollywood Movie (3) Buddhi Sagar (1) Bulbul Download (13) Bulbul Sunday (4) Bulbul Wednessday (7) Collage (2) Companies (1) Computer Tips (13) Computer software (3) Converter (3) Cover Image (1) Cricket (1) Crow Festival (1) Damini Veer (1) Dashain (1) Dipawali (3) Downloads (17) Dr. Banira Giri (1) E-commerce (1) Earthquake (1) Education (9) Electricity (1) English Novel (6) Epaper (2) FM (3) Facebook (6) Facebook Tricks (4) Facebook cover (3) Football (6) Free Software (5) Games (2) Geeta thapa (1) Google (1) Google Data Center (1) Govnd Bahadur Mall (1) H. Rider Huggard (1) HSEB (2) Hari Paudel (1) Health (2) History Of Nepal (2) How to (3) IDM (1) IT Training center (1) Image (5) Information Technology (6) International News (1) Internet (1) Internet Tips (11) Iphone (1) Jagdish Ghimire (2) Jhamak Ghimire (1) Justine Biber (1) Kantipur (1) Karnali Blues (1) Kick (1) Kick movie (1) King Birendra (1) Kishor Nepal (1) Korea (1) Krish3 (1) Krishna Dharabasi (3) Lain Singh Wagdel (1) Language (1) Laxmi puja (1) Legend (1) Lekali (1) Life and Style (3) Light (1) Literature (1) Living Goddess Kumari (1) Loadsheding (1) Ma Hideko Bato (1) Manufacture (1) Media player (1) Meroconcept Gadger (1) Messi (1) Mobile (2) Mobile Tips (2) Mohan Sharma (1) Mulik Bahira Ma (1) Music (1) Mysansar (1) NEA (4) NTC (1) Nagarik Dainik (1) Narayan Wagle (1) Nasa (1) Nasa Video (1) Nepal (10) Nepali Calender (1) Nepali Novel (24) Nepali Story (4) Nepali telecom (1) New Bulbul Sunday (3) News / Blog (19) Novel (18) Online News (1) Online TV (1) Pallo Ghar Ko Jhyal (1) Paulo Coelho (2) Pearl S buck (1) Peazip (1) People (1) Photos (1) Poem (3) Politics (1) Prabha kaini (1) Prabin (1) Purusottam Dahal (1) Quotes (3) Radio Bachan (1) Rajan mukarung (1) Richest Person (1) Romeo juliet (1) Routine (1) SAFF Championship (5) Sakas (1) Salokya (1) Saru Bhakta (2) Sayings (2) Science Technologies (3) Screen (3) Security (1) Seto dharti (1) Shakespare (2) Shanta (1) Short Story (5) Shrutisambeg (4) Shrutisambeg Novel (2) Shrutisambeg Story (5) Sita Ji (1) Slider (1) Social Work (1) Software (8) Songs (2) Sports (6) Story (4) Subin Bhattarai (1) Summer Love (1) Template (2) The Good Earth (1) Theme (2) Tihar (1) Time & Date (1) Tips and Tricks (12) Translated Novel (3) Tricks (3) Tutorials (8) Unicode (1) Upanyas (1) VLC (1) Videos (7) Vintage (2) Wall papers (2) Web (1) Website Developer (1) Western union (1) Windows 7 (2) Windows Hacks (3) Windows Tips (4) World (3) holiday (1) other Blog (1) salmankhan (1) test (1) wallpapers (2)

Theme Support