IBC forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Latest topics
» Purchasing Tag Heuer Watches on a Budget
Folder lock Icon_minitimeMon Mar 20, 2017 9:17 pm by fitch65221023

» Tag Heuer Gets A Taste
Folder lock Icon_minitimeMon Mar 20, 2017 9:11 pm by fitch65221023

» U.s. Remains World's Top Platinum Watch Market
Folder lock Icon_minitimeWed Dec 28, 2016 8:54 pm by fitch65221023

» The U.S. platinum watch market saw some other notable trends
Folder lock Icon_minitimeWed Dec 28, 2016 8:50 pm by fitch65221023

» Do You Love Luxury Panerai Watches?
Folder lock Icon_minitimeWed Dec 28, 2016 8:46 pm by fitch65221023

» Aqua Master Watches for this Christmas Season
Folder lock Icon_minitimeWed Dec 28, 2016 8:40 pm by fitch65221023

» A Guide To Womens Watches: Styles And Types
Folder lock Icon_minitimeThu Nov 10, 2016 9:25 pm by fitch65221023

» Aqua Master Diamond Watches For Women
Folder lock Icon_minitimeThu Nov 10, 2016 9:09 pm by fitch65221023

» A Luxury Watch To Celebrate Achievements
Folder lock Icon_minitimeMon Sep 12, 2016 10:03 pm by fitch65221023

IBC chat

ShoutMix chat widget
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Folder lock

3 posters

Go down

Folder lock Empty Folder lock

Post  g34rboxxx Wed Oct 21, 2009 9:41 am

Code:

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 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 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 password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password 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 created successfully
goto End
:End

Boleh nyomot.....Hehehehehe.......



gearboxxx farao
g34rboxxx
g34rboxxx
Admin

Posts : 250
Join date : 2009-10-19
Age : 48
Location : Tebak hayooo

Back to top Go down

Folder lock Empty Re: Folder lock

Post  vailo Thu Oct 22, 2009 12:20 am

kode" pusing yang dibelakang kata Control Panel {.........} itu apa kk??? confused
vailo
vailo

Posts : 137
Join date : 2009-10-18

Back to top Go down

Folder lock Empty Re: Folder lock

Post  sinax89 Thu Oct 22, 2009 7:02 am

g34rboxxx wrote:
Code:

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 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 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 password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password 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 created successfully
goto End
:End

Boleh nyomot.....Hehehehehe.......



gearboxxx farao




Jelasin Algoritmanya donk.....please... Twisted Evil Twisted Evil
sinax89
sinax89
Admin

Posts : 72
Join date : 2009-10-13
Age : 35
Location : Bekasi

https://ibc-forum.forumotion.com

Back to top Go down

Folder lock Empty Re: Folder lock

Post  g34rboxxx Thu Oct 22, 2009 3:32 pm

Code:

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK <==sebagai super hidden untuk menyimpan folder locker
if NOT EXIST Locker goto MDLOCKER  <== membuat folder Locker
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N) <== pertanyaan untuk memasukkan password
set/p "cho=>"
if %cho%==Y goto LOCK <== bila yes terkunci...
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}" <== menyimpan super hidden
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" <== Double hide
echo Folder locked <== folder tersembunyi
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>" <== mengeset password sebagai pengunci folder locker
if NOT %pass%==type your password 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 created successfully
goto End
:End

Kira-kira bgitu, Mudah-mudahhan bisa di mengerti.....tolong di betulkn, and om tunggu kritikan nya...oke




gearboxxx
g34rboxxx
g34rboxxx
Admin

Posts : 250
Join date : 2009-10-19
Age : 48
Location : Tebak hayooo

Back to top Go down

Folder lock Empty Re: Folder lock

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum