<?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: How To Make A Batch File</title> <atom:link href="http://www.pcmech.com/article/how-to-make-a-batch-file/feed/" rel="self" type="application/rss+xml" /><link>http://www.pcmech.com/article/how-to-make-a-batch-file/</link> <description>Helping Normal People Get Their Geek On</description> <lastBuildDate>Wed, 15 Feb 2012 10:29:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: somebody</title><link>http://www.pcmech.com/article/how-to-make-a-batch-file/comment-page-1/#comment-40716</link> <dc:creator>somebody</dc:creator> <pubDate>Fri, 16 Apr 2010 00:17:19 +0000</pubDate> <guid
isPermaLink="false">http://www.pcmech.com/article/how-to-make-a-batch-file/#comment-40716</guid> <description>@echo off
title Matrix
cls
color 2
:start
echo %random% %random% %random% %random% %random% %random%
goto start
\\this is the way to make the matrix</description> <content:encoded><![CDATA[<p>@echo off<br
/> title Matrix<br
/> cls<br
/> color 2<br
/> :start<br
/> echo %random% %random% %random% %random% %random% %random%<br
/> goto start<br
/> \\this is the way to make the matrix</p> ]]></content:encoded> </item> <item><title>By: Roger</title><link>http://www.pcmech.com/article/how-to-make-a-batch-file/comment-page-1/#comment-37300</link> <dc:creator>Roger</dc:creator> <pubDate>Tue, 05 Jan 2010 11:26:04 +0000</pubDate> <guid
isPermaLink="false">http://www.pcmech.com/article/how-to-make-a-batch-file/#comment-37300</guid> <description>There are tools handier than Notepad. For example, Notepad++. I prefer to use Dr.Batcher ( http://www.drbatcher.com ). It&#039;s a tool designed especially to create batch files. Unfortunately, it&#039;s not freeware :(</description> <content:encoded><![CDATA[<p>There are tools handier than Notepad. For example, Notepad++. I prefer to use Dr.Batcher ( <a
href="http://www.drbatcher.com" rel="nofollow">http://www.drbatcher.com</a> ). It&#8217;s a tool designed especially to create batch files. Unfortunately, it&#8217;s not freeware <img
src='http://pcmech.pcmediainc.netdna-cdn.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Batch Script To Open Multiple Programs At Once &#124; PCMech</title><link>http://www.pcmech.com/article/how-to-make-a-batch-file/comment-page-1/#comment-34898</link> <dc:creator>Batch Script To Open Multiple Programs At Once &#124; PCMech</dc:creator> <pubDate>Sat, 14 Nov 2009 07:32:32 +0000</pubDate> <guid
isPermaLink="false">http://www.pcmech.com/article/how-to-make-a-batch-file/#comment-34898</guid> <description>[...] save the above text into a batch file named Browsers.bat and then run it. You will see both Firefox and IE are launched. This is just a [...]</description> <content:encoded><![CDATA[<p>[...] save the above text into a batch file named Browsers.bat and then run it. You will see both Firefox and IE are launched. This is just a [...]</p> ]]></content:encoded> </item> <item><title>By: Kamrul</title><link>http://www.pcmech.com/article/how-to-make-a-batch-file/comment-page-1/#comment-22670</link> <dc:creator>Kamrul</dc:creator> <pubDate>Sat, 28 Mar 2009 05:33:03 +0000</pubDate> <guid
isPermaLink="false">http://www.pcmech.com/article/how-to-make-a-batch-file/#comment-22670</guid> <description>Thanks</description> <content:encoded><![CDATA[<p>Thanks</p> ]]></content:encoded> </item> <item><title>By: drake</title><link>http://www.pcmech.com/article/how-to-make-a-batch-file/comment-page-1/#comment-13277</link> <dc:creator>drake</dc:creator> <pubDate>Fri, 08 Aug 2008 03:11:31 +0000</pubDate> <guid
isPermaLink="false">http://www.pcmech.com/article/how-to-make-a-batch-file/#comment-13277</guid> <description>u go to [MY COMPUTER]and then u go to [DOCUMENTS AND SETTINGS] then go to [STARTUP]and then u place the file there and it will start up every time you start up the computer.</description> <content:encoded><![CDATA[<p>u go to [MY COMPUTER]and then u go to [DOCUMENTS AND SETTINGS] then go to [STARTUP]and then u place the file there and it will start up every time you start up the computer.</p> ]]></content:encoded> </item> <item><title>By: totalcontrol</title><link>http://www.pcmech.com/article/how-to-make-a-batch-file/comment-page-1/#comment-12537</link> <dc:creator>totalcontrol</dc:creator> <pubDate>Thu, 24 Jul 2008 05:41:58 +0000</pubDate> <guid
isPermaLink="false">http://www.pcmech.com/article/how-to-make-a-batch-file/#comment-12537</guid> <description>ok so we can make a batch file but how can we get windows to automatically open this batch file?</description> <content:encoded><![CDATA[<p>ok so we can make a batch file but how can we get windows to automatically open this batch file?</p> ]]></content:encoded> </item> <item><title>By: Windows Batch Script To Backup Data &#187; PCMech</title><link>http://www.pcmech.com/article/how-to-make-a-batch-file/comment-page-1/#comment-10250</link> <dc:creator>Windows Batch Script To Backup Data &#187; PCMech</dc:creator> <pubDate>Mon, 12 May 2008 12:57:24 +0000</pubDate> <guid
isPermaLink="false">http://www.pcmech.com/article/how-to-make-a-batch-file/#comment-10250</guid> <description>[...] How to create a Batch file. [...]</description> <content:encoded><![CDATA[<p>[...] How to create a Batch file. [...]</p> ]]></content:encoded> </item> <item><title>By: Jason Faulkner</title><link>http://www.pcmech.com/article/how-to-make-a-batch-file/comment-page-1/#comment-8612</link> <dc:creator>Jason Faulkner</dc:creator> <pubDate>Tue, 11 Mar 2008 13:27:04 +0000</pubDate> <guid
isPermaLink="false">http://www.pcmech.com/article/how-to-make-a-batch-file/#comment-8612</guid> <description>In short, yes... it has to do with OS support. Always use a batch file where possible.Rather than me explain it, Wikipedia has done a good job:
http://en.wikipedia.org/wiki/Batch_file</description> <content:encoded><![CDATA[<p>In short, yes&#8230; it has to do with OS support. Always use a batch file where possible.</p><p>Rather than me explain it, Wikipedia has done a good job:<br
/> <a
href="http://en.wikipedia.org/wiki/Batch_file" rel="nofollow">http://en.wikipedia.org/wiki/Batch_file</a></p> ]]></content:encoded> </item> <item><title>By: Luis R.</title><link>http://www.pcmech.com/article/how-to-make-a-batch-file/comment-page-1/#comment-8604</link> <dc:creator>Luis R.</dc:creator> <pubDate>Tue, 11 Mar 2008 11:39:50 +0000</pubDate> <guid
isPermaLink="false">http://www.pcmech.com/article/how-to-make-a-batch-file/#comment-8604</guid> <description>Is there any difference with batch files with the .cmd extension?</description> <content:encoded><![CDATA[<p>Is there any difference with batch files with the .cmd extension?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 34/51 queries in 0.023 seconds using apc
Content Delivery Network via pcmech.pcmediainc.netdna-cdn.com

Served from: www.pcmech.com @ 2012-02-15 09:44:46 -->
