Google Support

Selasa, 18 Desember 2012

Giving Password To Folder


This time I will give a little review on an application that allows users to give specific privacy in a folder. I reference a paper application from a blogger. the application allows us to deliver your keywords in a folder with a capital of just using notepad and saved as the file name is Lock.Bat


The application is still quite basic.
and here are the steps

1. Create a new folder on your computer

2. Open notepad (click start then all programs select accessories and then select notepad)

3.Copy below code into notepad

cls @ ECHO OFF
title Folder Locker
if EXIST "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
: CONFIRM
echo Are you sure 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 Locker "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib + h + s "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
: UNLOCK
echo Enter password to Unlock folder
set / p "pass =>"
if NOT% pass% == your password
attrib-h-s "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
: FAIL
echo Invalid password
goto end
: MDLOCKER
md Locker
echo Locker created successfully
goto End
: End

3.The incorporated into notepad replace the red writing with the desired password and then save as a name and save it into a folder Lock.Bat that's been made.

4.Close notepad and then click the folder where you save the notepad and click Lock.Bat will display a folder named Locker locker and then click the folder and then save the file or document into the locker folder

5.Close locker folder and click on it again lock.bat, will appear later this command like "Are you sure want to lock the file Y / N"

6. type "Y" and then see the file is hidden locker folder

7.For bring back the locker folder, click again Lock.Bat then there will be a command to enter a password, enter the password that was created earlier and enter, thus reappearing folder locker ............. .

In addition to the words "Are you sure want to Lock the folder" can be replaced, as well as the words "Enter password to Unlock folder" but this can be done before the save as

This application is still relatively simple because the key structure of an application program can be seen at once enough when we only mangarahkan cursor on File Lock.Bat then click Show the preview pane on the top right corner. So the level of privacy for secure file is still not terprivasi. Even so I am still new to the general public and this kind of program really impressed me because of this early knowledge that will lead me to a more varied application program further features.
Thank you. :)


Source : robywakass.blogspot.com

Happy writing happy blogging

Tidak ada komentar:

Posting Komentar