Want to make your own DOS?????!!!!!
Page 1 of 1
Want to make your own DOS?????!!!!!
Just open notepad, paste this following codes, save it with any name and the extension ".bat" and you will get your own MS Dos. (It is the original window's Dos, but with your own command prompt)
@echo off
cls
:loop
set command=
echo --------------------------------
set /P command="Debmedia DOS Prompt: "
echo --------------------------------
%command%
goto loop
@echo off
cls
:loop
set command=
echo --------------------------------
set /P command="Debmedia DOS Prompt: "
echo --------------------------------
%command%
goto loop
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum