Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 43

Thread: What is best software for folder lock?

  1. #21
    Sapchali Guest

    Default

    What words... super, excellent idea

  2. #22

    Default

    I see no best software for folder lock.

  3. #23
    Join Date
    Jul 2012
    Posts
    19

    Default

    To lock a folder,hides its data, and password protects the contents.
    it may only hides one (or multiple), but i think that it creates a folder that you can put anything in.It's free too.

    http://www.fspro.net/folder-lock-box/

    It's also free.

  4. #24
    Join Date
    Jul 2012
    Posts
    2

    Default

    Use Winmend folder hidden tool because it is totally free, system safely and you can quickly hide folders.

  5. #25

    Default

    I am using Folder Security, It is best security applications for our files.

  6. #26

    Default

    Hello,

    Folder Lock 7 is really one of the best software.

  7. #27

  8. #28

    Default

    Instant Lock is the best software for folder lock.

  9. #29

  10. #30

    Default

    cls
    @ECHO OFF
    title Folder Personal
    if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303... goto UNLOCK
    if NOT EXIST Personal 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 Personal “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303...
    attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303...
    echo Folder locked
    goto End
    :UNLOCK

    echo Enter password to Unlock folder
    set/p “pass=>”
    if NOT %pass%==Type your password here HERE goto FAIL
    attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303...
    ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303... Personal
    echo Folder Unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto end
    :MDLOCKER
    md Personal
    echo Personal created successfully
    goto End
    :End

Similar Threads

  1. Software - Benchmark Software
    By royal383 in forum Software & Hardware
    Replies: 5
    Last Post: 02-28-2012, 06:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •