Skip to playerSkip to main content
  • 11 years ago
Hello everybody this is a video after a lot of time hope you enjoy, like and follow my channel!
_________________________________________________
Code:

@echo off
cls
color 1b
echo Starting Batch OS 1.0...
ping localhost -5 >nul
:home
cls
set /p user=Username:
if %user%==admin goto password
goto home

:password
cls
set /p passcode=Passcode:
if %passcode%==admin goto menu
goto password

:menu
echo WELCOME.
echo a - notepad.
echo b - pinger
echo c - exit/shutdown
set /p input=\
if %input%==a edit
if %input%==b goto pinger
if %input%==c exit
goto menu

:pinger
cls
set /p url=URL?
ping url
pause
goto home
_______________________________________________
Thanks for Watching!!
Be the first to comment
Add your comment

Recommended