Copy This Its My First Batch Coding Thing. Password:11234
by magicalguy37 in Circuits > Microsoft
311 Views, 0 Favorites, 0 Comments
Copy This Its My First Batch Coding Thing. Password:11234
@echo off
title Console color 0b :menu set /p password=Password: if %password%==11234 goto main if not %password%==11234 cls if not %password%==11234 echo Wrong Password if not %password%==11234 goto menu pause; :main cls title CHOOSE A PROGRAM color 0d echo 1) NotePad echo 2) MS Paint echo 3) Kinkajou Productions echo 4) Credits echo 5) Exit set /p input=PROGRAM: if %input%==1 goto A if %input%==2 goto B if %input%==3 goto C if %input%==4 goto credits if %input%==5 exit if not %input%==1 goto main if not %input%==2 goto main if not %input%==3 goto main if not %input%==4 goto main if not %input%==5 goto main :A start /min cmd /c start NOTEPAD.EXE goto main :B start /min cmd /c start MSPaint.EXE goto main :C start /min cmd /c start https://scratch.mit.edu/studios/3856724/ goto main pause; :credits cls echo Magicalguy37 echo W) Scratch Account echo O) Discord echo A) Other Projects echo H) Back set /p cr=Option: if %cr%==w goto D if %cr%==o goto E if %cr%==a goto F if %cr%==h goto main if not %cr%==w goto main if not %cr%==o goto main if not %cr%==a goto main if not %cr%==h goto main if not %cr%==h echo Wrong Letter pause; :D start /min cmd /c start https://scratch.mit.edu/users/magicalguy37/ goto credits :E start /min cmd /c start https://discordapp.com/channels/295065902347452417/295065902347452417 goto credits :F start /min cmd /c start https://www.instructables.com/member/magicalguy37/