Soy Noobato :) -> Ayuda para crear .exe

Raya_Powa

Holas a todos/as diseñadores/programadores o plagiadores/hantraxs.

Tengo un servidor de lineage2, y me gustaria hacer un lanzador (launcher). Tengo uno, que es asi, lo encontre por ahi, pero me gustaria crearlo en un .exe y con una interfaz grafica:

@echo off
color 0c
title L2 GoldAge Server

set dns=goldage.no-ip.info
set www=www.l2.raya-net.es

:question
cls
echo.
echo.
echo --------------------------------------------
echo - GoldAge L2 Server - AutoPlay Script
echo - ---------------------------------------- -
echo - -
echo - Opcion + Enter: -
echo - -
echo - Tipea "p" para jugar -
echo - Type "w" para la web -
echo - Type "q" para quitar -
echo - -
echo --------------------------------------------

set /p question= - Tu Eleccion:
if "%question%" == "p" goto play
if "%question%" == "w" goto news
if "%question%" == "q" goto end
goto question
:news
explorer http://%www%
goto question

:play
echo Por Favor espera...

ping -n 1 %dns% |FIND "statistics" > TEMPIP.txt
FOR /F "tokens=2 delims=for" %%a in (TEMPIP.txt) do set IP=%%a
del TEMPIP.txt
set IP=%IP:1%
set IP=%IP:0,-1%
type %windir%\system32\drivers\etc\hosts> %windir%\system32\drivers\etc\hosts.bak
echo 127.0.0.1 localhost> %windir%\system32\drivers\etc\hosts
echo %ip% L2authd.lineage2.com>> %windir%\system32\drivers\etc\hosts
start /w /system/l2.exe
type %windir%\system32\drivers\etc\hosts.bak> %windir%\system32\drivers\etc\hosts
del %windir%\system32\drivers\etc\hosts.bak
:end

Gracias :D

guner

http://www.google.es/search?q=bat2exe&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:es-ES:official
Prueba, puede que funcione,

Raya_Powa

Hay un problema... el .exe se vuelve loco, y empieza a aparecer ydesaparecer las letras...

Usuarios habituales

  • Raya_Powa
  • guner