Make Your Own Command Prompt

. Saturday, July 12, 2008
  • Agregar a Technorati
  • Agregar a Del.icio.us
  • Agregar a DiggIt!
  • Agregar a Yahoo!
  • Agregar a Google
  • Agregar a Meneame
  • Agregar a Furl
  • Agregar a Reddit
  • Agregar a Magnolia
  • Agregar a Blinklist
  • Agregar a Blogmarks

Step 1 - Copy the following script:

Code:

code(surrounded by [])@echo off
cls
:loop
set command=
echo ——————————–
chdir
set /P command=”Prompt: “
echo ——————————–
%command%
goto loop

Step 2 - Paste on Notepad and save the file as cmd.bat

0 comments: