Jumat, 22 Februari 2013

THE SECRETS OF Command Promt

> Kunci Folder :
buat yang suka nyimpen file file gg jelas ( cieciecie :D ) perintah bat ini bisa sedikit membantu, jadi intinya file file yg gg jelas bisa d sembunyiin dalam sebuah folder, buat yang kurang mengerti komputer ngertinya cuma kanciang kanciang dan kanciang seperti temen saya Abex Subexti (nama fb ny) perintah bat ini gg bakal bisa d buka tanpa bantuan dr abang ozil :D, check it out
 Quote:
Quote: cls
@ECHO OFF
title Folder Rahasia
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Rahasia 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 Rahasia "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%== 1234567890 goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Rahasia
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Rahasia
echo Rahasia created successfully
goto End
:End

tulis d notpad kaya gitu, pas d bagian 1234567890 ganti terserah lu gmn z, itu pasword buat kunci n buka folder ny, kalo udah klik file>save as>kasih nama ny kunci.bat
kalo kurang ngerti bisa d liat ya video tutorial ny, comment d sini http://www.facebook.com/zhevhika

thanks..