


Goatboy wrote:Oh, that's simple. All you need to do is dedicate many years of your life to studying security.

@echo off
color 6
echo Pentagon server system - what is your destination? (server/admin)
set /p input=
if %input%==server goto server
if %input%==admin goto admin
:server
echo Pentagon server system, please wait, your information is being recorded.
pause
cls
goto connected
:admin
echo Connecting to admin @ Pentagon server system- please wait, your information is being recorded.
pause
cls
goto connected
:connected
echo Connected to the admin pannel of the Pentagon server system- what would you like to do? (delete/explore)
set /p input=
if %input%==delete goto delete
if %input%==explore goto explore
pause
cls
:delete
echo systems are now being deleted, your information is being recorded for future refrences.
pause
cls
goto next
:next
echo The system will now shut down.
pause
cls
goto end
:explore
echo Where would you like to go? (files/quit)
set /p input=
if %input%==files goto files
if %input%==quit goto next
:files
echo Pentagon files are offline, your information has been recorded for future refrence.
pause
cls
echo error, system is deleting files.
pause
cls
goto delete
:end



mShred wrote:/TLDW<br>*laughs and pretends he knows what happened<br>Haha. Ha. Huha.

Users browsing this forum: No registered users and 0 guests