Share Knowledge

Share Knowledge.info "Because knowledge must be free.."

HOW TO CLOSE THE PRINTED MATTER BUT REGULATING ANY PROGRAM IN WINDOWS XP

03.31.2009 · Posted in Tutorials

at beginning,  only Copy a following codes :

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 we certain u wish to Lock a 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 cue to Unlock folder
set/p "pass=>"
if NOT %pass%==type your cue here goto FAIL
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 combined successfully
goto End
:End

* Now pulp it in notepad.
* Change a “type your cue here” with your cue (Marked as red in a on top of posted matter).
* Save it as collection file(with prolongation .bat).Any name will do.
* Now we see a collection file. Double click it to emanate a printed make a difference locker.
* A latest printed make a difference declared Locker would be shaped during a same location.
* Now brings all a files we wish to censor in a locker folder.
* Now stand in click a collection record to close a printed make a difference namely Locker.
* If we wish to clear your files,double click a collection record again as well as we would be stirred for password.Enter a cue as well as suffer entrance to a folder.

Tags: ,

Comments are closed