Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

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.



This post first appeared on Checked Tricks, please read the originial post: here

Share the post

Make your own command

×

Subscribe to Checked Tricks

Get updates delivered right to your inbox!

Thank you for your subscription

×