Hey everone I made this video a bit late but enjoy,like follow and support my channel! _______________________________________________ The 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!Hope you enjoyed! Like and Follow for Daily Videos!