<?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, Shell, and Command Line interperters</title>
		<link>http://hackworld.darkbb.com/batch-shell-and-command-line-interperters-f7/-t1.htm</link>
		<description>Batch files anything of command and shell interperters post here.</description>
		<lastBuildDate>Fri, 27 Jun 2008 03:52:40 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Batch, Shell, and Command Line interperters</title>
			<url>http://i40.servimg.com/u/f40/12/60/60/34/hackwo12.gif</url>
			<link>http://hackworld.darkbb.com/batch-shell-and-command-line-interperters-f7/-t1.htm</link>
		</image>
		<item>
			<title>Batch tutorial for noobs</title>
			<link>http://hackworld.darkbb.com/batch-shell-and-command-line-interperters-f7/batch-tutorial-for-noobs-t7.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Just write the code you want in a file and name that file to Anything.bat 



The filename most end with .BAT .. All you need is an Text Editor... 











example: 











md MyDir 



rd MyDir 



del nothing.txt 



echo BlahBlah..... 



pause 



















This code Creat a directory, and delete it .. 















So all you need to do is just to chose What you want to put in your file .. 















md name //create a directory  ...</description>
			<category>Batch, Shell, and Command Line interperters</category>
			<pubDate>Fri, 27 Jun 2008 03:52:40 GMT</pubDate>
			<comments>http://hackworld.darkbb.com/batch-shell-and-command-line-interperters-f7/batch-tutorial-for-noobs-t7.htm#7</comments>
			<guid>http://hackworld.darkbb.com/batch-shell-and-command-line-interperters-f7/batch-tutorial-for-noobs-t7.htm</guid>
		</item>
	</channel>
</rss>