How to Make a Admin Panel
by thomasgamer4000 in Circuits > Computers
41 Views, 0 Favorites, 0 Comments
How to Make a Admin Panel
get started by writing this:
@echo off
echo ------------------------------
echo thomasgamer4000's admin panel!
echo ------------------------------
:write command
set /p command=write
if %command%==hi goto hi
if %command%==bye goto bye
:hi
echo hi
goto write command
:bye
echo bye
pause>nul
Customizing
now, you can customized it to your will.