Anda di halaman 1dari 2

@ECHO OFF cls title Abrir pginas web :AAA echo Que pgina quiere abrir: echo echo

echo echo echo echo echo echo echo echo echo 1. Yahoo! 2. Google 3. Facebook 4. Twitter 5. YouTube 6. Pinterest 7. Wikipedia 8. Diccionario 9. Otra pgina 10. Cerrar Ingrese el nmero de la pgina:

set/p "cho=>" if %cho%==1 goto IY if %cho%==2 goto OO if %cho%==3 goto FB if %cho%==4 goto TT if %cho%==5 goto YT if %cho%==6 goto PIN if %cho%==7 goto WIKI if %cho%==8 goto DICC if %cho%==9 goto OTRO if %cho%==10 goto End cls echo La opcin no es vlida. goto AAA :IY start http://www.espanol.yahoo.com/ goto MENU :OO start https://www.google.com.do goto MENU :FB start www.facebook.com goto MENU :TT start www.twitter.com goto MENU :YT start www.youtube.com goto MENU :PIN start www.pinterest.com goto MENU :WIKI start http://es.wikipedia.org/wiki/Wikipedia:Portada goto MENU :DICC start http://lema.rae.es/drae/ goto MENU :MENU cls

echo Desea iniciar otra pgina: goto AAA :OTRO set /p URL= Ingrese el URL de la pagina: start %URL% goto MENU cls :End

Anda mungkin juga menyukai