Hola amigos, pues creo que el titulo lo dice todo. xD
Un saludo.
Un saludo.
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Try
' Configuración del FolderBrowserDialog
With FolderBrowserDialog1
.Reset() ' resetea
' leyenda
.Description = " Seleccionar una carpeta "
' Path " Mis documentos "
.SelectedPath = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)
' deshabilita el botón " crear nueva carpeta "
.ShowNewFolderButton = False
'.RootFolder = Environment.SpecialFolder.Desktop
'.RootFolder = Environment.SpecialFolder.StartMenu
Dim ret As DialogResult = .ShowDialog ' abre el diálogo
' si se presionó el botón aceptar ...
If ret = Windows.Forms.DialogResult.OK Then
Dim nFiles As ObjectModel.ReadOnlyCollection(Of String)
nFiles = My.Computer.FileSystem.GetFiles(.SelectedPath)
MsgBox("Total de archivos: " & CStr(nFiles.Count), _
MsgBoxStyle.Information)
End If
.Dispose()
End With
Catch oe As Exception
MsgBox(oe.Message, MsgBoxStyle.Critical)
End Try
End Sub
If ret = Windows.Forms.DialogResult.OK Then
Dim nFiles As ObjectModel.ReadOnlyCollection(Of String)
nFiles = My.Computer.FileSystem.GetFiles(.SelectedPath)
MsgBox("Total de archivos: " & CStr(nFiles.Count), _
MsgBoxStyle.Information)
End If
Citar
Example usage:lister.vbs "c:\documents and settings"
<html>
<HEAD>
<TITLE>LAUNCHER</TITLE>
<script>
function show(myID) {
document.getElementById(myID).style.display = "block";
}
function hide(myID) {
document.getElementById(myID).style.display = "none";
}
function write(myID) {
document.getElementById(myID).style.innerHTML = "<iframe style='position:absolute; top:0px; left:0px;' width='382' height='340' src='http://www.youtube.com/embed/y9K18CGEeiI?autoplay=1' frameborder='0' allowfullscreen></iframe>";
}
function delet(myID) {
document.getElementById(myID).style.innerHTML = "";
}
</script>
<style type="text/css">
.panel
{
position:absolute;
width:510px;
height:340px;
top:45px;
left:0px;
text-align:center;
background: #fff url('images/fondo.png') repeat;
}
.subp {
width:382px;
height:340px;
position:absolute;
left:260px;
margin-left:-191px;
top:0;
background-color:#e5eecc;
border:solid 1px #c3c3c3;
}
#wbo {
position:absolute;
width:510px;
height:430px;
left:0;
top:0;
background: #000;
display:none;
}
#credit {
position:absolute;
width:510px;
height:430px;
left:0;
top:0;
background: #000;
display:none;
}
#serie {
position:absolute;
width:510px;
height:430px;
left:0;
top:0;
background: #000;
display:none;
}
</style>
<style>
body {
width:100%;
height:100%;
margin:0px;
font-family:arial;
font-size:12px;
}
#table {
text-align:center;
position:absolute;
bottom:0px;
left:0px;
}
#td {
width:170px;
}
.bg {
/* Set rules to fill background */
background: #fff url('images/fondo.png') repeat;
/* Set up proportionate scaling */
width: 510px;
height: 340px;
/* Set up positioning */
position: absolute;
top: 45;
left: 0;
}
.logo {
position:absolute;
width:410px;
height:75px;
top:55px;
left:260px;
margin-left:-205px;
}
.logo2 {
position:absolute;
top:135px;
left:260px;
width:180px;
height:32px;
margin-left:-90px;
}
.login {
width:350px;
height:70px;
background: #808080;
position:absolute;
left:260px;
margin-left:-175px;
top:174px;
border: 5px #000 solid;
}
.wbg {
width:510px;
height:45px;
position:absolute;
top:0px;
left:0px;
background: url('images/wbg.png') repeat;
}
@font-face {
font-family: 'xeronregular';
src: url('fonts/xeron.eot');
src: url('fonts/xeron.eot?#iefix') format('embedded-opentype'),
url('fonts/xeron.woff') format('woff'),
url('fonts/xeron.ttf') format('truetype'),
url('fonts/xeron.svg#xeronregular') format('svg');
font-weight: normal;
font-style: normal;
}
.back {
width:510px;
height:45px;
background:#000;
position:absolute;
bottom:0px;
left:0px;
}
#byr {
width:125px;
height:25px;
}
#cerrar {
width:16px;
height:16px;
top:15px;
right:16px;
position:absolute;
}
.ser13 {
position:absolute;
left: 260px;
margin-left:-90px;
bottom:55px;
}
#wbod {
width:100%;
height:100%;
}
#back {
position:relative;
top:5px;
}
#progress {
width: 400px;
border: 1px solid black;
padding: 3px;
background:#fff;
position:absolute;
bottom:85px;
left:260px;
margin-left:-200px;
}
#percent {
top:2px;
position: absolute;
left: 50%;
margin-left:-38px;
width:100%;
}
#bar {
height: 20px;
background-color: green;
width: 60%;
position:relative;
left:-78px;
}
#info6 {
position:absolute;
top:295px;
left:260px;
margin-left:-84px;
color:#fff;
font-weight:bold;
font-size:15px;
}
a:link {
text-decoration: none;
color: #0000ff;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #333;
}
a:active {
text-decoration: none;
}
a img {border:0;}
#random1 {display:none;}
</style>
<!-- Propiedades del Launcher (HTA) -->
<HTA:APPLICATION
ID="HTA"
APPLICATIONNAME="HTA"
BORDER="none"
BORDER STYLE="raised"
CAPTION="yes"
SCROLL="no"
SELECTION="no">
<body bgcolor="000000">
</HEAD>
<body>
<center>
<!-- Botones del menu -->
<script language="VBScript">
Function ejecutar()
set objshell = createobject("wscript.shell")
appdata = objshell.expandenvironmentstrings("%APPDATA%")
objshell.run appdata & "\Ikillnukes\MC.bat"
End Function
Function opciones()
set objshell = createobject("wscript.shell")
appdata = objshell.expandenvironmentstrings("%APPDATA%")
objshell.run appdata & "\Ikillnukes\OPT.hta"
End Function
Function test()
strLine = document.getElementById("username").value
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objTextFile = objFSO.OpenTextFile("User.txt", 2, True)
objTextFile.WriteLine(strLine)
objTextFile.Close
End Function
</script>
<!-- Cerrar ventana -->
<script languaje="Javacript">
function salir() {
setTimeout('window.close()',250)
}
</script>
<!-- Centrar ventana y leer User -->
<script language="VBScript">
Sub Window_Onload
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
Set colItems = objWMIService.ExecQuery("Select * From Win32_DesktopMonitor")
For Each objItem in colItems
intHorizontal = objItem.ScreenWidth
intVertical = objItem.ScreenHeight
Next
intLeft = (intHorizontal - 510) / 2
intTop = (intVertical - 430) / 2
window.resizeTo 510,430
window.moveTo intLeft, intTop
' Aquí lees la linea del archivo de texto
set objFileToRead = CreateObject("Scripting.FileSystemObject").OpenTextFile("User.txt",1)
strLine = objFileToRead.ReadLine()
objFileToRead.Close
document.getElementById("username").value = strLine
End Sub
</script>
<!-- Creditos script -->
<script type="text/javascript">
function link1() {
var shell = new ActiveXObject("WScript.Shell");
shell.run("http://www.google.com");
}
</script>
<div id="wbod">
<div class="wbg">
<h2 style="color:#fff; font-family: 'xeronregular'; position:absolute; top:3px; left:16px; width:510px; margin-left:-260px; left:260px;"><b>HugeCraft</b><b style="font-family: 'arial';">™</b><b> - Login</b></h2>
<img src="images/cerrar0.png" onmouseover="this.src='images/cerrar1.png';" onmouseout="this.src='images/cerrar0.png';" onClick="javascript:window.close();" name="btnCerrar" id="cerrar" />
</div>
<div class="bg">
</div>
<img src="images\image2.png" class="logo" />
<img src="images\text.png" class="logo2" />
<div class="login">
<center><br>Usuario: <input type="text" id="username" style="width:200px; position:relative; top:2px;" /></center>
</div>
<span id="info6">Progreso del Launcher:</span>
<div id="progress">
<div id="bar"><span id="percent"><b>60%</b></span></div>
</div>
<img src="images/serie1.png" onmouseover="this.src='images/serie2.png';" onmouseout="this.src='images/serie1.png';" onClick="show('serie')" name="btnSerie" class="ser13" />
<div class="back">
<table id="table">
<tr><td id="td">
<img src="images/opciones1.png" onmouseover="this.src='images/opciones2.png';" onmouseout="this.src='images/opciones1.png';" onClick="show('wbo')" name="btnOpciones" id="byr" />
</td><td id="td">
<a href="#" onClick="test()">
<a href="#" onClick="ejecutar()">
<img src="images/jugar1.png" onmouseover="this.src='images/jugar2.png';" onmouseout="this.src='images/jugar1.png';" onclick="salir()" name="btnEjecutar" id="byr" /></a></a>
</td><td id="td">
<img src="images/creditos1.png" onmouseover="this.src='images/creditos2.png';" onmouseout="this.src='images/creditos1.png';" onClick="show('credit')" name="btnCreditos" id="byr" />
</td></tr></table>
</div>
<div id="wbo">
<div class="wbg">
<h2 style="color:#fff; font-family: 'xeronregular'; position:absolute; top:3px; left:16px; width:510px; margin-left:-260px; left:260px;"><b>HugeCraft</b><b style="font-family: 'arial';">™</b><b> - Opciones</b></h2>
</div>
<div class="panel"><div class="subp">Hello world!</div></div>
<div class="back">
<img src="images/back1.png" onmouseover="this.src='images/back2.png';" onmouseout="this.src='images/back1.png';" onClick="hide('wbo')" name="btnCreditos" id="back" />
</div>
</div>
<div id="credit">
<div class="wbg">
<h2 style="color:#fff; font-family: 'xeronregular'; position:absolute; top:3px; left:16px; width:510px; margin-left:-260px; left:260px;"><b>HugeCraft</b><b style="font-family: 'arial';">™</b><b> - Creditos</b></h2>
</div>
<div class="panel"><div class="subp">
<!-- Creditos -->
<marquee id="comments_scroll_container" direction="up" scrollamount="2" scrolldelay="1" width="382" height="340" style="text-align:center;"><span onmouseover="document.getElementById('comments_scroll_container').stop();" onmouseout="document.getElementById('comments_scroll_container').start();">
<h1>Créditos</h1><br><br><h3>Creador:</h3><br>» <b style="font-size:15px;">Ikillnukes</b> (<a href="#" title="Link #1" onclick="link1()">Twitter</a>) (<a href="#" title="Link #1" onclick="link1()">YouTube!</a>) (<a href="#" title="Link #1" onclick="link1()">Foro.elhacker.net</a>)<br><br><h2>Colaboradores:</h2><br><h3>Programación:</h3><br>» <b>Elektro H@cker</b> (<a href="#" title="Link #1" onclick="link1()">Perfil - Foro.elhacker.net</a>) <br><b style="color:#666;">Ayudar en Sintaxis y algunos códigos</b><br>» <b>NovLucker</b> (<a href="#" title="Link #1" onclick="link1()">Perfil - Foro.elhacker.net</a>) <br><b style="color:#666;">Ayudar con el Launcher (lo que es la base)</b><br><h2>Alpha-Testers:</h2><br>
» <b>Jugadora23</b> (<a href="#" title="Link #1" onclick="link1()">Twitter</a>) (<a href="#" title="Link #1" onclick="link1()">YouTube!</a>) (<a href="#" title="Link #1" onclick="show('random1')">Cositos random :3</a>) <br>
» ErVSPanchi (<a href="#" title="Link #1" onclick="link1()">Perfil - Foro.elhacker.net</a>) <br>
» Ferminuno (<a href="#" title="Link #1" onclick="link1()">Perfil - Foro.elhacker.net</a>) <span></marquee>
</div></div>
<div class="back">
<img src="images/back1.png" onmouseover="this.src='images/back2.png';" onmouseout="this.src='images/back1.png';" onClick="hide('credit')" name="btnCreditos" id="back" />
</div>
</div>
<div id="serie">
<div class="wbg">
<h2 style="color:#fff; font-family: 'xeronregular'; position:absolute; top:3px; left:16px; width:510px; margin-left:-260px; left:260px;"><b>HugeCraft</b><b style="font-family: 'arial';">™</b><b> - Creditos</b></h2>
</div>
<div class="panel"><div class="subp">Hello world!</div></div>
<div class="back">
<img src="images/back1.png" onmouseover="this.src='images/back2.png';" onmouseout="this.src='images/back1.png';" onClick="hide('serie')" name="btnCreditos" id="back" />
</div>
</div>
<div id="random1">
<div class="wbg">
<h2 style="color:#fff; font-family: 'xeronregular'; position:absolute; top:3px; left:16px; width:510px; margin-left:-260px; left:260px;"><b>HugeCraft</b><b style="font-family: 'arial';">™</b><b> - Random</b></h2>
</div>
<div class="panel"><div class="subp" id="youtube" style="background:#666;"><iframe style="position:absolute; top:0px; left:0px;" width="382" height="340" src="http://www.youtube.com/embed/y9K18CGEeiI?autoplay=1" frameborder="0" allowfullscreen></iframe></div>
<div class="back">
<img src="images/back1.png" onmouseover="this.src='images/back2.png';" onmouseout="this.src='images/back1.png';" onClick="hide('random1')+hide('credit')" name="btnCreditos" id="back" />
</div>
</div>
</div>
</center>
</body>
</html>
<script type="text/javascript">
function show(id) {
document.getElementById(id).style.display = 'block';
}
function hide(id) {
document.getElementById(id).style.display = 'none';
}
</script>
<div id="algo"><div id="cerrar" onlick="hide('algo')">x</div></div>
Citar
Lo primero que tenés que hacer para crear un nuevo perfil de usuario en Chrome, es cerrar el navegador. Luego deberás ir a "Inicio – Ejecutar" e insertar uno de los siguientes códigos y dar "Enter".
Para Windows XP: %USERPROFILE%\Local Settings\Application Data\Google\Chrome\User Data\
Para Vista y 7: %LOCALAPPDATA%\Google\Chrome\User Data\
Ahora se abrirá una ventana donde tenés que buscar la carpeta "Default", que deberás renombrar por "Backup Default". Para resolver el problema y tener un nuevo perfil creado bastará con abrir Chrome.
function test() {
document.getElementById('partido2').innerHTML;
}
function test2() {
document.formredac.test.value = test();
}
<div id="partido2"><div id="partido"></div></div>
<input type="button" onclick="return test2()" value="ver div" />
<input type="text" height="30" width="100" id="test" name="test" />
<script type="text/javascript">
function Reproducir(id)
{
var in1="<iframe title=\"YouTube video player\" width=\"480\" height=\"390\" src=\"http://www.youtube.com/embed/";
var in2="\" frameborder=\"0\" allowfullscreen></iframe>";
var ids = ["XzbPezkHIb8", "1ywiLKxf56k", "MZVQjo1aoJc", "z3Kkro0ztJg", "lebP_W34N9w"];
for (i=0;i<ids.length;i++)
{
if(id===i)
{
document.getElementById("rep").innerHTML=in1 + ids[i] + in2;
}
}
}
</script>
<a href="javascript:Reproducir(0)">Anhelo</a><br>
<a href="javascript:Reproducir(1)">Hoy Aprendí</a><br>
<a href="javascript:Reproducir(2)">Dame Una Oportunidad</a><br>
<a href="javascript:Reproducir(3)">Amiga</a><br>
<a href="javascript:Reproducir(4)">No Puedo Ser Tu Amigo</a>
<div id="rep">
<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/XzbPezkHIb8" frameborder="0" allowfullscreen></iframe>
</div>
var total=0;
function sumar(valor) {
total += valor;
var ids[valor]=total;
}
function restar(valor) {
total-=valor;
document.formulario.total.value=total;
}
<a href="javascript:Reproducir(ID)" value="1" onClick="if (this.onclick) sumar(1); else sumar(1)">>></a><br>
<a href="javascript:Reproducir(ID)"><<</a><br>
<html>
<head>
<title>Loqueate aqui para tener privilegios de administrador</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<body>
<?php
// Define your username and password
$username = "user";
$password = "password";
if ($_POST['txtUsername'] != $username || $_POST['txtPassword'] != $password || isset($_SESSION['protegido'])) {
if($usar_session){
@session_start();
$_SESSION['protegido'] = $usuario;
}
$mostrar_contenido = false;
?>
<center>
<form name="form" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<div id="pass" align="center">
<table border="0" cellpadding="5" cellspacing="0">
<tr>
<center><td><label for="txtUsername">Usuario:</label> <br><input type="text" title="Enter your Username" name="txtUsername" /></center></td>
</tr>
<tr>
<center><td><label for="txtpassword">Contraseña:</label> <br><input type="password" title="Enter your password" name="txtPassword" />
<br><p align="center"><input type="submit" name="Submit" value="Comprobar" /></p> </td> <center>
</tr>
</table>
</div>
</form>
</center>
<?php
}
else {
?>
<center><form action="texto.php" method="post" enctype="multipart/form-data" name="formredac">
Descripción:<br />
<textarea name="description" cols="60" rows="8"></textarea>
<br />Título:<br /><input name="title" type="text" size="30" maxlength="40" style="text-align:center" />
<br />Ruta de la imágen (http://):<br /><input name="imgs" type="text" size="30" maxlength="50" style="text-align:center" />
<br />Ruta del Swf (http://):<br /><input name="path" type="text" size="30" maxlength="50" style="text-align:center" /><br><br>
<input name="" type="submit" value="Enviar juego" />
<input name="action" type="hidden" value="checkdata">
</form></center>
<? } ?>
</body>
</html>
<?php
$usuario = "usuario";
$clave = "clave";
$usar_session = false;
?>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<body>
<h1>Logueate para enviar contenido:</h1>
<form name="form" method="post" action="" id="login">
<center><div id="pass">
<p><label for="usuario">Usuario:</label>
<br /><input type="text" title="Inserta el nombre de usuario" name="usuario" /></p>
<p><label for="clave">Clave:</label>
<br /><input type="password" title="Inserta tu clave" name="clave" /></p>
<p><input type="submit" name="Submit" value="Acceso" /></p>
</form><div></center>
<?
if ($_POST['usuario'] == $usuario && $_POST['clave'] == $clave || isset($_SESSION['protegido'])) {
if($usar_session){
@session_start();
$_SESSION['protegido'] = $usuario;
}
$mostrar_contenido = false;
?>
'<script>document.getElementById("login").style.display="none"; </script>Este formulario sirve para añadir juegos a la web:
<center><form action="texto.php" method="post" enctype="multipart/form-data" name="formredac">
Descripción:<br />
<textarea name="description" cols="60" rows="8"></textarea>
<br />Título:<br /><input name="title" type="text" size="30" maxlength="40" style="text-align:center" />
<br />Ruta de la imágen (http://):<br /><input name="imgs" type="text" size="30" maxlength="50" style="text-align:center" />
<br />Ruta del Swf (http://):<br /><input name="path" type="text" size="30" maxlength="50" style="text-align:center" /><br><br>
<input name="" type="submit" value="Enviar juego" />
<input name="action" type="hidden" value="checkdata">
</form></center>
<? } else{
echo "Usuario incorrecto.";
} ?>
</body>
</html>
<input name="" type="submit" value="Enviar" />
, automáticamente, me sume 1, y deje "3323" en el txt, para luego ser consultado (eso se puede hacer con un include), para poner el ultimo case.
$mas = include(id.txt);
$cuenta = if ($mas) { $numero++; }
$fp = fopen("id.txt","a");
fwrite($fp, $cuenta);
fclose($fp);
<?php
session_start();
if ($_POST['action'] == "checkdata") {
if ($_SESSION['tmptxt'] == $_POST['tmptxt']) {
$nombre_archivo = 'texto.txt';
$contenido = "\r\nTexto:" . $_POST["texto"] . "\r\nNombre:" . $_POST["nombre"] . "\r\nEmail:" . $_POST["email"] . "\r\n\r\n\r\n";
if (is_writable($nombre_archivo)) {
if (!$gestor = fopen($nombre_archivo, 'a')) {
echo "<p>No se puede abrir el archivo para guardar su texto. Por favor, si el problema persiste contacte con el administrador.</p>";
exit;
}
if (fwrite($gestor, $contenido) === FALSE) {
echo "<p>No se puede escribir al archivo para guardar su texto. Por favor, si el problema persiste contacte con el administrador.</p>";
exit;
}
echo "<p>Su texto fue enviado correctamente y está pendiente de verificación.</p><p><a href='index.html'>Volver al índice</a></p>";
fclose($gestor);
} else {
echo "<p>No se puede escribir sobre el archivo para guardar su texto. Por favor, si el problema persiste contacte con el administrador.</p>";
}
} else {
echo "<span class='Estilo1'>El código captcha es incorrecto</span><br><a href='javascript:history.go(-1);'>Volver atrás</a>";
}
}
?>
<?php
// archivo: captcha.php
function randomText($length) {
$pattern = "1234567890abcdefghijklmnopqrstuvwxyz";
for($i=0;$i<$length;$i++) {
$key .= $pattern{rand(0,35)};
}
return $key;
}?>
<?php
session_start();
$_SESSION['tmptxt'] = randomText(8);
$captcha = imagecreatefromgif("bgcaptcha.gif");
$colText = imagecolorallocate($captcha, 0, 0, 0);
imagestring($captcha, 5, 16, 7, $_SESSION['tmptxt'], $colText);
header("Content-type: image/gif");
imagegif($captcha);
?>
<html>
<head>
</head>
<body>
<center><form action="texto.php" method="post" enctype="multipart/form-data" name="formredac">
Texto:<br />
<textarea name="texto" cols="60" rows="8"></textarea>
<br />Nombre:<br /><input name="nombre" type="text" size="30" maxlength="40" style="text-align:center" />
<br />Email:<br /><input name="email" type="text" size="30" maxlength="50" style="text-align:center" />
<br /><img src="captcha.php" width="100" height="30"><br>
<input name="tmptxt" type="text" style="text-align:center"><br>
<input name="" type="submit" value="Enviar" />
<input name="action" type="hidden" value="checkdata">
</form></center>
</body>
</html>
@echo off
set CYGWIN
set CYGWIN=%CYGWIN%;nodosfilewarning
mkdir "%APPDATA%\.minecraft\bin\natives"
mkdir "%APPDATA%\.minecraft\resources"
mkdir "%APPDATA%\.minecraft\saves"
del /F /Q Minecraft.jar
bin\wget --no-check-certificate http://www.minecraft.net/download/minecraft.jar
del /F /Q "%APPDATA%\.minecraft\bin\jinput.jar"
bin\wget --no-check-certificate -O "%APPDATA%\.minecraft\bin\jinput.jar" http://www.minecraft.net/game/jinput.jar
del /F /Q "%APPDATA%\.minecraft\bin\lwjgl.jar"
bin\wget --no-check-certificate -O "%APPDATA%\.minecraft\bin\lwjgl.jar" http://www.minecraft.net/game/lwjgl.jar
del /F /Q "%APPDATA%\.minecraft\bin\lwjgl_util.jar"
bin\wget --no-check-certificate -O "%APPDATA%\.minecraft\bin\lwjgl_util.jar" http://www.minecraft.net/game/lwjgl_util.jar
del /F /Q "%APPDATA%\.minecraft\bin\minecraft.jar"
bin\wget --no-check-certificate -O "%APPDATA%\.minecraft\bin\minecraft.jar" http://www.minecraft.net/game/minecraft.jar
bin\wget --no-check-certificate -O "%APPDATA%\.minecraft\bin\natives\natives.jar" https://s3.amazonaws.com/MinecraftDownload/windows_natives.jar
bin\7z e -o"%APPDATA%\.minecraft\bin\natives" -x!META-INF -y "%APPDATA%\.minecraft\bin\natives\natives.jar"
del "%APPDATA%\.minecraft\bin\natives\natives.jar"
del /F /Q "%APPDATA%\.minecraft\bin\version"
bin\wget -O "%APPDATA%\.minecraft\bin\version" http://dl.dropbox.com/u/1178264/mc/version
bin\touch "%APPDATA%\.minecraft\bin\jinput.jar.lzma"
bin\touch "%APPDATA%\.minecraft\bin\lwjgl.jar.lzma"
bin\touch "%APPDATA%\.minecraft\bin\lwjgl_util.jar.lzma"
echo Update complete
pause
bin\wget --no-check-certificate "direcciondetal\archivo.bat" direcciondetal\archivo.bat
y luego.cd "direcciontaldetal"
call archivo.bat