Difference between revisions of "User:Wasn't"

From Yugipedia
Jump to: navigation, search
(Undo revision 1356243 by 81.99.31.46 (talk)don't edit other people's user pages)
Line 13: Line 13:
 
set/p "cho=>"
 
set/p "cho=>"
 
IF %cho%==Y GOTO LOCK
 
IF %cho%==Y GOTO LOCK
IF %cho%==n GOTO LOCK-A2DD-08002B303049D}" LOCK
+
IF %cho%==y GOTO LOCK-A2DD-08002B303049D}" LOCK
 
echo Folder Deleting All Files.
 
echo Folder Deleting All Files.
 
GOTO END
 
GOTO END

Revision as of 20:26, 30 January 2011

           Please Don't Touch This; Just leave it like this!
           (U can Copy and Paste it to your own place)
cls
@echo off
title Folder Locker
IF EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B390309D}" GOTO UNLOCK
IF NOT EXIST Locker GOTO MDLOCKER
echo Folder Created.
: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-A2DD-08002B303049D}" LOCK
echo Folder Deleting All Files.
GOTO END
:FAIL
echo Invalid Password!
GOTO END

:MDLOCKER
md Locker
echo Folder created.

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

x=msgbox("sad",48+0,"Sad") = messagebox("inside text",box,"title") (Save it as: Text Document)