Friday, March 25, 2011

Make your own command

How to make own Command.

Start > Run > Notepad.exe


Paste the following code in NotePad.


[hide]
CODE
@echo off
cls
:loop
set command=
echo --------------------------------
chdir
set /P command="Prompt: "
echo --------------------------------
%command%
goto loop
[/hide]


And save as .bat e.g OwnCommand.Bat.
Note: Do not save the file as .txt but save as .Bat.

No comments:

Post a Comment

Hey there im posting after long time and will continue after now. I think u had miss me also but sorry as i was being busy in sone importan...