<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Windows Batch File Creation</title>
	<atom:link href="http://www.ghacks.net/2009/04/26/windows-batch-file-creation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2009/04/26/windows-batch-file-creation/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 04:13:22 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt</title>
		<link>http://www.ghacks.net/2009/04/26/windows-batch-file-creation/#comment-814380</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 03 Jun 2009 22:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2009/04/26/windows-batch-file-creation/#comment-814380</guid>
		<description>VBScript is also a good option to automate tasks, and it is already included on any computer that you might want to run it on. I made a template that makes it easier to create macros using vbscript. You can download it here http://vbscript-macro-template.blogspot.com. It&#039;s not an editor though. You still have to use notepad or something. 

Personally I use SCITE for all my batch and VBScript editing. Their site is here http://www.scintilla.org/SciTE.html . It does not have any autocomplete capabilities, but it does do syntax highlighting. With it and a good reference website, you can do great things! 

I&#039;d stay away from programs like this. They have no future. Any time you spend learning it is a waste of time.</description>
		<content:encoded><![CDATA[<p>VBScript is also a good option to automate tasks, and it is already included on any computer that you might want to run it on. I made a template that makes it easier to create macros using vbscript. You can download it here <a href="http://vbscript-macro-template.blogspot.com" rel="nofollow">http://vbscript-macro-template.blogspot.com</a>. It&#8217;s not an editor though. You still have to use notepad or something. </p>
<p>Personally I use SCITE for all my batch and VBScript editing. Their site is here <a href="http://www.scintilla.org/SciTE.html" rel="nofollow">http://www.scintilla.org/SciTE.html</a> . It does not have any autocomplete capabilities, but it does do syntax highlighting. With it and a good reference website, you can do great things! </p>
<p>I&#8217;d stay away from programs like this. They have no future. Any time you spend learning it is a waste of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bitácora de un Asesor &#187; Blog Archive &#187; Crear un archivo batch facilmente</title>
		<link>http://www.ghacks.net/2009/04/26/windows-batch-file-creation/#comment-750347</link>
		<dc:creator>Bitácora de un Asesor &#187; Blog Archive &#187; Crear un archivo batch facilmente</dc:creator>
		<pubDate>Wed, 29 Apr 2009 01:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2009/04/26/windows-batch-file-creation/#comment-750347</guid>
		<description>[...] Enlace &#160; BatchRun Vía &#160; Ghacks Technology News [...]</description>
		<content:encoded><![CDATA[<p>[...] Enlace &#160; BatchRun Vía &#160; Ghacks Technology News [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobey</title>
		<link>http://www.ghacks.net/2009/04/26/windows-batch-file-creation/#comment-746875</link>
		<dc:creator>Tobey</dc:creator>
		<pubDate>Mon, 27 Apr 2009 07:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2009/04/26/windows-batch-file-creation/#comment-746875</guid>
		<description>Nice find. Though, I think I&#039;ll stick to the good ol&#039; ways :-)</description>
		<content:encoded><![CDATA[<p>Nice find. Though, I think I&#8217;ll stick to the good ol&#8217; ways :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rarst</title>
		<link>http://www.ghacks.net/2009/04/26/windows-batch-file-creation/#comment-745856</link>
		<dc:creator>Rarst</dc:creator>
		<pubDate>Sun, 26 Apr 2009 14:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2009/04/26/windows-batch-file-creation/#comment-745856</guid>
		<description>I was excited at the start of post and disappointed by the end. :( Creating BAT (more like CMD in recent years) is indeed quite hard.

But this is no batch editor, just another made up scripting language. And requires itself to run scripts. Taking something more flexible like AutoIt (with option to compile into standalone executables) would be much more powerful.</description>
		<content:encoded><![CDATA[<p>I was excited at the start of post and disappointed by the end. :( Creating BAT (more like CMD in recent years) is indeed quite hard.</p>
<p>But this is no batch editor, just another made up scripting language. And requires itself to run scripts. Taking something more flexible like AutoIt (with option to compile into standalone executables) would be much more powerful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
