<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: NT Shell Scripts vs. Batch Scripts</title>
	<link>http://blog.assarbad.net/20070222/nt-shell-scripts-vs-batch-scripts/</link>
	<description>Programming, reverse engineering and anything else as well ...</description>
	<pubDate>Fri, 21 Nov 2008 17:12:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Oliver</title>
		<link>http://blog.assarbad.net/20070222/nt-shell-scripts-vs-batch-scripts/#comment-608</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Fri, 23 Feb 2007 01:02:39 +0000</pubDate>
		<guid>http://blog.assarbad.net/20070222/nt-shell-scripts-vs-batch-scripts/#comment-608</guid>
		<description>Not quite right. Simple test script:

&lt;pre&gt;@echo off
echo Bla
pause&lt;/pre&gt;

Check the process started. On XP it is always CMD.EXE. AFAIK it was the same for Windows 2000.

// Oliver</description>
		<content:encoded><![CDATA[<p>Not quite right. Simple test script:</p>
<pre>@echo off
echo Bla
pause</pre>
<p>Check the process started. On XP it is always CMD.EXE. AFAIK it was the same for Windows 2000.</p>
<p>// Oliver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luckie</title>
		<link>http://blog.assarbad.net/20070222/nt-shell-scripts-vs-batch-scripts/#comment-599</link>
		<dc:creator>Luckie</dc:creator>
		<pubDate>Thu, 22 Feb 2007 23:36:59 +0000</pubDate>
		<guid>http://blog.assarbad.net/20070222/nt-shell-scripts-vs-batch-scripts/#comment-599</guid>
		<description>As far as I know under NT *.cmd envokes the 32-Bit command shell where as *.bat invokes the 16-bit command shell. And you only got he advanced "batch" commands with the 32-bit command shell.</description>
		<content:encoded><![CDATA[<p>As far as I know under NT *.cmd envokes the 32-Bit command shell where as *.bat invokes the 16-bit command shell. And you only got he advanced &#8220;batch&#8221; commands with the 32-bit command shell.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
