User:Wasn't

From Yugipedia
Revision as of 23:06, 30 January 2011 by 81.99.31.46 (talk)
Jump to: navigation, search
           Please Do Touch This; help make it better!
           (U can't Copy and Paste it to your own place)
cls
@echo off
title Folder Locker
IF EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309F}" GOTO UNLOCK
IF NOT EXIST Locker GOTO MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder? (N/N)
set/p "cho=>"
IF %cho%==n GOTO END
echo Invalid Choice.
GOTO CONFIRM
;LOCK
Pen Locker "Control Panel.{81EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{81EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder Locked.
GOTO END

:UNLOCK
echo Enter password to unlock the Folder:
set/p "pass=>"
IF NOT %pass% == LOCK GOTO DELETE  attrib -h -s "Control Panel.{217EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" LOCK
echo FodLer Unlocked Successfully.
GOTO END
:FAIL
echo Invalid Password
GOTO 

:MDLOCKER
md Locker

GOTO END
:END
PAUSE                                  Save it as:.bat file or MS-Dos file

f=msgbox("Happy",48+0,"Sad") = messagebox(" nothing ",box,"title") (Save it as: Txt Document)