<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CrySineWave &#187; batch</title>
	<atom:link href="http://crysinewave.com/tag/batch/feed/" rel="self" type="application/rss+xml" />
	<link>http://crysinewave.com</link>
	<description>Art Through Technology</description>
	<lastBuildDate>Mon, 07 Sep 2009 15:51:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Batch File (win32)</title>
		<link>http://crysinewave.com/2009/08/31/the-batch-file-win32/</link>
		<comments>http://crysinewave.com/2009/08/31/the-batch-file-win32/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 13:00:58 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[batch]]></category>

		<guid isPermaLink="false">http://crysinewave.com/?p=151</guid>
		<description><![CDATA[Ancient and archaic, yet ever so simply useful. The batch file. With a virtually non-existent learning curve, these simple to write scripts can be a valuable for programmers most skill levels. If your lost, batch files (usually) end with the &#8216;.bat&#8217; or &#8216;.cmd&#8217; extension on Microsoft systems. They can handle the same commands you would [...]]]></description>
			<content:encoded><![CDATA[<p>Ancient and archaic, yet ever so simply <em>useful</em>. The batch file. With a virtually non-existent learning curve, these simple to write scripts can be a valuable for programmers most skill levels. <span id="more-151"></span>If your lost, batch files (usually) end with the &#8216;.bat&#8217; or &#8216;.cmd&#8217; extension on Microsoft systems. They can handle the same commands you would enter in the command prompt (cmd.exe &#8211; 32bit; command.exe &#8211; 16bit). You can copy files, move them, add/delete reg key (CAREFUL!), search for strings in files. All the stuff to make an installer for that program you made!</p>
<blockquote><p>md %TEMP%\thingy<br />
COPY c:\thingy\*.* %TEMP%\thingy\<br />
cd %temp%\thingy<br />
START go.exe<br />
REM This file will md the directory(folder) &#8216;thingy&#8217; in the<br />
REM system&#8217;s temp folder. Then Copy files to it and start &#8216;go.exe&#8217;</p></blockquote>
<p>Really, there usefulness may lie in the simplicity in which they&#8217;re run, and the ease of writing one&#8230; oh, and they can, of course, call other batch files and run executables.</p>
<p><a href="http://ss64.com/nt/expand.html">while your still interested&#8230; check it out!  http://ss64.com/nt/</a></p>
<p>You really should check out autoexecuting zips and and winrar if your looking for easy ways to package your applications for easy installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://crysinewave.com/2009/08/31/the-batch-file-win32/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
