Foro de elhacker.net

Programación => Scripting => Mensaje iniciado por: carlitos.dll en 7 Octubre 2008, 08:21 am



Título: Menu opciones anti-batch injections. Permite hasta 10 opciones.
Publicado por: carlitos.dll en 7 Octubre 2008, 08:21 am
Código:
@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