step 1 open notepad
step 2 paste this in
Type @echo off
break off
title custom command prompt (or just title it anything you want) color 0a
cls
:cmd
set /p cmd=command: (or type in anything you want)
%cmd%
echo.
goto cmd
step 3 save it as command prompt.bat
|
|
 |
|