Menu opciones anti-batch injections. Permite hasta 10 opciones.

Iniciado por carlitos.dll, 7 Octubre 2008, 08:21 AM

0 Miembros y 1 Visitante están viendo este tema.

carlitos.dll


@echo off
::Escrito por Carlos

:menu
echo Opciones:
echo 0. Abrir google
echo 1. Abrir yahoo
echo 2. Salir
set op=
set/p op=Ingrese su opcion:
call :^%op:~0,1%op &cls
goto:menu

:^0op
start http://www.google.com
goto:eof

:^1op
start http://www.yahoo.com
goto:eof

:^2op
exit