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
Your Best Source For IT Tips and Tutorials
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:
Post a Comment