membuat program batch pengunci folder dengan notepad

Rabu,10

Lansung aja...
Cekidot....
  1. Siapkan notepad anda.
  2. Kopi (bukan teh, he he he...) script berikut ke dalam notepad tadi..                                                                                                                                       @ECHO OFF
    cls
    title Folder Locker by IDR666
    color 0a
    echo.
    echo CompanyName : BIST T3aM
    echo Copyright : (c) 2010 Created by IDR666 – BITS T3aM
    echo ProductName : Folder Locker - Security your Folder
    echo ProductVersion : 1.0 beta

    if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
    if NOT EXIST Private goto MDLOCKER
    :CONFIRM
    echo.
    echo.
    echo Anda yakin ingin mengunci folder ini? (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.
    echo Karakter yang anda masukan SALAH...!!!
    echo.
    goto CONFIRM
    :LOCK
    ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    echo.
    echo.
    echo Folder berhasil DIKUNCI..!!
    echo.
    TIMEOUT 5
    goto End
    :UNLOCK
    echo.
    echo.
    echo Masukan Password untuk membuka Folder..!!
    echo.
    set/p "ps=>"
    if NOT %ps%==123456 goto FAIL
    attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
    echo.
    echo Folder berhasil DIBUKA..!!
    echo.
    TIMEOUT 5
    goto End
    :FAIL
    cls
    echo.
    echo.
    echo password yang anda masukan SALAH..!!
    echo.
    echo.
    goto UNLOCK
    :MDLOCKER
    md Private
    echo.
    echo.
    echo Folder Private berhasil dibuat..!!
    echo Password Standart anda adalah 123456
    echo.
    echo.
    pause>nul
    goto End
    :End 
  3. Simpan dengan nama terserah anda tapi harus diikuti dengan ".bat" di belakang nama tersebut dan jangan lupa  untukmengubah tulisan berwarna merah dengan password anda.
  4. good luck

Tidak ada komentar

Diberdayakan oleh Blogger.