How To Make Webselecter.

 My YouTube Channel For other Requirements:

 Vaibhav's Teknow  







If you Want To Impress your Friends or Your Family So Start Creating An Webselecter..

step-1 : Open Notepad

step-2 : Copy This Code


@echo off

color 8f

title WEB SELECT BY VAIBHAV SENGAR.

:top                                                                                  


echo WEBSELECT BY VAIBHAV SENGAR                                                                        

    


echo PRESS ANY KEY AND THEN CLICK ENTER TO START WEB: 





                                                                                                                                                                                                                                                                                                     echo [E] Exit     

                                                                                                                                                  

                                                                                                                                                  


                            echo [1] Google - For Search Engine.

                            echo [2] Whatsapp - For Messaging Service.

                            echo [3] Facebook - For Social Networking.

                            echo [4] G.Earth - For Explore Earth.                     

                            echo [5] Meet - For Meeting.

                            echo [6] Classroom - For Classes.

                            echo [7] Play Store - For Download Apps.                                            echo[E] for Exit

                            echo [8] YouTube - For Online Videos.

                            echo [9] News - For Information.                                                                 

                            echo [10] Maps - For Finding Location.

                            echo [11] Shopping - For Shopping.

                            echo [12] Gmail - For Send Mail.

                            echo [13] Translate - For Translate Other Language.

                            echo [14] G.Sites - For Website Builder.

                            echo [15] G.Duo - For Meeting.

                            echo [16] Crome - For Search.

                            echo [17] Blogger - For Articles.

                            echo [18] Hangauts - For Conferencing.

                            echo [19] G.Keep - To Remember Google.

                            echo [20] Jamboard - For Entertainment.

                            echo [21] VBLOGS - To Explore My Blogger.

                            echo [22] GameFroot - To Make Games.

                            echo [23] Firebase - For Coding.

                            echo [24] P5.js - For Coding To Make Pong Game.

                            echo [25] My Youtube Channel - My Youtube Channel


echo.

echo ***************************************************************

echo  WEBSITE NUMBER:

echo.

set /p press= 

echo.

echo PROGRAMMING......

if %press%==1 start www.google.com

if %press%==2 start http://web.whatsapp.com

if %press%==3 start www.facebook.com

if %press%==4 start https://earth.google.com

if %press%==5 start https://meet.google.com

if %press%==6 start https://classroom.google.com

if %press%==7 start https://play.google.com

if %press%==8 start https://www.youtube.com

if %press%==9 start https://news.google.com

if %press%==10 start https://www.google.co.in/maps/@28.5177556,77.4357733,15z?hl=en&authuser=0

if %press%==11 start https://www.google.co.in/shopping?hl=en&source=og&tab=wf&authuser=0

if %press%==12 start https://mail.google.com/mail/u/0/?tab=wm#inbox

if %press%==13 start https://translate.google.co.in/?hl=en&tab=wT&authuser=0

if %press%==14 start https://sites.google.com/new

if %press%==15 start https://duo.google.com/?usp=duo_ald

if %press%==16 start https://www.google.com/chrome/?brand=CHZO&utm_source=google.com&utm_medium=desktop-app-launcher&utm_campaign=desktop-app-launcher&utm_content=chrome-logo&utm_keyword=CHZO

if %press%==17 start https://www.blogger.com

if %press%==18 start https://hangouts.google.com/

if %press%==19 start https://keep.google.com/u/0/

if %press%==20 start https://jamboard.google.com/

if %press%==21 start https://vaibhooo.blogspot.com/

if %press%==22 start https://make.gamefroot.com/

if %press%==23 start https://firebase.google.com/

if %press%==24 start https://editor.p5js.org/

if %press%==25 start https://www.youtube.com/channel/UCVn3nUFPj_p5XLeCcfGKn8g?view_as=subscriber


if %press%==E goto exit


cls

echo ***************************************************************

echo.

echo THANKS! FOR USING WEB SELECT BY VAIBHAV SENGAR.

echo.

echo ***************************************************************

echo  [E] TO EXIT OR [B] TO GO BACK (TO SELECT ANOTHER WEB)

echo.

set /p press=

echo.

echo ---------------------------------------------------------------

if %press%==B goto top

if %press%==E goto exit

:exit

cls

echo ***************************************************************************

echo.

echo THANK YOU FOR USING WEB SELECT BY VAIBHAV SENGAR

echo.

echo ***************************************************************************

pause

exit


step-3 : After Copying This Codes You Have To Write A name With Extension .bat 

 My YouTube Channel For other Requirements:

 Vaibhav's Teknow