Wednesday, March 25, 2009

How to make your own command prompt

To make your very own command prompt you need to open up a note pad.Then you need to put in this coding:
@echo off
break off
title custom command prompt
color 0a
cls

:cmd
set /p cmd=command

%cmd%
echo.
goto cmd
with this you can control the computer and do many different things.

No comments: