To make your very own command prompt you need to open up a note pad.Then you need to put in this coding:
@echo off
break off
title custom command prompt
color 0a
cls
:cmd
set /p cmd=command
%cmd%
echo.
goto cmd
with this you can control the computer and do many different things.
UMMMMMMM..............
16 years ago
No comments:
Post a Comment