<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
		>
<channel>
	<title>Comments on: How To Create A Batch File That Opens Applications You Choose From A List</title>
	<atom:link href="http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html</link>
	<description>Computer - Internet - Technology Tips And Tutorials</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:12:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Garou</title>
		<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html#comment-147090</link>
		<dc:creator>Garou</dc:creator>
		<pubDate>Sat, 21 Jan 2012 00:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1632#comment-147090</guid>
		<description>I want to open this batch with firefox
@echo off
set google&quot;http://www.google.com/search?q=&quot;
set &quot;site=+site:%www.mediafire.com&quot;

set /p &quot;string=Search Details: &quot;

start &quot;&quot; %google%%string%%site%

thank u</description>
		<content:encoded><![CDATA[<p>I want to open this batch with firefox<br />
@echo off<br />
set google&#034;http://www.google.com/search?q=&#034;<br />
set &#034;site=+site:%www.mediafire.com&#034;</p>
<p>set /p &#034;string=Search Details: &#034;</p>
<p>start &#034;&#034; %google%%string%%site%</p>
<p>thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaX</title>
		<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html#comment-98872</link>
		<dc:creator>MaX</dc:creator>
		<pubDate>Thu, 15 Sep 2011 17:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1632#comment-98872</guid>
		<description>@echo off
cls
:start
echo.
echo 1. Photo 1
echo 2. I&#039;m Done
echo.
echo.
set /p x=Pick:
IF &#039;%x%&#039; == &#039;%x%&#039; GOTO Item_%x%

:Item_1
start /MIN /Droot photoname.jpg
GOTO Start






add more obviously. that should work. :)</description>
		<content:encoded><![CDATA[<p>@echo off<br />
cls<br />
:start<br />
echo.<br />
echo 1. Photo 1<br />
echo 2. I&#039;m Done<br />
echo.<br />
echo.<br />
set /p x=Pick:<br />
IF &#039;%x%&#039; == &#039;%x%&#039; GOTO Item_%x%</p>
<p>:Item_1<br />
start /MIN /Droot photoname.jpg<br />
GOTO Start</p>
<p>add more obviously. that should work. <img src='http://www.watchingthenet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit</title>
		<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html#comment-94437</link>
		<dc:creator>Ankit</dc:creator>
		<pubDate>Fri, 02 Sep 2011 03:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1632#comment-94437</guid>
		<description>@&lt;a href=&quot;#comment-19582&quot; rel=&quot;nofollow&quot;&gt;Akramul Jakir&lt;/a&gt;:</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-19582" rel="nofollow">Akramul Jakir</a>:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit</title>
		<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html#comment-94423</link>
		<dc:creator>Ankit</dc:creator>
		<pubDate>Fri, 02 Sep 2011 03:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1632#comment-94423</guid>
		<description>This is amazing however i want whenever i press 4 then multple excel file should be open which i have instead of one excel file
plz give me a ans it&#039;s urget</description>
		<content:encoded><![CDATA[<p>This is amazing however i want whenever i press 4 then multple excel file should be open which i have instead of one excel file<br />
plz give me a ans it&#039;s urget</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hitaarth</title>
		<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html#comment-73001</link>
		<dc:creator>Hitaarth</dc:creator>
		<pubDate>Thu, 09 Jun 2011 14:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1632#comment-73001</guid>
		<description>Hey frenz how to make a batch program which opens photoes instead of application.

Ex.

instea:menu
cls
:start
echo.
echo 1. Notepad
echo 2. Calculator
echo 3. Microsoft Word
echo 4. Windows Media Player
echo 5. Google Chrome
echo 6. Internet Explorer
echo 7. I&#039;m Done
echo.
echo.
set /p x=Pick:
IF &#039;%x%&#039; == &#039;%x%&#039; GOTO Item_%x%

:Item_1
%SystemRoot%\system32\notepad.exe
GOTO Start
instead of programs i want to open photoes. Is it possible? how?</description>
		<content:encoded><![CDATA[<p>Hey frenz how to make a batch program which opens photoes instead of application.</p>
<p>Ex.</p>
<p>instea:menu<br />
cls<br />
:start<br />
echo.<br />
echo 1. Notepad<br />
echo 2. Calculator<br />
echo 3. Microsoft Word<br />
echo 4. Windows Media Player<br />
echo 5. Google Chrome<br />
echo 6. Internet Explorer<br />
echo 7. I&#039;m Done<br />
echo.<br />
echo.<br />
set /p x=Pick:<br />
IF &#039;%x%&#039; == &#039;%x%&#039; GOTO Item_%x%</p>
<p>:Item_1<br />
%SystemRoot%\system32\notepad.exe<br />
GOTO Start<br />
instead of programs i want to open photoes. Is it possible? how?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hitaarth</title>
		<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html#comment-73000</link>
		<dc:creator>Hitaarth</dc:creator>
		<pubDate>Thu, 09 Jun 2011 14:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1632#comment-73000</guid>
		<description>Hey frenz how to make a batch program which opens photoes instead of application.

Ex.

instea:menu
cls
:start
echo.
echo 1. Notepad
echo 2. Calculator
echo 3. Microsoft Word
echo 4. Windows Media Player
echo 5. Google Chrome
echo 6. Internet Explorer
echo 7. I&#039;m Done
echo.
echo.
set /p x=Pick:
IF &#039;%x%&#039; == &#039;%x%&#039; GOTO Item_%x%

:Item_1
%SystemRoot%\system32\notepad.exe
GOTO Start
d of programs i want to open photoes. Is it possible? how?</description>
		<content:encoded><![CDATA[<p>Hey frenz how to make a batch program which opens photoes instead of application.</p>
<p>Ex.</p>
<p>instea:menu<br />
cls<br />
:start<br />
echo.<br />
echo 1. Notepad<br />
echo 2. Calculator<br />
echo 3. Microsoft Word<br />
echo 4. Windows Media Player<br />
echo 5. Google Chrome<br />
echo 6. Internet Explorer<br />
echo 7. I&#039;m Done<br />
echo.<br />
echo.<br />
set /p x=Pick:<br />
IF &#039;%x%&#039; == &#039;%x%&#039; GOTO Item_%x%</p>
<p>:Item_1<br />
%SystemRoot%\system32\notepad.exe<br />
GOTO Start<br />
d of programs i want to open photoes. Is it possible? how?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: João Regufe Ribeiro</title>
		<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html#comment-69075</link>
		<dc:creator>João Regufe Ribeiro</dc:creator>
		<pubDate>Thu, 19 May 2011 20:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1632#comment-69075</guid>
		<description>What a greatfull tip!!!! Thank you!!! It solved a problem that i have
on my job!!!</description>
		<content:encoded><![CDATA[<p>What a greatfull tip!!!! Thank you!!! It solved a problem that i have<br />
on my job!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikram</title>
		<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html#comment-66880</link>
		<dc:creator>Vikram</dc:creator>
		<pubDate>Fri, 06 May 2011 13:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1632#comment-66880</guid>
		<description>Hello,
I download lots of stuff from Internet, And lots of stuff gets stored in temp folder.I want to delete all the contents of temp folder,I want help in writing a batch file, which would do this.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I download lots of stuff from Internet, And lots of stuff gets stored in temp folder.I want to delete all the contents of temp folder,I want help in writing a batch file, which would do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SUNIL VERMA</title>
		<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html#comment-57065</link>
		<dc:creator>SUNIL VERMA</dc:creator>
		<pubDate>Thu, 17 Mar 2011 16:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1632#comment-57065</guid>
		<description>will you please tell me how i can delete ntdetect.com file with the help of .bat file</description>
		<content:encoded><![CDATA[<p>will you please tell me how i can delete ntdetect.com file with the help of .bat file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html#comment-55274</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Tue, 08 Mar 2011 23:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1632#comment-55274</guid>
		<description>START /MIN /D &quot;E:\Program Files\Malwarebytes&#039; Anti-Malware&quot; mbam.exe
GOTO Start

This worked for me!</description>
		<content:encoded><![CDATA[<p>START /MIN /D &#034;E:\Program Files\Malwarebytes&#039; Anti-Malware&#034; mbam.exe<br />
GOTO Start</p>
<p>This worked for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html#comment-55253</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Tue, 08 Mar 2011 22:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1632#comment-55253</guid>
		<description>Now, how do you make the programs run without prompts?  Like, if I want ccleaner to run in a certain way, automatically.</description>
		<content:encoded><![CDATA[<p>Now, how do you make the programs run without prompts?  Like, if I want ccleaner to run in a certain way, automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeyanthan</title>
		<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html#comment-41437</link>
		<dc:creator>Jeyanthan</dc:creator>
		<pubDate>Mon, 27 Dec 2010 12:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1632#comment-41437</guid>
		<description>Hey thanks a lot. It works perfect !</description>
		<content:encoded><![CDATA[<p>Hey thanks a lot. It works perfect !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html#comment-38442</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Sun, 12 Dec 2010 01:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1632#comment-38442</guid>
		<description>Thanks for your post, it helped me much!  I should only say that I found out that it&#039;s much better to create batch files with help of Dr.Batcher ( http://www.drbatcher.com ). It supports syntax highlighting, tips on parameters, and lets you convert batch file to EXE, so it&#039;s really handy.</description>
		<content:encoded><![CDATA[<p>Thanks for your post, it helped me much!  I should only say that I found out that it&#039;s much better to create batch files with help of Dr.Batcher ( <a href="http://www.drbatcher.com" rel="nofollow">http://www.drbatcher.com</a> ). It supports syntax highlighting, tips on parameters, and lets you convert batch file to EXE, so it&#039;s really handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nellyzko</title>
		<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html#comment-36358</link>
		<dc:creator>Nellyzko</dc:creator>
		<pubDate>Mon, 29 Nov 2010 15:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1632#comment-36358</guid>
		<description>Gud work bro, keep it coming. but can you post a short post on the batch files.</description>
		<content:encoded><![CDATA[<p>Gud work bro, keep it coming. but can you post a short post on the batch files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JOY</title>
		<link>http://www.watchingthenet.com/how-to-create-a-batch-file-that-opens-applications-you-choose-from-a-list.html#comment-33720</link>
		<dc:creator>JOY</dc:creator>
		<pubDate>Wed, 10 Nov 2010 08:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1632#comment-33720</guid>
		<description>Nice tips... Thanks a lot..............</description>
		<content:encoded><![CDATA[<p>Nice tips&#8230; Thanks a lot&#8230;&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

