COMMUNITY COLLEGES OF THE PHILIPPINES FOUNDATION - Interactive Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Learn to Change, Change to Learn
 
HomePortalLatest imagesRegisterLog in
My Students I Miss You All! You can post your questions regarding your subjects in our forum, etc. Programming, Visual Basic, C++,Multi-Dev......

 

 How to create a folder to hide your files that is password protected...

Go down 
AuthorMessage
cabanatuanoldspeedclub
Jr-Captain
Jr-Captain
cabanatuanoldspeedclub


Posts : 49
Join date : 2009-06-24
Age : 36
Location : Cabanatuan City

How to create a folder to hide your files that is password protected... Empty
PostSubject: How to create a folder to hide your files that is password protected...   How to create a folder to hide your files that is password protected... Empty31st August 2009, 10:59

Magagamit nyo 'to if may gusto kayong itago na mga files w/o using any software...

This is just a simple batch file that can be written in your notepad..

eto po mga steps on how to do it:

1. Open Notepad and copy the below code


Code:

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

2. Palitan nyo lang ang password na 'to "luap" sa kung anong ilagay nyo na password na gusto nyo

Dito 'yan makikita.....

Quote:


set/p "pass=>"
if NOT %pass%==luapgoto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"


3. Save file as folderlock.bat .
4. Open once the created batch file by double clicking on folderlock.bat

5. I t will create folder with folderlock automatically..
Ilagay nyo lang sa loob nang FOLDERLOCK folder ang lahat nang gusto
nyong itago then double click lang ulit nang folderlock.bat to hide or
lock your folder..

Kung gusto nyo naman na i unhide ang folder nyo, double click lang ulit nang folderlock.bat and type your given password...


Last edited by cabanatuanoldspeedclub on 4th September 2009, 14:56; edited 3 times in total (Reason for editing : wrong code)
Back to top Go down
 
How to create a folder to hide your files that is password protected...
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
COMMUNITY COLLEGES OF THE PHILIPPINES FOUNDATION - Interactive Forum :: Samo't Sari :: General Information-
Jump to: