Best Way To Lock Your Folder Without Any Application

NIPUNAYA

Junior member
  • Jul 4, 2007
    599
    7
    18
    Kegalle
    1- Make a new folder ( name it as you like )

    2- Inside this folder make a ( TXT ) file & copy inside it this:

    Code:
    Quote: cls
    @ECHO OFF
    title Folder Private
    if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" 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 "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%== password here goto FAIL
    attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
    echo Folder Unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto end
    :MDLOCKER
    md Private
    echo Private created successfully
    goto End
    :End

    3- After you copy the Commanding go to line ( 23 ) u will find this word : password here (Change it with ) any password you like.

    4- After that make ‘save as’ & name as (locker.bat )

    5- Now back to the folder & you will find a ( LOCKER ) commanding.

    6- Click on it & you will find a new folder (Private )

    7- Okay, now copy what you want in it & after that go to ( locker ) by click on it , it will open and ask you want lock your folder? Y/N ?

    8- Type Y

    9- If you want to UNLOCK your folder ,go to (locker) & type your pass and you will see your private folder.

    Enjoyz machanlaa!
     
    • Like
    Reactions: DJnet

    ishan0001

    Active member
  • Jan 19, 2010
    350
    26
    28
    Ane macho....me lock eka password eka nathuwath arinna puluwan.password eka change karannath puluwan.password eka hoya gannath puluwan. :P:P:P:P:rolleyes::rolleyes:

    menna method eka -

    locker.bat file eka right click karala 'edit' click karanna

    line 23 ekata gihin password eka bala ganna.one nam change karanna.

    :lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol:
     

    NIPUNAYA

    Junior member
  • Jul 4, 2007
    599
    7
    18
    Kegalle
    Ane macho....me lock eka password eka nathuwath arinna puluwan.password eka change karannath puluwan.password eka hoya gannath puluwan. :P:P:P:P:rolleyes::rolleyes:

    menna method eka -

    locker.bat file eka right click karala 'edit' click karanna

    line 23 ekata gihin password eka bala ganna.one nam change karanna.

    :lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol:

    hehehe bro menna eekata software eka... ;)

    Meken batch file eka .exe walata compile karanawa....wade close ne :rolleyes::rolleyes::rolleyes:

    box200.jpg


    Quick Batch File Compiler

    Quick Batch File Compiler convert your batch files into actual program (.EXE format) in one click. This program may be run on Windows 2000/2003/XP/Vista without any limitations. An .EXE file is much harder to casually reverse-engineer, so this could be a way to conceal a particular batch file's operations from an end user. Content of your batch file will be encrypted and protected from changes.

    Quick Batch File Compiler also lets you set various resources in the .EXE file, such as its description, the company name, version information and even the application icon. In additional, you may include any files to compiled exe file and use it during execution.

    Main Features:

    *Save/Load Project Options
    *Open context help for batch commands by pressing F1 in editor
    *Embedded files: you can embed files to the compiled executable. This files will be decompressed before script execution and delected on exit.
    *Can create Ghost applications without DOS window.
    *Allows you to select application icon
    *Allows you to edit Version Info for EXE-file.
    *Protects contents of a batch file from the non-authorized change
    *Hides contents of a batch file from viewing.
    *It is not necessary to be the programmer to create the program
    *It may be useful for installation and automation tasks
    *Highlight command's syntaxis inside built-in editor
    *Can compile any batch file to exe format compatible with 2000/XP/2003/Vista.
    *All compiled files royalty-free


    Download from the app's Home Page:
    Code:
    http://www.abyssmedia.com/quickbfc/

    Dirrect link to app.:
    Code:
    http://www.abyssmedia.com/downloads/quickbfc.exe
     

    ishan0001

    Active member
  • Jan 19, 2010
    350
    26
    28
    hehehe bro menna eekata software eka... ;)

    Meken batch file eka .exe walata compile karanawa....wade close ne :rolleyes::rolleyes::rolleyes:

    box200.jpg


    Quick Batch File Compiler

    Quick Batch File Compiler convert your batch files into actual program (.EXE format) in one click. This program may be run on Windows 2000/2003/XP/Vista without any limitations. An .EXE file is much harder to casually reverse-engineer, so this could be a way to conceal a particular batch file's operations from an end user. Content of your batch file will be encrypted and protected from changes.

    Quick Batch File Compiler also lets you set various resources in the .EXE file, such as its description, the company name, version information and even the application icon. In additional, you may include any files to compiled exe file and use it during execution.

    Main Features:

    *Save/Load Project Options
    *Open context help for batch commands by pressing F1 in editor
    *Embedded files: you can embed files to the compiled executable. This files will be decompressed before script execution and delected on exit.
    *Can create Ghost applications without DOS window.
    *Allows you to select application icon
    *Allows you to edit Version Info for EXE-file.
    *Protects contents of a batch file from the non-authorized change
    *Hides contents of a batch file from viewing.
    *It is not necessary to be the programmer to create the program
    *It may be useful for installation and automation tasks
    *Highlight command's syntaxis inside built-in editor
    *Can compile any batch file to exe format compatible with 2000/XP/2003/Vista.
    *All compiled files royalty-free


    Download from the app's Home Page:
    Code:
    http://www.abyssmedia.com/quickbfc/

    Dirrect link to app.:
    Code:
    http://www.abyssmedia.com/downloads/quickbfc.exe

    Annna ehema waren.Oya thiyenne.Thnx machan.Elazzzzzzzzzz.... :):)