Introduction: How to Create Your Own Command Prompt in Windows Xp

This will teach u how to create your own command prompt!!!

Step 1: Creating the Document.

Step 1:Right click on your desktop. Select new text document.
This will create the document u need to create the command prompt.

Step 2: Editing the Code.

Name the document custom command prompt.bat.
Right click on the document and select edit.
Type @echo off
break off
title custom command prompt (or just title it anything u want) color 0a
cls

:cmd
set /p cmd=command: (or type in anything you want)

%cmd%
echo.
goto cmd
Click save not save as just save.
Exit notepad and click on the document u created it will open your own command prompt.