Okay, so you want to try out some cool command prompt tricks, but you cant seem to find out how to actually open command prompt. (This would be the case in most schools, or workplaces.) This instructable will show you how to get a command prompt window up and running.
This works in Windows XP.
If you do not have a blocked computer, or if you are an administrator, go to step 3 and read the last section.
I am not liable for anything that you may do with this information, i am just telling you how to get the screen open, i am not telling you to use it in an improper manor.
Remove these ads by
Signing UpStep 1: Creating the file.
start> all programs> accessories> notepad
Once your in notepad, type in the words
"command.com" (with no quotations)





































Visit Our Store »
Go Pro Today »




@echo off
command
command.com
pause
try to create an instructable that actually works next time
@echo off
color 0a
:Input
title @ %CD%
echo.
set/p "command= +++> "
%command%
goto Input
@echo off
color 0a
:Input
title @ %CD%
echo.
set/p "command= +++> "
%command%
goto Input