Quote:
Originally Posted by raulh i suppose you're right hey, um vodka want some help with a simple variable login for batch? Code: echo blah blah type user and pass.
echo.
set /p user=Username:
set /p pass=Password:
echo.
goto check
:check
cls
echo.
echo ======================================================================
echo.
if "%user%"=="" goto error1
if "%pass%"=="" goto error1
goto game
:game
echo launching gunz
START iexplore "http://login.ijji.com/login.nhn?m=login&memberid=%user%&password=%pass%&nextURL=http://gunz.ijji.com/common/prelaunch.nhn?gameId=u_gunz&subId="
goto kill all yours it still launches ie but atleast it logs ya in ;) |
Mine goes to a prelaunch page, and you signin ect, then it closes IE or Firefox, and opens the launcher .
its very basic .
But, it is the first to come in a long chain of them, now, I need to make a GUI Qwick Launch :]