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

A matrix batch file i created

Simply copy this into your own document and save it, but note the file forces the computer to shutdown after running (you can change this if you want)

'

title The matrix console
color a
echo off
cls
echo Welcome to the matrix
pause
echo Initializing agents
echo .
echo .
echo .
echo completed
pause
echo retrieving mission statistics
echo .
echo .
echo .
echo completed
pause
echo activating tracking chips
echo .
echo .
echo .
echo completed

echo The current GMT time is
time /t
pause
cls


echo A super virus has been found on the system
echo .
echo Fighting super virus
echo .
echo Super virus defeated
pause
cls

echo The computer will now restart for safety measures
pause

shutdown -r -c "Restarting for safety measures" -t 60

'

No comments: