Showing posts with label Batch. Show all posts
Showing posts with label Batch. Show all posts
0

A trick to make fun with your friend.


All of us like to make fun with our friends, as i do.
I like to make small viruses and give to my friends. Most of the viruses i made is tested in my friends computers'.
I am thankful to my friends for this.  Last weak i was searching for the command to eject CD drive and to turn off the monitor.
At the end of my 1 day searching, i got both the codes. Immediately i made a product with that codes.
And that application will turn the monitor off and eject the CD drives simultaneously.
You can download the file from here and give to your friend and have a fun.
You can change its icon with the help of the software called 'Icon changer'.

0

Create virus yourself.

Making viruses by our-self may be our dream.
Here I have a trick to make a small non-infectious Trojan.
This Trojan is also created as a batch file as i have mentioned earlier in my previous post "Working with batch files".
To make this little Trojan, do the following steps:
1)Open notepad.
2)Type this without quotes: "C:\Windows\RUNDLL32.EXE user,exitwindows
exit "
3)Save this file with the extension ".bat".
4)Now, you are done...

Dont use this file to make any damage to others. Take it as just a fun.