3 Tricks With Cmd

17K154

Intro: 3 Tricks With Cmd

3 cool tricks you will want to know

STEP 1: Trick 1

color trick
here is the code to find out color or whatever
In cmd type in color 0h 

STEP 2: Trick 2

if you want to find your ip address here is a cool code
in cmd type in ipconfig 

STEP 3: Trick 3

matrix

in notepad type in
goto sys
:sys 
echo %radom%%radom%%radom%%radom%
goto sys

4 Comments

Cool, I made a list of Basic commands.
It's called Basic Batch command list.

For trick 3 "Matrix", what format do you save in?

save with a .BAT

there is a lot more to the command prompt than that, check out netstat, trace route, xcopy

pinhead you will have to save it as a text file then check the file extension to .bat (batch file)